Changeset 93595 in spip-zone
- Timestamp:
- Dec 12, 2015, 4:44:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_outils_/spip-cli/trunk/spip.php
r85830 r93595 193 193 $cwd = getcwd(); 194 194 chdir($spip_racine); 195 $commandes = find_all_in_path('spip-cli/', '.*[.]php ');195 $commandes = find_all_in_path('spip-cli/', '.*[.]php$'); 196 196 foreach ($commandes as $commande_fichier) { 197 197 include_once $commande_fichier;
Note: See TracChangeset
for help on using the changeset viewer.