mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Ok, fixing a few bugs here.... I still have more to do, but this fixes a
funny bug in login.php where redirect won't allow more than the file and mode... Now it should work with posting (or any other page). Also fixes a typo in admin_db_utilities.php. P.S. James, don't commit config.php. ;) Fortunately, it didn't seem like you lost a password.... :D git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2648 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
<?php
|
||||
|
||||
//
|
||||
// phpBB 2.x auto-generated config file
|
||||
// Do not change anything in this file!
|
||||
//
|
||||
|
||||
$dbms = "mysql";
|
||||
|
||||
$dbhost = "localhost";
|
||||
$dbname = "bb";
|
||||
$dbuser = "root";
|
||||
$dbpasswd = "";
|
||||
|
||||
$table_prefix = "phpbb_";
|
||||
|
||||
define('PHPBB_INSTALLED', true);
|
||||
|
||||
?>
|
Reference in New Issue
Block a user