コード例 #1
0
ファイル: index.php プロジェクト: rigidus/ea
<?php

include "config.php";
include SYS_ROOT . "utils/global.php";
/*
if ($_SERVER['REQUEST_URI'] == '/feeds/main/' || $_SERVER['REQUEST_URI'] == '/feeds/main')
{
	headers::url('/feed/articles/');
	exit;
}
*/
debug::start();
router::start();
debug::stop();