<?php
error_reporting(E_ALL);
include_once("libs/atlib/atlib.php");
include_once("libs/smarty/Smarty.class.php");
include_once("classes/main.php");
// We need to create a main() object here, because
// several of the other files below need something
// from main().
$main = new Main();
include_once("classes/settings.php");
include_once("classes/server/mysqlstatusconnection.php");
include_once("classes/server/serverstatus.php");
include_once("classes/server/server.php");
include_once("classes/server/serverconnector.php");
include_once("classes/template/template.php");
include_once("classes/template/templateoptions.php");
?>