mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-19 16:49:06 +01:00
ldapsaisie CLI tool : fix core.php inclusion
This commit is contained in:
parent
52f7c3a205
commit
83b64aac87
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
******************************************************************************/
|
||||
|
||||
require_once realpath(dirname(__FILE__)."/../")."/core.php";
|
||||
require_once realpath(dirname(__FILE__)."/../")."/includes/core.php";
|
||||
|
||||
if(LSsession :: startCliLSsession()) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue