当前位置: 首页 » PHP » PHP后台公共页面

PHP后台公共页面

<?php

/**
*
* @author LiZeQiao <674531003@qq.com>
* @version
*/

//后台的公共页面

define(‘APP_PATH’,dirname(__FILE__) . ‘/’);

//包含配置文件
include APP_PATH. ‘inc/config.php’;

//字符集
header(“Content-Type:text/html;charset=utf-8″);

//时区
date_default_timezone_set(‘Asia/Chongqing’);  //PRC

//开启Session
session_start();

//包含公共函数库
include APP_PATH . ‘inc/functions.php’;

请尊重我们的辛苦付出,未经允许,请不要转载 本站 的文章,鄙视各种无耻的采集行为!
Tagged on:

发表评论