mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 16:36:59 +01:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user