update admin panel

This commit is contained in:
Shadow
2014-03-04 12:44:25 +02:00
parent 77d49433f4
commit 19767cf6a6
14 changed files with 804 additions and 602 deletions
+3 -1
View File
@@ -271,6 +271,8 @@
if($_SESSION['access'] == ADMIN)
{
echo '<a href="admin.php?p=addTroops&did='.$_GET['did'].'">Edit Troops</a>';
if(isset($_GET['d'])){
echo '<div align="right"><font color="Red"><b>Troops edited</font></b></div>';
}
}
?>