Bugfix
This commit is contained in:
parent
fb1e8e13fc
commit
22c40c0dd0
@ -28,6 +28,9 @@
|
|||||||
if (!empty ($_SERVER["REMOTE_USER"]))
|
if (!empty ($_SERVER["REMOTE_USER"]))
|
||||||
die("La déconnection ne fonctionne actuellement que pour l'authentification par pear");
|
die("La déconnection ne fonctionne actuellement que pour l'authentification par pear");
|
||||||
|
|
||||||
|
include_once("conf/conf.php");
|
||||||
|
define('DOL_DOCUMENT_ROOT', $dolibarr_main_document_root);
|
||||||
|
|
||||||
require_once "../includes/pear/Auth/Auth.php";
|
require_once "../includes/pear/Auth/Auth.php";
|
||||||
|
|
||||||
$a = new Auth("DB");
|
$a = new Auth("DB");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user