Explorar o código

Wesmiler OTC 提交更新 0729

APPLE %!s(int64=3) %!d(string=hai) anos
pai
achega
3ea3f5eea2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      application/admin/controller/Ajax.php

+ 1 - 0
application/admin/controller/Ajax.php

@@ -66,6 +66,7 @@ class Ajax extends Backend
         $suffix = strtolower(pathinfo($fileInfo['name'], PATHINFO_EXTENSION));
         $suffix = $suffix && preg_match("/^[a-zA-Z0-9]+$/", $suffix) ? $suffix : 'file';
 
+        var_dump($upload);
         $mimetypeArr = explode(',', strtolower($upload['mimetype']));
         $typeArr = explode('/', $fileInfo['type']);