// Connects to the db
include("../php/config.php");
// Includes related functions
include("../php/util.php");
$connect=my_connect($host,$dbid,$dbpass,$dbname);
include("../php/account.php");
include("../php/update_history.php");
?>
Matchinfo
// Includes the top menu
include("../include/top_menu.php");
?>
// Includes the left menu on the left
include("../include/left_menu.php");
?>
include("page_read.php");
//include("page_read.php"); //replace /admin/webalizer
//require("../webanalyse/include/stats_main.inc");
//$stats = new init(true, '../webanalyse/'); // 2 params. true/false for activate or not, and the path of webanalyse.
?>