Fix: Missing include
This commit is contained in:
parent
2819e72084
commit
b5956317bc
@ -28,6 +28,7 @@
|
|||||||
include_once("./inc.php");
|
include_once("./inc.php");
|
||||||
if (file_exists($conffile)) include_once($conffile);
|
if (file_exists($conffile)) include_once($conffile);
|
||||||
require_once($dolibarr_main_document_root . "/core/lib/admin.lib.php");
|
require_once($dolibarr_main_document_root . "/core/lib/admin.lib.php");
|
||||||
|
require_once($dolibarr_main_document_root . "/core/lib/security.lib.php"); // for dol_hash
|
||||||
|
|
||||||
|
|
||||||
$setuplang=isset($_POST["selectlang"])?$_POST["selectlang"]:(isset($_GET["selectlang"])?$_GET["selectlang"]:'auto');
|
$setuplang=isset($_POST["selectlang"])?$_POST["selectlang"]:(isset($_GET["selectlang"])?$_GET["selectlang"]:'auto');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user