fastadmin tp5 index

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

知識教程 Admin 2024-02-26 00:36:04 928

<?php


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

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

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

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

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

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

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

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

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

// [ 應用入口文件 ]

// 定義應用目錄

define('APP_PATH', __DIR__ . '/../application/');


// 判斷是否安裝

if (!is_file(APP_PATH . 'admin/command/Install/install.lock')) {

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

    exit;

}


// 加載框架引導文件

require __DIR__ . '/../thinkphp/start.php';


以上就是“fastadmin tp5 index”的詳細內容,更多請關注木子天禾科技其它相關文章!

15934152105 掃描微信