From 04b1e997f993bf995e3cc757ae49fcc788a7b775 Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Mon, 26 Aug 2013 10:52:44 -0500 Subject: [PATCH] Add token error to #error Sometimes I forget things --- process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.php b/process.php index f07afa8..519e090 100644 --- a/process.php +++ b/process.php @@ -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.
Please try again by using the form located at http://unps.us."); + die("
Oh Noes! Something happened and I can't continue.
Please try again by using the form located at http://unps.us.
"); } require('api/api.backend.php');