blank config template
authorJoey Schulze <joey@infodrom.org>
Wed, 20 Jan 2010 09:57:49 +0000 (10:57 +0100)
committerJoey Schulze <joey@infodrom.org>
Wed, 20 Jan 2010 09:57:49 +0000 (10:57 +0100)
config.php.template [new file with mode: 0644]

diff --git a/config.php.template b/config.php.template
new file mode 100644 (file)
index 0000000..eef52f7
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+# Register session
+session_name('W8KLRSESSION');
+session_start();
+
+define('DBHOST', 'hostname');
+define('DBNAME', 'infodrom');
+define('DBUSER', 'username');
+define('DBPASS', 'password');
+
+?>