diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2003-03-04 18:32:30 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-03-04 18:32:30 +0000 |
commit | b3b0b48f5e766712cd545da0a3fdcea3c965256d (patch) | |
tree | eb6b4efc1434eaea929c03f9aec1d9a7f987045b | |
parent | e6c31a8787410d218e23a24b1c652bb31d96da9f (diff) | |
download | forums-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
-rw-r--r-- | phpBB/config.php | 21 | ||||
-rwxr-xr-x | phpBB/ucp/usercp_main.php | 2 |
2 files changed, 1 insertions, 22 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 diff --git a/phpBB/ucp/usercp_main.php b/phpBB/ucp/usercp_main.php index ac8b2ad2ec..6a9c1b9751 100755 --- a/phpBB/ucp/usercp_main.php +++ b/phpBB/ucp/usercp_main.php @@ -23,4 +23,4 @@ - ?> +?>
\ No newline at end of file |