Changeset 356 for trunk/global.php
- Timestamp:
- Jan 18, 2012, 10:21:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/global.php
r355 r356 6 6 else die('Nenalezen konfigurační soubor '.$ConfigFileName.'!'); 7 7 8 include_once(' database.php');8 include_once('Common/Database.php'); 9 9 include_once('Common/Error.php'); 10 10 include_once('Common/Code.php'); … … 204 204 $System = new System($Database); 205 205 $System->Config = &$Config; 206 $System->ReloadList();207 $System->Install();206 //$System->ReloadList(); 207 //$System->Install(); 208 208 $System->Init(); 209 209 if(isset($_SERVER['REMOTE_ADDR'])) $System->Models['User']->Check();
Note:
See TracChangeset
for help on using the changeset viewer.