<?php
/*
GamePanelX
Description: About GamePanelX
Author: Ryan D. Gehrig
License: GNU General Public License (GPL)
*/
include_once('include/config.php');
include_once('include/auth.php');
include_once('include/statusInfo.php');
?>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/<?php echo $config['theme']; ?>/main.css">
</head>
<body leftmargin="0px" topmargin="0px" marginwidth="0px" marginheight="0px" onLoad="init()">
<div id="loading" style="position:absolute; top:60px; left:5px; overflow: hidden;"><img src="images/loading.gif" border="0"></div>
<script src="include/loading.js"></script>
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%" height="40" background="css/<? echo $config['theme']; ?>/img/largeGrad.png">
<tr>
<td align="center" valign="middle"><span class="top_page_titles">About GamePanelX</span></td>
</tr>
</table>
<br /><br />
<center>
<img src="images/main/about-64.png" border="0" /><br />
Version: <b><?php echo $config['GPX-VERSION']; ?></b><br /><br />
<b>GamePanelX</b> is a free and open source web-based game server control panel.<br />
It is licensed under the GNU General Public License (GPL).
<br /><br />
<a href="http://www.gamepanelx.com" target="_BLANK" style="color:black">GamePanelX Website</a><br />
<a href="http://sourceforge.net/projects/gamepanelx/" target="_BLANK" style="color:black">GamePanelX Open SourceForge Project Site</a><br />
</center>
</body>
</html>