Further admin tools

There’s a bug where the CSV export isn’t putting anything into the CSV
This commit is contained in:
jcreek
2014-08-22 16:47:39 +01:00
parent 63cc7979a7
commit 8a2f8b629a
10 changed files with 99 additions and 0 deletions
+7
View File
@@ -82,6 +82,10 @@ function GetNumberOfRows() {
<li>Ninjaness Score: <b><?=$_SESSION['Ninjaness']?>/10</b></li>
<li>You have made <b><?=$_SESSION['Kills']?> kills</b></li>
</ul>
<?php
if(file_exists("admin-tools/game-begun"))
{
?>
<p>
<h1>Your Target</h1>
<ul>
@@ -120,6 +124,9 @@ function GetNumberOfRows() {
<p style="padding-top: 15px"><span>&nbsp;</span><input class="submit" type="submit" name="submitkill" id="submitkill" value="Submit Kill" /></p>
</div>
</form>
<?php
}
?>
<?php
}
else {