Changeset 345 for trunk/global.php


Ignore:
Timestamp:
Jan 17, 2012, 1:49:47 PM (13 years ago)
Author:
chronos
Message:
  • Upraveno: Zobrazování webkamer přesunuto do samostatného systémového modulu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/global.php

    r344 r345  
    1515include_once('Modules/log.php');
    1616include_once('aktuality/news.php');
    17 include_once('webcam/webcam.php');
    1817include_once('finance/bills.php');
    1918include_once('finance/finance.php');
     
    207206  $System = new System($Database);
    208207  $System->Config = &$Config;
     208  //$System->ReloadList();
    209209  //$System->Install();
    210   //$System->ReloadList();
    211210  $System->Init();
    212211  if(isset($_SERVER['REMOTE_ADDR'])) $System->Models['User']->Check();
    213212  $System->AddModule(new Log());
    214213  $System->AddModule(new News());
    215   $System->AddModule(new Webcam());
    216214  $System->AddModule(new Bill());
    217215  $System->AddModule(new Finance());
Note: See TracChangeset for help on using the changeset viewer.