Changeset 437 for trunk/global.php
- Timestamp:
- Oct 13, 2012, 1:02:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/global.php
r430 r437 5 5 if(file_exists($ConfigFileName)) include_once($ConfigFileName); 6 6 else die('Nenalezen konfigurační soubor '.$ConfigFileName.'!'); 7 include_once('module.php'); 7 8 include_once('database.php'); 8 //include('error.php');9 include_once('error.php'); 9 10 include_once('code.php'); 10 11 include_once('Mail.php'); 11 include_once('module.php');12 12 include_once('forms.php'); 13 13 include_once('page.php'); … … 230 230 $System->Database = &$Database; 231 231 $System->AddModule(new Log()); 232 $System->AddModule(new ErrorHandler()); 233 $System->Modules['ErrorHandler']->Init(); 232 234 $System->AddModule(new User()); 233 235 if(isset($_SERVER['REMOTE_ADDR'])) $System->Modules['User']->Check();
Note:
See TracChangeset
for help on using the changeset viewer.