Ignore:
Timestamp:
Jan 19, 2012, 7:30:34 AM (13 years ago)
Author:
chronos
Message:
  • Přesunuto: Obecné soubory do podsložky Common.
  • Obnoveny: Chybějící soubory HostList a UserList.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Common/Global.php

    r363 r364  
    11<?php
    22
    3 $ConfigFileName = dirname(__FILE__).'/config.php';
     3$ConfigFileName = dirname(__FILE__).'/../config.php';
    44     
    55if(file_exists($ConfigFileName)) include_once($ConfigFileName);
    66  else die('Nenalezen konfigurační soubor '.$ConfigFileName.'!');
    77 
    8 include_once('Common/Database.php');
    9 include_once('Common/Error.php');
    10 include_once('Common/Code.php');
    11 include_once('Common/Forms.php');
    12 include_once('Common/File.php');
    13 include_once('module.php');
    14 include_once('Modules/page.php');
     8include_once('Database.php');
     9include_once('Error.php');
     10include_once('Code.php');
     11include_once('Forms.php');
     12include_once('File.php');
     13include_once('Page.php');
     14include_once('Module.php');
     15include_once('Model.php');
    1516include_once('finance/bills.php');
    1617include_once('finance/finance.php');
    17 include_once('Modules/Module.php');
    18 include_once('Model.php');
    1918 
    2019$PrefixMultipliers = array
Note: See TracChangeset for help on using the changeset viewer.