Changeset 65 for trunk/includes/global_function.php
- Timestamp:
- Feb 5, 2009, 11:03:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global_function.php
r63 r65 76 76 $Pass = $_SESSION['Pass']; 77 77 $Line = mysql_fetch_array($Database->SQLCommand('SELECT * FROM user WHERE ID = '.$_SESSION['UserID'].' 78 AND GM >= '.$Licence.' AND pass = "'.$Pass.'"'));78 AND GM >= '.$Licence.' AND pass = sha1("'.$Pass.'")')); 79 79 // echo "SELECT * FROM user WHERE ID = ".$_SESSION['UserID']." AND GM <= $Licence AND pass = '$Pass'"; 80 80 return($Line);
Note:
See TracChangeset
for help on using the changeset viewer.