likeadmin index

位置:首頁(yè) / 新聞中心 / 知識(shí)教程

知識(shí)教程 Admin 2025-05-07 18:20:01 23

<?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>

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


// [ 應(yīng)用入口文件 ]

namespace think;


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


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

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

    exit;

}


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

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


$response = $http->run();


$response->send();


$http->end($response);


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

15934152105 掃描微信