You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
namespace LaneWeChat;
|
|
|
|
session_start();
|
|
//引入配置文件
|
|
include_once __DIR__.'/config.php';
|
|
//引入自动载入函数
|
|
include_once __DIR__.'/autoloader.php';
|
|
//调用自动载入函数
|
|
AutoLoader::register(); |