mirror of
https://github.com/jcreek/Assassins-Mission-Control.git
synced 2026-07-13 02:53:44 +00:00
Further admin tools
There’s a bug where the CSV export isn’t putting anything into the CSV
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user