Update admin panel to view images

This commit is contained in:
Novgorodschi Catalin
2013-08-13 09:59:42 +03:00
parent c41b9e5727
commit b29b0d90d0
22 changed files with 86 additions and 73 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
<?php
<?php################################################################################### -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- #### --------------------------------------------------------------------------- #### Filename admin.php #### Developed by: Dzoki #### License: TravianX Project #### Copyright: TravianX (c) 2010-2011. All rights reserved. #### ###################################################################################
session_start();
include("../GameEngine/Database.php");
include("../GameEngine/Admin/database.php");
@@ -48,13 +48,13 @@ if(conf){return true;}else{return false;}
<td class="menu">
<?php
if($funct->CheckLogin()){?>
<div id="lmidlc">
<a href="admin.php">ACP Home</a> <a href="<?php echo HOMEPAGE; ?>">Homepage</a> <a href="#"></a><a href="#"></a> <a href="?p=server_info">Server Info</a>
<a href="?p=online">Online users</a>
<a href="?p=search">Search</a>
<a href="?p=message">Msg/Rep</a>
<a href="?p=ban">Ban</a>
<a href="?p=config">Config</a>
<td class="menu">
<a href="?p=config_editor">Config Editor</a> <a href="#"></a><a href="#"></a><a href="#"></a>
<a href="?action=logout">Logout</a>
<?php }?>
</td>