mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
Removed some trailing newlines
git-svn-id: file:///svn/phpbb/trunk@1016 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
// MySQL
|
||||
//
|
||||
$dbms = "mysql";
|
||||
$dbhost = "";
|
||||
$dbname = "";
|
||||
$dbuser = "";
|
||||
$dbhost = "localhost";
|
||||
$dbname = "phpbb2";
|
||||
$dbuser = "root";
|
||||
$dbpasswd = "";
|
||||
*/
|
||||
|
||||
@@ -97,4 +97,4 @@ $dbpasswd = "";
|
||||
//
|
||||
$table_prefix = "phpbb_";
|
||||
|
||||
?>
|
||||
?>
|
Reference in New Issue
Block a user