|
提交问题
提示:: |
- |
运行环境: |
VPS/服务器 |
运行服务器: |
- |
PHP版本: |
5 |
OurPHP版本: |
10 |
编辑器: |
- |
程序存放目录: |
子目录(二级目录) |
打开是空白,什么原因?
是这个首页文件吗?
<?php/*******************************************************************************
* Ourphp - CMS建站系统
* Copyright (C) 2014 ourphp.net
* 开发者:哈尔滨伟成科技有限公司
*******************************************************************************/
if(version_compare(PHP_VERSION,'5.2.0','<')) die('错误!您的PHP版本不能低于 5.2.0 !');
if (!file_exists("./function/install/ourphp.lock")) {
header("location: ./function/install/index.php");
exit;
}
include './config/ourphp_code.php';
include './config/ourphp_config.php';
include './config/ourphp_version.php';
include './config/ourphp_Language.php';
include './function/ourphp_function.class.php';
include './function/ourphp/Smarty.class.php';
include './function/ourphp_system.class.php';
include './function/ourphp_template.class.php';
?>
|
|