Changeset 150 for www/global.php
- Timestamp:
- Feb 16, 2009, 12:23:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/global.php
r148 r150 39 39 $System = new System(); 40 40 $System->Config = $Config; 41 /*42 41 include_once('log.php'); 43 42 $System->AddModule(new Log()); … … 45 44 $System->AddModule(new User()); 46 45 $System->Modules['User']->Check(); 46 /* 47 47 include_once('aktuality/news.php'); 48 48 $System->AddModule(new News());
Note:
See TracChangeset
for help on using the changeset viewer.