This Module is Currently not Working - Testing phase - if you need to restore from backup see @shootingBlanks or @dimrod on discord

"; echo '
'; echo '

Backups Available for game server '.$homeid.'

'; echo '
'; echo ''; getAvailableBackups($homeid); echo "
"; echo '
'; }elseif ($_SERVER['REQUEST_METHOD'] === 'POST') { $action = $_POST['dothis']; $homeid = $_POST['home_id']; doButtons($action, $homeid); } }