diff options
-rw-r--r-- | sendOrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sendOrd.php b/sendOrd.php index 402f93c..41bff15 100644 --- a/sendOrd.php +++ b/sendOrd.php @@ -42,7 +42,7 @@ if(!$HTTP_POST_VARS['gpl']) if($error != '') { $error .= "Bruk tilbakeknappen i nettleseren for å rette på påmeldinga.\n"; - print "<pre>" . $error . "</pre>"; + print . $error .; exit(); } ?> |