Le debug sur un servuer distant il n'y a que ca de vrai
This commit is contained in:
parent
8a8238aa1a
commit
5308afbd7a
@ -33,7 +33,7 @@ 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 DOLIAuth("DB");
|
||||||
$a->setShowLogin (false);
|
$a->setShowLogin (false);
|
||||||
$a->start();
|
$a->start();
|
||||||
if ($a->getAuth())
|
if ($a->getAuth())
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user