se bootstrap/autoload.php instead the bootstrap.php in root of install

This commit is contained in:
DariusIII
2017-11-24 15:38:28 +01:00
parent 0df6c41be1
commit f46d3518ba
99 changed files with 726 additions and 667 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
if (! defined('NN_INSTALLER')) {
define('NN_INSTALLER', true);
}
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'bootstrap.php';
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
include_once dirname(__DIR__).DIRECTORY_SEPARATOR.'nntmux'.DIRECTORY_SEPARATOR.'constants.php';
use nntmux\db\DB;