Problem with comparison.
/Forum/config.php
0,0 → 1,18
<?php
 
 
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
 
$dbms = 'mysql4';
 
$dbhost = 'localhost';
$dbname = 'forum';
$dbuser = 'forumer';
$dbpasswd = 'aaaaaa';
 
$table_prefix = 'phpbb_';
 
define('PHPBB_INSTALLED', true);
 
?>