Ignore:
Timestamp:
Jan 17, 2008, 7:24:33 PM (17 years ago)
Author:
maron
Message:

Rozdělaní práv

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quests/includes/global_function.php

    r240 r244  
    1212       return false;
    1313    } else {
    14       if ($Licence == 1) {
    15         if ($Line['gm'] == 1) {
     14      if ($Licence <= $Line['gm']) {
    1615          return true;
    17         } else return false;
    18       } 
     16      } else return false;
    1917      If ($Line['pass'] == $Pass) {
    2018             
     
    5856);
    5957
     58$Moderators = array(
     59  '0' => 'pøekladatel',
     60  '1' => 'moderátor',
     61  '2' => 'administrátor',
     62);
     63
    6064  function WriteLog($Text, $Type)
    6165  { // BEGIN function Log
Note: See TracChangeset for help on using the changeset viewer.