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
+3
View File
@@ -1,5 +1,8 @@
<?php include "../base.php";
//rename the game-not-started file to game-begun
rename("game-not-started","game-begun");
//random number generator function
function UniqueRandomNumbersWithinRange($min, $max, $quantity) {
$numbers = range($min, $max);