From 437a31879c0029dd9adc438e829ab24c2ea38c94 Mon Sep 17 00:00:00 2001 From: pvfho47bq <3265166857@qq.com> Date: Mon, 30 Dec 2024 09:13:26 +0800 Subject: [PATCH] Update lanewechat.php --- lanewechat.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lanewechat.php b/lanewechat.php index cb8c338..b0537d2 100644 --- a/lanewechat.php +++ b/lanewechat.php @@ -2,9 +2,9 @@ namespace LaneWeChat; session_start(); - +//引入配置文件 include_once __DIR__.'/config.php'; - +//引入自动载入函数 include_once __DIR__.'/autoloader.php'; - +//调用自动载入函数 AutoLoader::register(); \ No newline at end of file