owls

diff Owls.php @ 11:46617062bef5

put config into own file
author meillo@marmaro.de
date Sun, 27 May 2007 02:15:39 +0200
parents 144bc36a6c27
children 682b4a24469c
line diff
     1.1 --- a/Owls.php	Sun May 27 02:13:46 2007 +0200
     1.2 +++ b/Owls.php	Sun May 27 02:15:39 2007 +0200
     1.3 @@ -1,9 +1,11 @@
     1.4  <?php
     1.5  
     1.6 -  define('DB_PREFIX', 'rem__1_');
     1.7 -  define('TITLE', 'Owls');
     1.8 +  require_once 'Config.inc.php';
     1.9  
    1.10 -  require_once '../../Db.inc.php';
    1.11 +  define('DB_PREFIX', $db_prefix);
    1.12 +  define('TITLE', $title);
    1.13 +
    1.14 +  require_once $db_connect;
    1.15    require_once 'Includes/Loginsys.class.php';
    1.16    include_once 'Includes/Bbcodeparser.inc.php';
    1.17