Changeset 3193751
- Timestamp:
- 11/21/2024 05:17:04 AM (16 months ago)
- File:
-
- 1 edited
-
surveyjs/trunk/ajax_handlers/upload_files.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
surveyjs/trunk/ajax_handlers/upload_files.php
r3163184 r3193751 13 13 } 14 14 15 function upload_user_file( $file = array(),$path) {15 function upload_user_file($path, $file = array()) { 16 16 $result = []; 17 17 if(!empty($file))
Note: See TracChangeset
for help on using the changeset viewer.