浏览代码

移动安装目录,支持根目录index.php访问,也可以像tp5一样只对外开放public一个目录

xurongyao 7 年之前
父节点
当前提交
1d7820987b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      extend/service/UploadService.php

+ 1 - 1
extend/service/UploadService.php

@@ -79,7 +79,7 @@ class UploadService
      */
     protected static function uploadDir($path, $root=null)
     {
-        if($root === null) $root = PUBILC_PATH . DS . 'uploads';
+        if($root === null) $root = PUBILC_PATH . 'uploads';
         return $root . DS . $path;
     }