mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-29 12:51:26 +01:00
Le debug sur un servuer distant il n'y a que ca de vrai
This commit is contained in:
@@ -33,7 +33,7 @@ define('DOL_DOCUMENT_ROOT', $dolibarr_main_document_root);
|
||||
|
||||
require_once "../includes/pear/Auth/Auth.php";
|
||||
|
||||
$a = new Auth("DB");
|
||||
$a = new DOLIAuth("DB");
|
||||
$a->setShowLogin (false);
|
||||
$a->start();
|
||||
if ($a->getAuth())
|
||||
|
||||
Reference in New Issue
Block a user