1
0
Fork 0
mirror of https://gitlab.easter-eggs.com/ee/ldapsaisie.git synced 2025-04-15 16:01:13 +02:00

ldapsaisie CLI tool : fix core.php inclusion

This commit is contained in:
Benjamin Renard 2020-05-06 16:49:52 +02:00
parent 52f7c3a205
commit 83b64aac87

View file

@ -21,7 +21,7 @@
******************************************************************************/
require_once realpath(dirname(__FILE__)."/../")."/core.php";
require_once realpath(dirname(__FILE__)."/../")."/includes/core.php";
if(LSsession :: startCliLSsession()) {