Update lanewechat.php

src
pvfho47bq 2 months ago
parent 0dec770ce8
commit 437a31879c

@ -2,9 +2,9 @@
namespace LaneWeChat;
session_start();
//引入配置文件
include_once __DIR__.'/config.php';
//引入自动载入函数
include_once __DIR__.'/autoloader.php';
//调用自动载入函数
AutoLoader::register();
Loading…
Cancel
Save