Changeset 9991 in spip-zone
- Timestamp:
- Feb 28, 2007, 9:52:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_stable_/phpmyvisites/inc/phpmv_install.php
r9984 r9991 124 124 ecrire_metas(); 125 125 // la config 126 $fichiers = preg_files(_PHPMV_DIR_CONFIG ,".*");126 $fichiers = preg_files(_PHPMV_DIR_CONFIG.'/',".*"); 127 127 foreach($fichiers as $f) 128 128 @unlink($f);
Note: See TracChangeset
for help on using the changeset viewer.