[feature/tests] Fix testframework for board3 portal

This commit is contained in:
Marc Alexander
2013-10-29 15:12:24 +01:00
parent c3066e6f01
commit fe7794f81a
8 changed files with 14 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
*/
define('IN_PHPBB', true);
$phpbb_root_path = '../../../';
$phpbb_root_path = './../../';
$phpEx = 'php';
require_once $phpbb_root_path . 'includes/startup.' . $phpEx;