3 Star 1 Fork 0

Gitee 极速下载 / cunity

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/smartinmedia/cunity
克隆/下载
index.php 2.40 KB
一键复制 编辑 原始数据 按行查看 历史
codersquad 提交于 2015-05-13 15:25 . welcome to 2015 :)
<?php
/**
########################################################################################
## CUNITY(R) V2.0 - An open source social network / "your private social network" ##
########################################################################################
## Copyright (C) 2011 - 2015 Smart In Media GmbH & Co. KG ##
## CUNITY(R) is a registered trademark of Dr. Martin R. Weihrauch ##
## http://www.cunity.net ##
## ##
########################################################################################
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or any later version.
1. YOU MUST NOT CHANGE THE LICENSE FOR THE SOFTWARE OR ANY PARTS HEREOF! IT MUST REMAIN AGPL.
2. YOU MUST NOT REMOVE THIS COPYRIGHT NOTES FROM ANY PARTS OF THIS SOFTWARE!
3. NOTE THAT THIS SOFTWARE CONTAINS THIRD-PARTY-SOLUTIONS THAT MAY EVENTUALLY NOT FALL UNDER (A)GPL!
4. PLEASE READ THE LICENSE OF THE CUNITY SOFTWARE CAREFULLY!
You should have received a copy of the GNU Affero General Public License
along with this program (under the folder LICENSE).
If not, see <http://www.gnu.org/licenses/>.
If your software can interact with users remotely through a computer network,
you have to make sure that it provides a way for users to get its source.
For example, if your program is a web application, its interface could display
a "Source" link that leads users to an archive of the code. There are many ways
you could offer source, and different solutions will be better for different programs;
see section 13 of the GNU Affero General Public License for the specific requirements.
#####################################################################################
*/
use Cunity\Core\Controller;
if (!file_exists(__DIR__.'/data/config.xml'))
{
header('Location: installer/Install.php');
exit;
}
ob_start("ob_gzhandler");
error_reporting(E_ALL ^ E_NOTICE);
date_default_timezone_set("UTC");
chdir("lib");
require_once(__DIR__.'/vendor/autoload.php');
new Controller();
ob_end_flush();
1
https://gitee.com/mirrors/cunity.git
git@gitee.com:mirrors/cunity.git
mirrors
cunity
cunity
develop

搜索帮助