fix: correction for message when resetting PLUS bonus in Admin

This commit is contained in:
Martin Ambrus
2017-10-22 13:58:18 +02:00
parent c7f62f2307
commit e4d470693b
3 changed files with 2 additions and 2 deletions
@@ -25,5 +25,5 @@ if($sessionaccess != 9) die("<h1><font color=\"red\">Access Denied: You are not
mysqli_query($GLOBALS["link"], "UPDATE ".TB_PREFIX."users SET b1 = '0', b2 = '0', b3='0', b4='0' WHERE id !=0");
header("Location: ../../../Admin/admin.php?p=givePlus&g");
header("Location: ../../../Admin/admin.php?p=maintenenceResetPlusBonus&g");
?>