songxingwei 3 years ago
parent
commit
10259a454e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      public/router.php

+ 0 - 1
public/router.php

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