Changeset 30253 in spip-zone for _plugins_/mes_fichiers/action/export_all.php
- Timestamp:
- Jul 27, 2009, 3:26:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/mes_fichiers/action/export_all.php
r14453 r30253 29 29 $dir = _DIR_DUMP; 30 30 31 list($quoi, $gz, $archive, $zip) = split(',', $arg);31 list($quoi, $gz, $archive, $zip) = explode(',', $arg); 32 32 33 33 $file = $dir . $archive;
Note: See TracChangeset
for help on using the changeset viewer.