Changeset 340 for trunk/global.php


Ignore:
Timestamp:
Jan 16, 2012, 9:59:18 PM (13 years ago)
Author:
chronos
Message:
  • Přidáno: Moduk pro správu projektů.
  • Některé staré moduly přesunuty do podsložky Modules.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/global.php

    r329 r340  
    55if(file_exists($ConfigFileName)) include_once($ConfigFileName);
    66  else die('Nenalezen konfigurační soubor '.$ConfigFileName.'!');
     7 
    78include_once('database.php');
    89//include('error.php');
     
    1011include_once('module.php');
    1112include_once('forms.php');
    12 include_once('page.php');
     13include_once('Modules/page.php');
    1314include_once('file.php');
    14 include_once('log.php');
    15 include_once('user.php');
     15include_once('Modules/log.php');
    1616include_once('aktuality/news.php');
    1717include_once('webcam/webcam.php');
    1818include_once('finance/bills.php');
    1919include_once('finance/finance.php');
     20include_once('Modules/Module.php');
     21include_once('Modules/User/user.php');
     22include_once('Modules/Project/Project.php');
    2023 
    2124$PrefixMultipliers = array
     
    8891);
    8992
    90 class System extends Module
     93class System extends OldModule
    9194{
    9295  var $Modules = array();
Note: See TracChangeset for help on using the changeset viewer.