<?php
error_reporting(E_ALL);
include_once("include/dbconnect.php");
include_once("include/functions.php");
include_once("menu.html");
$config = new ReadConfig;
$general = $config->General('gui_debug');
if ($general['gui_debug'] == 1) {
echo "<div align='center' class='orange'><h2><blink>Debug mode activated</blink></h2></div>";
}
?>
<div class="row">
<p>Cancerbero version: <?php echo CANCERBERO_VER ?> </p>
<p>Cancerbero is (C) 2005-2007 <A href="mailto:hide@address.com">Victor Barahona</A> and <A href="mailto:hide@address.com">Carlos Ramirez.</A></p>
<p>This program is free software; you may redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; Version 2. This guarantees your right to use, modify, and redistribute this software under certain conditions.</p>
<p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the <A href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License</A> for more details.</p>
</div>
<div class="row">
</div>