-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.php
46 lines (36 loc) · 1.66 KB
/
About.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?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">Sobre GamePanel</span></td>
</tr>
</table>
<br /><br />
<center>
<p><img src="images/main/about-64.png" border="0" /><br />
Version: <b><?php echo $config['GPX-VERSION']; ?></b><br /><br />
<b>Game Panel</b> un panel de control web para servidores de juegos diseñado, copilado y traducido por gamepanel basado en anteriores modelos de codigos abiertos GPL / GNU<br />
Esta version es un codigo privado de <a href="http://www.imperialhost.com.ar" target="_BLANK" style="color:black">www.imperialhost.com.ar</a> quien tiene todos los derechos reservados </p>
<p>Mas info en <a href="http://www.gamepanel.com.ar" target="_BLANK" style="color:black">Game Panel</a> </p>
<p><a href="http://www.gamepanel.com.ar" target="_BLANK" style="color:black">www.gamepanel.com.ar</a></p>
<p><br />
</p>
</center>
</body>
</html>