Changeset 17660 for extensions/BatchDownloader/include
- Timestamp:
- Aug 29, 2012, 5:58:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/BatchDownloader/include/install.inc.php
r17656 r17660 28 28 29 29 // archives directory 30 if ( !file_exists($conf['data_location'] . 'download_archives/'))30 if ( file_exists($conf['data_location']) and !file_exists($conf['data_location'] . 'download_archives/') ) 31 31 { 32 32 mkdir($conf['data_location'] . 'download_archives/', 0755);
Note: See TracChangeset
for help on using the changeset viewer.