Fix paths in InstallTest.php

This commit is contained in:
DariusIII
2017-05-05 14:58:24 +02:00
parent 567903c542
commit 79ce840e5a
+2 -2
View File
@@ -16,8 +16,8 @@ if (!defined('NN_INSTALLER')) {
define('NN_INSTALLER', true);
}
require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . 'bootstrap.php';
include_once dirname(__DIR__) . DIRECTORY_SEPARATOR . 'nntmux' . DIRECTORY_SEPARATOR . 'constants.php';
require_once dirname(__DIR__, 2) . DIRECTORY_SEPARATOR . 'bootstrap.php';
include_once dirname(__DIR__, 2) . DIRECTORY_SEPARATOR . 'nntmux' . DIRECTORY_SEPARATOR . 'constants.php';
use app\extensions\util\Versions;
use nntmux\config\Configure;