Mercurial > owls
view 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 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'; ?>