mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
core.php : fix LS_LOCAL_DIR constant definition
This commit is contained in:
parent
336b5307b3
commit
d07fb3915c
1 changed files with 1 additions and 2 deletions
|
@ -50,8 +50,7 @@ define('LS_ADDONS_DIR', LS_INCLUDE_DIR .'addons/');
|
|||
define('LS_JS_DIR', LS_INCLUDE_DIR .'js/');
|
||||
define('LS_TMP_DIR', 'tmp/');
|
||||
define('LS_TMP_DIR_PATH', LS_ROOT_DIR . '/' . LS_TMP_DIR);
|
||||
define('LS_LOCAL_DIR', 'local/');
|
||||
define('LS_LOCAL_DIR', LS_ROOT_DIR . '/' . LS_LOCAL_DIR);
|
||||
define('LS_LOCAL_DIR', LS_ROOT_DIR . '/' . 'local/');
|
||||
|
||||
// Locale
|
||||
define('LS_TEXT_DOMAIN', 'ldapsaisie');
|
||||
|
|
Loading…
Reference in a new issue