Changeset 93639 in spip-zone for _core_/plugins/dump/action/telecharger_dump.php
- Timestamp:
- Dec 13, 2015, 2:37:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/dump/action/telecharger_dump.php
r93610 r93639 33 33 if ( 34 34 file_exists($file) 35 ANDautoriser('webmestre')35 and autoriser('webmestre') 36 36 ) { 37 37 … … 63 63 exit; 64 64 } 65 66 ?>
Note: See TracChangeset
for help on using the changeset viewer.