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');