1
0
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:
Bart van Bragt
2001-09-09 12:40:42 +00:00
parent 34c4e7c820
commit 828447f535
12 changed files with 15 additions and 17 deletions

View File

@@ -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_";
?>
?>