diff options
Diffstat (limited to 'sendOrd.php')
-rw-r--r-- | sendOrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sendOrd.php b/sendOrd.php index 6cb4a36..79c209d 100644 --- a/sendOrd.php +++ b/sendOrd.php @@ -55,7 +55,7 @@ $body .= "WORD: {$HTTP_POST_VARS['ord']}"; if($HTTP_POST_VARS['status']) $body .= "STATUS: +\n"; -else if +else if($HTTP_POST_VARS['status']) $body .= "STATUS: -\n"; else $body .= "STATUS: ?\n"; |