(2003-2009) * @author Froxlor team (2010-) * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Panel * */ define('AREA', 'customer'); require ('./lib/init.php'); $Id = 0; if (isset($_GET['id'])) { $Id = (int)$_GET['id']; } if (isset($_POST['id'])) { $Id = (int)$_POST['id']; } eval("echo \"" . getTemplate('aps/header') . "\";"); $Aps = new ApsParser($userinfo, $settings, $db); $Aps->MainHandler($action); eval("echo \"" . getTemplate('aps/footer') . "\";");