View file system/end.php

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