Changeset 93 for trunk/www/Application/View/HomePage.php
- Timestamp:
- Aug 15, 2013, 11:17:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Application/View/HomePage.php
r78 r93 47 47 function State() 48 48 { 49 $Platform = new Platform($this-> Database);49 $Platform = new Platform($this->System); 50 50 $State = $Platform->State(); 51 51 $Output = '<h4>Stav systému</h4>'. … … 64 64 } 65 65 } 66 67 ?>
Note:
See TracChangeset
for help on using the changeset viewer.