diff Config/Config.inc.php @ 13:3e3fa7725abb

reorganized filesystem strukture
author meillo@marmaro.de
date Sun, 27 May 2007 02:37:55 +0200 (2007-05-27)
parents Config.inc.php@682b4a24469c
children 22243e7c7dc5
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Config/Config.inc.php	Sun May 27 02:37:55 2007 +0200
@@ -0,0 +1,12 @@
+<?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';
+
+?>