mirror of
https://github.com/gamaio/UnPS-Short.git
synced 2024-11-14 21:07:26 +00:00
Add token error to #error
Sometimes I forget things
This commit is contained in:
parent
87ee1c8d93
commit
04b1e997f9
@ -6,7 +6,7 @@
|
|||||||
$catchVal = $catches[1];
|
$catchVal = $catches[1];
|
||||||
|
|
||||||
if(empty($_GET['token']) || $_GET['token'] != $_SESSION['token'] || empty($_POST[$catchid]) || $_POST[$catchid] != $catchVal){
|
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');
|
require('api/api.backend.php');
|
||||||
|
Loading…
Reference in New Issue
Block a user