Changeset 351 for trunk/global.php


Ignore:
Timestamp:
Jan 18, 2012, 8:05:35 AM (13 years ago)
Author:
chronos
Message:
  • Upraveno: Úvodní stránka převedena na systémový modul FrontPage.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/global.php

    r347 r351  
    1313include_once('Modules/page.php');
    1414include_once('file.php');
    15 include_once('aktuality/news.php');
    1615include_once('finance/bills.php');
    1716include_once('finance/finance.php');
     
    209208  $System->Init();
    210209  if(isset($_SERVER['REMOTE_ADDR'])) $System->Models['User']->Check();
    211   $System->AddModule(new News());
    212210  $System->AddModule(new Bill());
    213211  $System->AddModule(new Finance());
Note: See TracChangeset for help on using the changeset viewer.