Changeset 40 for trunk/global.php
- Timestamp:
- Aug 28, 2009, 10:05:03 PM (16 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/global.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/global.phpr37 r40 2 2 3 3 session_start(); 4 include_once('config.php'); 4 if(file_exists('config.php')) include_once('config.php'); 5 else die('Nenalezen soubor config.php. Vytvořte jej z předlohy config.sample.php'); 5 6 include_once('database.php'); 6 7 include_once('code.php'); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
