songxingwei il y a 3 ans
Parent
commit
10259a454e
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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";
 }