Esempio n. 1
0
File: index.php Progetto: 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();