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();
         }