owls

diff Config.inc.php @ 11:46617062bef5

put config into own file
author meillo@marmaro.de
date Sun, 27 May 2007 02:15:39 +0200
parents
children 682b4a24469c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Config.inc.php	Sun May 27 02:15:39 2007 +0200
     1.3 @@ -0,0 +1,12 @@
     1.4 +<?php
     1.5 +
     1.6 +// Prefix for database tables (default: 'rem__')
     1.7 +$db_prefix = 'rem__1_';
     1.8 +
     1.9 +// Title of the website (default: 'Owls')
    1.10 +$title = 'OwlS';
    1.11 +
    1.12 +// Location of the database connection script to include
    1.13 +$db_connect = '../../Db.inc.php';
    1.14 +
    1.15 +?>