Changeset 93 for trunk/www/Application/View/Database.php
- Timestamp:
- Aug 15, 2013, 11:17:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Application/View/Database.php
r78 r93 10 10 if($this->System->Modules['User']->User['Role'] >= USER_ROLE_USER) 11 11 { 12 $Server = new Server($this-> Database, $_GET['Id']);12 $Server = new Server($this->System, $_GET['Id']); 13 13 if(($this->System->Modules['User']->User['Id'] == $Server->Server['User']) or ($this->System->Modules['User']->User['Role'] >= USER_ROLE_ADMINISTRATOR)) 14 14 { … … 21 21 } 22 22 } 23 24 ?>
Note:
See TracChangeset
for help on using the changeset viewer.