Changeset 96 for db/index.php


Ignore:
Timestamp:
Sep 30, 2007, 7:29:40 PM (17 years ago)
Author:
hosiplan
Message:

odstranil jsem exit na začátku, měl jistit aby script nepokračoval a nevypisoval chyby kdyby nebyl config přístupný, ale bylo před ním echo a stejně nic nevypsal...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • db/index.php

    r95 r96  
    55
    66/* =========== Config aj. =========== */
    7   if( !file_exists('./config.php') ){ echo "<p>Nebyl nalazen config.php</p>"; exit; };
    87  require_once './config.php';
    98  require_once "./menu.php";
Note: See TracChangeset for help on using the changeset viewer.