[fix/folders] fix unit tests after moving files

This commit is contained in:
Marc Alexander
2013-10-29 18:26:51 +01:00
parent 0ed406ae04
commit 34ceca877e
9 changed files with 15 additions and 15 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;