Changeset 30253 in spip-zone for _plugins_/verifcore/exec/config_verifcore.php
- Timestamp:
- Jul 27, 2009, 3:26:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/verifcore/exec/config_verifcore.php
r5638 r30253 25 25 $fich =recuperer_page("http://zone.spip.org/trac/spip-zone/browser/_plugins_/_test_/verifcore/refcorespip191.txt?format=txt"); 26 26 if($fich){ 27 $tab_fic = split( "\n" ,"$fich") ;27 $tab_fic = preg_split( ",\n," ,"$fich") ; 28 28 29 29 foreach ( $tab_fic as $contenu ){ … … 47 47 $fich =recuperer_page("http://zone.spip.org/trac/spip-zone/browser/_plugins_/_test_/verifcore/fichier_repertoire_supprimer_depuis_svn6797.txt?format=txt"); 48 48 if($fich){ 49 $tab_fic = split( "\n" ,"$fich") ;49 $tab_fic = preg_split( ",\n," ,"$fich") ; 50 50 $com = 0 ; 51 51 foreach ( $tab_fic as $contenu ){
Note: See TracChangeset
for help on using the changeset viewer.