aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-03-04 18:32:30 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-03-04 18:32:30 +0000
commitb3b0b48f5e766712cd545da0a3fdcea3c965256d (patch)
treeeb6b4efc1434eaea929c03f9aec1d9a7f987045b /phpBB/config.php
parente6c31a8787410d218e23a24b1c652bb31d96da9f (diff)
downloadforums-b3b0b48f5e766712cd545da0a3fdcea3c965256d.tar
forums-b3b0b48f5e766712cd545da0a3fdcea3c965256d.tar.gz
forums-b3b0b48f5e766712cd545da0a3fdcea3c965256d.tar.bz2
forums-b3b0b48f5e766712cd545da0a3fdcea3c965256d.tar.xz
forums-b3b0b48f5e766712cd545da0a3fdcea3c965256d.zip
wrong encoding. ;)
Hopefully you did an update before commiting the drugs. :D git-svn-id: file:///svn/phpbb/trunk@3595 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/config.php')
-rw-r--r--phpBB/config.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/phpBB/config.php b/phpBB/config.php
index 3e98be6eb0..e69de29bb2 100644
--- a/phpBB/config.php
+++ b/phpBB/config.php
@@ -1,21 +0,0 @@
-<?php
-
-//
-// phpBB 2.x auto-generated config file
-// Do not change anything in this file!
-//
-
-$dbms = "mysql";
-
-$dbhost = "localhost";
-$dbport = "";
-$dbname = "phpbb";
-$dbuser = "root";
-$dbpasswd = "";
-
-$acm_type = 'file';
-$table_prefix = "phpbb_";
-
-define('PHPBB_INSTALLED', true);
-
-?> \ No newline at end of file