Changeset 366 for trunk/Common/Global.php
- Timestamp:
- Jan 19, 2012, 7:55:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Global.php
r364 r366 14 14 include_once('Module.php'); 15 15 include_once('Model.php'); 16 include_once('finance/bills.php');17 include_once('finance/finance.php');18 16 19 17 $PrefixMultipliers = array … … 207 205 $System->Init(); 208 206 if(isset($_SERVER['REMOTE_ADDR'])) $System->Models['User']->Check(); 209 $System->AddModule(new Bill());210 $System->AddModule(new Finance());211 $System->Modules['Finance']->LoadMonthParameters(0);212 207 } 213 208
Note:
See TracChangeset
for help on using the changeset viewer.