Changeset 244 for quests/includes/global_function.php
- Timestamp:
- Jan 17, 2008, 7:24:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/includes/global_function.php
r240 r244 12 12 return false; 13 13 } else { 14 if ($Licence == 1) { 15 if ($Line['gm'] == 1) { 14 if ($Licence <= $Line['gm']) { 16 15 return true; 17 } else return false; 18 } 16 } else return false; 19 17 If ($Line['pass'] == $Pass) { 20 18 … … 58 56 ); 59 57 58 $Moderators = array( 59 '0' => 'pøekladatel', 60 '1' => 'moderátor', 61 '2' => 'administrátor', 62 ); 63 60 64 function WriteLog($Text, $Type) 61 65 { // BEGIN function Log
Note:
See TracChangeset
for help on using the changeset viewer.