@@ -16,5 +16,5 @@
namespace think;
require __DIR__ . '/../thinkphp/base.php';
-echo 2222;die;
+
Container::get('app')->run()->send();
@@ -16,6 +16,7 @@
if (is_file($_SERVER["DOCUMENT_ROOT"] . $_SERVER["SCRIPT_NAME"])) {
return false;
} else {
+ echo 222;die;
require __DIR__ . "/index.php";
}