Mercurial > owls
comparison Config.inc.php @ 12:682b4a24469c
optimized layout of ctrl bar
author | meillo@marmaro.de |
---|---|
date | Sun, 27 May 2007 02:28:20 +0200 |
parents | 46617062bef5 |
children |
comparison
equal
deleted
inserted
replaced
11:46617062bef5 | 12:682b4a24469c |
---|---|
2 | 2 |
3 // Prefix for database tables (default: 'rem__') | 3 // Prefix for database tables (default: 'rem__') |
4 $db_prefix = 'rem__1_'; | 4 $db_prefix = 'rem__1_'; |
5 | 5 |
6 // Title of the website (default: 'Owls') | 6 // Title of the website (default: 'Owls') |
7 $title = 'OwlS'; | 7 $title = 'Owls'; |
8 | 8 |
9 // Location of the database connection script to include | 9 // Location of the database connection script to include |
10 $db_connect = '../../Db.inc.php'; | 10 $db_connect = '../../Db.inc.php'; |
11 | 11 |
12 ?> | 12 ?> |