owls

view Config/Config.inc.php @ 15:bae203f70c9b

Added tag owls-0.6 for changeset cebc198276ebb36f21e36170d85364bf70b0a822
author meillo@marmaro.de
date Sun, 27 May 2007 03:04:52 +0200
parents 682b4a24469c
children 22243e7c7dc5
line source
1 <?php
3 // Prefix for database tables (default: 'rem__')
4 $db_prefix = 'rem__1_';
6 // Title of the website (default: 'Owls')
7 $title = 'Owls';
9 // Location of the database connection script to include
10 $db_connect = '../../Db.inc.php';
12 ?>