view Config/Config.inc.php @ 14:cebc198276eb owls-0.6

more file moving
author meillo@marmaro.de
date Sun, 27 May 2007 03:01:16 +0200
parents 3e3fa7725abb
children 22243e7c7dc5
line wrap: on
line source

<?php

// Prefix for database tables (default: 'rem__')
$db_prefix = 'rem__1_';

// Title of the website (default: 'Owls')
$title = 'Owls';

// Location of the database connection script to include
$db_connect = '../../Db.inc.php';

?>