Changeset 93 for trunk/www/Application/Controller
- Timestamp:
- Aug 15, 2013, 11:17:26 PM (11 years ago)
- Location:
- trunk/www/Application/Controller
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Application/Controller/Backup.php
r80 r93 35 35 } 36 36 } 37 38 ?> -
trunk/www/Application/Controller/Client.php
r80 r93 14 14 } 15 15 } 16 17 ?> -
trunk/www/Application/Controller/Cluster.php
r80 r93 57 57 } 58 58 } 59 60 ?> -
trunk/www/Application/Controller/Debug.php
r80 r93 21 21 } 22 22 } 23 24 ?> -
trunk/www/Application/Controller/Emulator.php
r80 r93 49 49 } 50 50 } 51 52 ?> -
trunk/www/Application/Controller/HomePage.php
r78 r93 37 37 } 38 38 } 39 40 ?> -
trunk/www/Application/Controller/News.php
r80 r93 21 21 } 22 22 } 23 24 ?> -
trunk/www/Application/Controller/Realm.php
r80 r93 91 91 } 92 92 } 93 94 ?> -
trunk/www/Application/Controller/Server.php
r80 r93 104 104 function UnLock() 105 105 { 106 $Model = new Server($this-> Database, $_GET['Id']);106 $Model = new Server($this->System, $_GET['Id']); 107 107 $Model->UnLock(); 108 108 } … … 110 110 function Lock() 111 111 { 112 $Model = new Server($this-> Database, $_GET['Id']);112 $Model = new Server($this->System, $_GET['Id']); 113 113 $Model->Lock(); 114 114 } 115 115 } 116 117 ?> -
trunk/www/Application/Controller/Task.php
r80 r93 37 37 } 38 38 } 39 40 ?> -
trunk/www/Application/Controller/Update.php
r80 r93 21 21 } 22 22 } 23 24 ?> -
trunk/www/Application/Controller/User.php
r78 r93 84 84 } 85 85 } 86 87 ?>
Note:
See TracChangeset
for help on using the changeset viewer.