Changeset 263 for pro-bachkim-filespace/sourcecode/api.violet.vn
- Timestamp:
- Oct 16, 2014 9:51:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/api.violet.vn/www/cache/platform/prod/config/config_core_compile.yml.php
r19 r263 2641 2641 public function moveFile($name, $file, $fileMode = 0666, $create = true, $dirMode = 0777) 2642 2642 { 2643 echo "lalale";die(); 2643 2644 if ($this->hasFile($name) && $this->getFileValue($name, 'error') == UPLOAD_ERR_OK && $this->getFileValue($name, 'size') > 0) 2644 2645 {
Note: See TracChangeset
for help on using the changeset viewer.