Le debug sur un servuer distant il n'y a que ca de vrai

This commit is contained in:
Rodolphe Quiedeville 2004-07-27 15:02:24 +00:00
parent 8a8238aa1a
commit 5308afbd7a

View File

@ -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())