mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-26 11:52:59 +01:00
Fix local files inclusion
This commit is contained in:
parent
8c417b6bc1
commit
a3649706cc
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ define('LS_ADDONS_DIR', LS_INCLUDE_DIR .'addons/');
|
||||||
define('LS_JS_DIR', LS_INCLUDE_DIR .'js/');
|
define('LS_JS_DIR', LS_INCLUDE_DIR .'js/');
|
||||||
define('LS_TMP_DIR', 'tmp/');
|
define('LS_TMP_DIR', 'tmp/');
|
||||||
define('LS_TMP_DIR_PATH', LS_ROOT_DIR . '/' . LS_TMP_DIR);
|
define('LS_TMP_DIR_PATH', LS_ROOT_DIR . '/' . LS_TMP_DIR);
|
||||||
define('LS_LOCAL_DIR', LS_ROOT_DIR . '/' . 'local/');
|
define('LS_LOCAL_DIR', 'local/');
|
||||||
|
|
||||||
// Locale
|
// Locale
|
||||||
define('LS_TEXT_DOMAIN', 'ldapsaisie');
|
define('LS_TEXT_DOMAIN', 'ldapsaisie');
|
||||||
|
|
Loading…
Reference in a new issue