songxingwei 3 年之前
父節點
當前提交
619aedb394
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      public/index.php
  2. 1 0
      public/router.php

+ 1 - 1
public/index.php

@@ -16,5 +16,5 @@
 namespace think;
 
 require __DIR__ . '/../thinkphp/base.php';
-echo 2222;die;
+
 Container::get('app')->run()->send();

+ 1 - 0
public/router.php

@@ -16,6 +16,7 @@
 if (is_file($_SERVER["DOCUMENT_ROOT"] . $_SERVER["SCRIPT_NAME"])) {
     return false;
 } else {
+    echo 222;die;
     require __DIR__ . "/index.php";
 }