mespeche,
il y a 15 ans
Essayes ceci :
//Si $_SERVER"DOCUMENT_ROOT"] contient '/' en dernier caractère $doc_root contient $_SERVER"DOCUMENT_ROOT"] - le '/', sinon $doc_root contient $_SERVER"DOCUMENT_ROOT"]
$doc_root = (substr($_SERVER"DOCUMENT_ROOT"], -1) == '/') ? substr($_SERVER"DOCUMENT_ROOT"], 0, -1) : $_SERVER"DOCUMENT_ROOT"];
require($doc_root."/Prive/Lib/login.php");