Ignore:
Timestamp:
Aug 23, 2009, 6:14:01 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Znovu zprovozněny třídy HomePage, Server a User.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/Application/Include.php

    r69 r71  
    22
    33include('Application/CustomTypes.php');
    4 include('Application/Config/Config.php');
     4if(file_exists('Application/Config/Config.php')) include('Application/Config/Config.php');
     5  else die('Nenalezen soubor Application/Config/Config.php. Vytvořte jej kopií ze souboru Application/Config/ConfigSample.php.');
    56include('Application/Model/Include.php');
    67include('Application/View/Include.php');
Note: See TracChangeset for help on using the changeset viewer.