aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install.php')
-rw-r--r--phpBB/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install.php b/phpBB/install.php
index c10048d10c..64c5de37a6 100644
--- a/phpBB/install.php
+++ b/phpBB/install.php
@@ -432,6 +432,7 @@ else
// out some additional instruction_textions later on what to do after installation
// for the odbc DBMS.
//
+ print "dbms = - $dbms -<br>";
if( isset($dbms) )
{
include($phpbb_root_path.'includes/db.'.$phpEx);