View file system/end.php
<?php
define('GCMS',true);
require_once (ROOT.'system/power.php');
global $db;
include_once ($_SERVER['DOCUMENT_ROOT'].'/styles/'.STYLE.'/end.php');
echo "</body></html>";
?>
<?php
define('GCMS',true);
require_once (ROOT.'system/power.php');
global $db;
include_once ($_SERVER['DOCUMENT_ROOT'].'/styles/'.STYLE.'/end.php');
echo "</body></html>";
?>