Changeset 1325
- Timestamp:
- 06/18/12 09:28:12 (1 year ago)
- Files:
-
- 1 modified
-
trunk/examples/mootools-file-manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/mootools-file-manager.php
r1321 r1325 107 107 'images_dir' => getcwd() . '/images', 108 108 'images_url' => preg_replace('/\/examples.*/', '', $_SERVER['REQUEST_URI']) . '/examples/images', 109 ' allow_images_upload' => true,110 ' allow_images_delete' => true,111 ' allow_images_download' => true,109 'images_allow_upload' => true, 110 'images_allow_delete' => true, 111 'images_allow_download' => true, 112 112 113 113 'files_dir' => getcwd() . '/images', 114 114 'files_url' => preg_replace('/\/examples.*/', '', $_SERVER['REQUEST_URI']) . '/examples/images', 115 ' allow_files_upload' => true,115 'files_allow_upload' => true, 116 116 'max_files_upload_size' => '4M', 117 117 )
