diff options
-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 |