Author: cfinck
Date: Thu Jun 11 00:39:38 2009
New Revision: 430
URL:
http://svn.reactos.org/svn/reactos?rev=430&view=rev
Log:
Put the Forum database configuration into a separate file as we do for the other Website
subsystems
Added:
branches/danny-web/www/www.reactos.org_config/forum-connect.php (with props)
Modified:
branches/danny-web/www/www.reactos.org/forum/config.php
Modified:
branches/danny-web/www/www.reactos.org/forum/config.php
URL:
http://svn.reactos.org/svn/reactos/branches/danny-web/www/www.reactos.org/f…
==============================================================================
---
branches/danny-web/www/www.reactos.org/forum/config.php [iso-8859-1] (original)
+++
branches/danny-web/www/www.reactos.org/forum/config.php [iso-8859-1] Thu Jun 11
00:39:38 2009
@@ -1,12 +1,7 @@
<?php
-// phpBB 3.0.x auto-generated configuration file
-// Do not change anything in this file!
+require_once("$phpbb_root_path/../../www.reactos.org_config/forum-connect.php");
+
$dbms = 'mysqli';
-$dbhost = 'localhost';
-$dbport = '';
-$dbname = 'forum';
-$dbuser = 'root';
-$dbpasswd = '';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
Added: branches/danny-web/www/www.reactos.org_config/forum-connect.php
URL:
http://svn.reactos.org/svn/reactos/branches/danny-web/www/www.reactos.org_c…
==============================================================================
--- branches/danny-web/www/www.reactos.org_config/forum-connect.php (added)
+++ branches/danny-web/www/www.reactos.org_config/forum-connect.php [iso-8859-1] Thu Jun
11 00:39:38 2009
@@ -1,0 +1,8 @@
+<?php
+ // Settings for a local phpBB installation
+ $dbhost = 'localhost';
+ $dbport = '';
+ $dbname = 'forum';
+ $dbuser = 'root';
+ $dbpasswd = '';
+?>
Propchange: branches/danny-web/www/www.reactos.org_config/forum-connect.php
------------------------------------------------------------------------------
svn:eol-style = native