Changeset 8702 for temp/trunk/html/admin
- Timestamp:
- 2006/11/20 21:18:08 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/login.php
r8701 r8702 38 38 // ¥æ¡¼¥¶ÆþÎϥѥ¹¥ï¡¼¥É¤ÎȽÄê 39 39 $ret = sha1($_POST['password'] . ":" . AUTH_MAGIC); 40 41 sfprintr($ret);42 sfprintr($password);43 44 40 45 41 if ($ret == $password) {
Note: See TracChangeset
for help on using the changeset viewer.
