Skip to content
Extraits de code Groupes Projets
Valider 80659b4e rédigé par robocoder's avatar robocoder
Parcourir les fichiers

treat _vti as a prefix to ignore

git-svn-id: http://dev.piwik.org/svn/trunk@2692 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 07ee7330
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -228,7 +228,7 @@ class PhpSecInfo
//echo "<pre>"; echo print_r($test_root, true); echo "</pre>";
while (false !== ($entry = $test_root->read())) {
if ( is_dir($test_root->path.DIRECTORY_SEPARATOR.$entry) && !preg_match('~^(\.(.*)|_vti_cnf)$~', $entry) ) {
if ( is_dir($test_root->path.DIRECTORY_SEPARATOR.$entry) && !preg_match('~^(\.|_vti)(.*)$~', $entry) ) {
$test_dirs[] = $entry;
}
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter