10 Star 19 Fork 9

Krabs / HYPHP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.php 247 Bytes
一键复制 编辑 原始数据 按行查看 历史
Krabs 提交于 2016-05-29 15:18 . no commit message
<?php
if(version_compare(PHP_VERSION,'5.3.0','<'))die('You Need PHP Version > 5.3.0 ! , You PHP Version = ' . PHP_VERSION);
define('INDEX_PATH' , str_replace('\\', '/', dirname(__FILE__)).'/');
define('DEBUG' ,true);
require './HY/HY.php';
PHP
1
https://gitee.com/hyyyp/HYPHP.git
git@gitee.com:hyyyp/HYPHP.git
hyyyp
HYPHP
HYPHP
master

搜索帮助