diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/craftmine.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/craftmine.inc b/inc/craftmine.inc index 7dd5ba4..35a7e18 100644 --- a/inc/craftmine.inc +++ b/inc/craftmine.inc @@ -29,4 +29,8 @@ function sendCraftMine() { echo json_encode($data); } +function resetGame() { + $_SESSION = array(); +} + ?> |