Changeset 10081 for temp/trunk
- Timestamp:
- 2006/12/01 15:12:13 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/kakinaka/auth_http.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/auth_http.php
r10080 r10081 26 26 if($a->getAuth()) // ǧ¾Ú¤¹¤Ù¤¥æ¡¼¥¶¤«¤É¤¦¤«¤Î³Îǧ 27 27 { 28 echo "Hello " . $a->username . "welcome to my secret page <BR>";28 echo "Hello " . $a->username . " welcome to my secret page <BR>"; 29 29 echo "Your details on file are: <BR>"; 30 30 echo $a->getAuthData('userid'); // ¥Ç¡¼¥¿¥Ù¡¼¥¹¤«¤é¾¤Î¥Ç¡¼¥¿¤ò¼èÆÀ¤·¤Æ¤¤¤ë¡£ … … 33 33 }; 34 34 35 sfprintr($a); 36 35 37 ?>
Note: See TracChangeset
for help on using the changeset viewer.
