Changeset 351 for trunk/global.php
- Timestamp:
- Jan 18, 2012, 8:05:35 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/global.php
r347 r351 13 13 include_once('Modules/page.php'); 14 14 include_once('file.php'); 15 include_once('aktuality/news.php');16 15 include_once('finance/bills.php'); 17 16 include_once('finance/finance.php'); … … 209 208 $System->Init(); 210 209 if(isset($_SERVER['REMOTE_ADDR'])) $System->Models['User']->Check(); 211 $System->AddModule(new News());212 210 $System->AddModule(new Bill()); 213 211 $System->AddModule(new Finance());
Note:
See TracChangeset
for help on using the changeset viewer.