owls
diff 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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/Config/Config.inc.php Sun May 27 02:37:55 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 +?>