likeadmin index

位置:首頁 / 新聞中心 / 知識教程

知識教程 Admin 2025-05-07 18:20:01 1002

<?php

// +----------------------------------------------------------------------

// | ThinkPHP [ WE CAN DO IT JUST THINK ]

// +----------------------------------------------------------------------

// | Copyright (c) 2006-2019 http://thinkphp.cn All rights reserved.

// +----------------------------------------------------------------------

// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )

// +----------------------------------------------------------------------

// | Author: liu21st <liu21st@gmail.com>

// +----------------------------------------------------------------------


// [ 應用入口文件 ]

namespace think;


require __DIR__ . '/../vendor/autoload.php';


if (!file_exists(__DIR__ .'/../config/install.lock')) {

    header("location:/install/install.php");

    exit;

}


// 執(zhí)行HTTP應用并響應

$http = (new App())->http;


$response = $http->run();


$response->send();


$http->end($response);


以上就是“l(fā)ikeadmin index”的詳細內(nèi)容,更多請關(guān)注木子天禾科技其它相關(guān)文章!

15934152105 掃描微信