Mod discarded
The pending mod has been discarded.
Discard mod
This action will discard the pending “” mod.
prepare("DELETE FROM mods_pending WHERE slug = ?");
if (!$statement) {
$errorMessage = "An unexpected error occurred while discarding the mod.";
} else {
$modSlug = $modDataToDiscard['slug'];
$statement->bind_param('s', $modSlug);
if (!$statement->execute()) {
$errorMessage = "An unexpected error occurred while discarding the mod.";
} else {
$modDiscarded = true;
}
$statement->close();
}
}
}
}
if (!$modDiscarded) {
$pageTitle = "Discard pending mod";
$pageDescription = "Discard a pending SVR.JS mod in SVR.JS Mods directory.";
} else {
$pageTitle = "Mod discarded";
$pageDescription = "The pending mod has been discarded.";
}
include 'header.php';
?>
The pending mod has been discarded. This action will discard the pending “” mod.Mod discarded
Discard mod