diff --git a/INSTALL b/INSTALL index 535a7a3..92bba47 100644 --- a/INSTALL +++ b/INSTALL @@ -1,3 +1 @@ -* Ajouter l'utilisateur qui fait tourner l'application dans le groupe shadow * Ajouter les autorisations sudo nécessaires -* Désactiver les magic quotes de PHP diff --git a/htdocs/common.php b/htdocs/common.php index 449b8ad..2f511af 100644 --- a/htdocs/common.php +++ b/htdocs/common.php @@ -107,7 +107,5 @@ if (!(ini_set('include_path', ini_get('include_path')))) { require_once('../conf/config.php'); test_exist('../conf/config.local.php'); require_once('../conf/config.local.php'); - # il faut un acces en lecture au fichier shadow pour pam_auth() - test_exist('/etc/shadow'); $conf = array_merge($oriconf, $localconf); }