From bc3cd2503ec974c0b3808277f60b9088b51078bb Mon Sep 17 00:00:00 2001 From: Matthieu Patout Date: Fri, 11 Sep 2026 14:36:05 +0200 Subject: [PATCH] Actualiser stats-cms.sh --- stats-cms.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stats-cms.sh b/stats-cms.sh index a28f6d0..2a55614 100644 --- a/stats-cms.sh +++ b/stats-cms.sh @@ -1,4 +1,5 @@ #!/bin/sh +# Plus besoin de ce script → https://octoforge.fr/octopuce/cmsscanner <3 # Compte le nombre de fichiers spécifiques à divers CMS pour établir grosso-modo le nombre de CMS hébergés /usr/bin/find /var/www/vhosts/ -maxdepth 4 -name wp-config.php | wc -l | sed 's/.*/Wordpress : &/' > stats-cms.txt /usr/bin/find /var/www/vhosts/ -maxdepth 4 -name spip.png | wc -l | sed 's/.*/SPIP : &/' >> stats-cms.txt