diff --git a/phpBB/common.php b/phpBB/common.php index 0277b356cf..d52cf8c884 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -104,7 +104,7 @@ if (defined('IN_CRON')) if (!file_exists($phpbb_root_path . 'config.' . $phpEx)) { - die("
The config.$phpEx file could not be found.
"); + die("The config.$phpEx file could not be found.
"); } require($phpbb_root_path . 'config.' . $phpEx);