Skip to content
Extraits de code Groupes Projets
Valider 58d314e5 rédigé par cam.lafit's avatar cam.lafit
Parcourir les fichiers

Inform if spip.php looks hacked

parent fc688a6e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -233,6 +233,9 @@ function clean_spip() {
spip_dir="${1}"
spip_index_hacked=$(grep -q 'spip_pass' "${spip_dir}/spip.php")
if [ "${spip_index_hacked}" ];then
if [[ ${global_verbose} == 1 ]]; then
vprint " ${spip_index_hacked} looks hacked" "WHITE"
fi
global_spip_hacked+=("${spip_dir}")
fi
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter