Add token error to #error

Sometimes I forget things
This commit is contained in:
Arctic Code 2013-08-26 10:52:44 -05:00
parent 87ee1c8d93
commit 04b1e997f9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
$catchVal = $catches[1];
if(empty($_GET['token']) || $_GET['token'] != $_SESSION['token'] || empty($_POST[$catchid]) || $_POST[$catchid] != $catchVal){
die("Oh Noes! Something happened and I can't continue.<br />Please try again by using the form located at <a href=\"http://unps.us\">http://unps.us</a>.");
die("<div id=\"error\">Oh Noes! Something happened and I can't continue.<br />Please try again by using the form located at <a href=\"http://unps.us\">http://unps.us</a>.</div>");
}
require('api/api.backend.php');