comparison Config/Config.inc.php @ 13:3e3fa7725abb

reorganized filesystem strukture
author meillo@marmaro.de
date Sun, 27 May 2007 02:37:55 +0200
parents Config.inc.php@682b4a24469c
children 22243e7c7dc5
comparison
equal deleted inserted replaced
12:682b4a24469c 13:3e3fa7725abb
1 <?php
2
3 // Prefix for database tables (default: 'rem__')
4 $db_prefix = 'rem__1_';
5
6 // Title of the website (default: 'Owls')
7 $title = 'Owls';
8
9 // Location of the database connection script to include
10 $db_connect = '../../Db.inc.php';
11
12 ?>