浏览代码

Remove dir

Sergio Brighenti 5 年之前
父节点
当前提交
aa460a3bb3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install/index.php

+ 1 - 1
install/index.php

@@ -199,7 +199,7 @@ $app->post('/', function (Request $request, Response $response, Filesystem $stor
     cleanDirectory(__DIR__.'/../resources/cache');
     cleanDirectory(__DIR__.'/../resources/sessions');
 
-    //removeDirectory(__DIR__.'/../install');
+    removeDirectory(__DIR__.'/../install');
 
     // if is upgrading and existing installation, put it out maintenance
     if ($installed) {