소스 검색

/install/index.php

star7th 7 년 전
부모
커밋
b434db622c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      server/Application/Home/Controller/IndexController.class.php

+ 1 - 1
server/Application/Home/Controller/IndexController.class.php

@@ -5,7 +5,7 @@ class IndexController extends BaseController {
     public function index(){
         $tmp = @file_get_contents('./server/Application/Home/Conf/config.php');
         if (strstr($tmp, "showdoc not install")) {
-            header("location:./install");
+            header("location:./install/index.php");
             exit();
         }