Changeset 340 for trunk/global.php
- Timestamp:
- Jan 16, 2012, 9:59:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/global.php
r329 r340 5 5 if(file_exists($ConfigFileName)) include_once($ConfigFileName); 6 6 else die('Nenalezen konfigurační soubor '.$ConfigFileName.'!'); 7 7 8 include_once('database.php'); 8 9 //include('error.php'); … … 10 11 include_once('module.php'); 11 12 include_once('forms.php'); 12 include_once(' page.php');13 include_once('Modules/page.php'); 13 14 include_once('file.php'); 14 include_once('log.php'); 15 include_once('user.php'); 15 include_once('Modules/log.php'); 16 16 include_once('aktuality/news.php'); 17 17 include_once('webcam/webcam.php'); 18 18 include_once('finance/bills.php'); 19 19 include_once('finance/finance.php'); 20 include_once('Modules/Module.php'); 21 include_once('Modules/User/user.php'); 22 include_once('Modules/Project/Project.php'); 20 23 21 24 $PrefixMultipliers = array … … 88 91 ); 89 92 90 class System extends Module93 class System extends OldModule 91 94 { 92 95 var $Modules = array();
Note:
See TracChangeset
for help on using the changeset viewer.