Mercurial > owls
comparison 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 |
comparison
equal
deleted
inserted
replaced
10:144bc36a6c27 | 11:46617062bef5 |
---|---|
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 ?> |