Changeset 40 for trunk/global.php


Ignore:
Timestamp:
Aug 28, 2009, 10:05:03 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Struktura souborů projektu přepracována na systém MVC.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/global.php

    r37 r40  
    22
    33session_start();
    4 include_once('config.php');
     4if(file_exists('config.php')) include_once('config.php');
     5  else die('Nenalezen soubor config.php. Vytvořte jej z předlohy config.sample.php');
    56include_once('database.php');
    67include_once('code.php');
Note: See TracChangeset for help on using the changeset viewer.