Changeset 476 for trunk/Common/Global.php
- Timestamp:
- Jan 1, 2013, 12:48:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Global.php
r475 r476 22 22 include_once(dirname(__FILE__).'/File.php'); 23 23 include_once(dirname(__FILE__).'/../aktuality/news.php'); 24 include_once(dirname(__FILE__).'/../webcam/webcam.php');25 24 include_once(dirname(__FILE__).'/../finance/bills.php'); 26 25 include_once(dirname(__FILE__).'/../finance/finance.php'); … … 35 34 include_once(dirname(__FILE__).'/../Modules/Map/Map.php'); 36 35 include_once(dirname(__FILE__).'/../Modules/Chat/Chat.php'); 36 include_once(dirname(__FILE__).'/../Modules/WebCam/WebCam.php'); 37 37 38 38 $PrefixMultipliers = array … … 289 289 if(isset($_SERVER['REMOTE_ADDR'])) $System->Modules['User']->Check(); 290 290 $System->AddModule(new News()); 291 $System->AddModule(new Webcam());292 291 $System->AddModule(new Bill()); 293 292 $System->AddModule(new Finance()); … … 303 302 $System->ModuleManager->RegisterModule(new ModuleMap($System)); 304 303 $System->ModuleManager->RegisterModule(new ModuleChat($System)); 304 $System->ModuleManager->RegisterModule(new ModuleWebCam($System)); 305 305 $System->ModuleManager->StartAll(); 306 306 }
Note:
See TracChangeset
for help on using the changeset viewer.