Changeset 94


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

Kontrola existence configu na webu to nějak blbne

File:
1 edited

Legend:

Unmodified
Added
Removed
  • db/index.php

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