. */ // Usage // ----- // Access this file in your browser error_reporting(E_ALL ^ E_NOTICE); ini_set("display_errors", 1); @set_time_limit(120); //////////////////////////////// // Load config file //////////////////////////////// require_once('../config.php'); require_once('require_login.php'); require_once('template.php'); tpl_header('Admin'); ?>

The admin pages are intended to help you manage your copy of Full-Text RSS more easily.