Merge pull request #424 from Dennis14e/patch-1

* [FIX] Constant BASE_DIR already defined. Thanks to @Dennis14e for the fix
This commit is contained in:
RubénD
2017-02-14 12:19:42 +01:00
committed by GitHub

View File

@@ -26,8 +26,6 @@ use SP\Core\Init;
defined('APP_ROOT') || die();
define('BASE_DIR', __DIR__);
//
// Please, notice that this file should be outside the webserver root. You can move it and then update this path
define('XML_CONFIG_FILE', __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'config' . DIRECTORY_SEPARATOR . 'config.xml');
@@ -106,4 +104,4 @@ function _t($domain, $message)
}
// Inicializar sysPass
Init::start();
Init::start();