diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-05-13 19:56:34 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-05-13 19:56:34 +0200 |
commit | cce4cb6f46d73b304cc83b3a4202359a521f4c6e (patch) | |
tree | 04972da1337ac9f28109214888525e2c6f37b578 /www | |
parent | d667474cb21d5258524d8a1f8f36e61df6c5af0b (diff) | |
parent | dc7e1e0762461b0abbcf1854bd17829fb1ea833b (diff) | |
download | cacert-devel-cce4cb6f46d73b304cc83b3a4202359a521f4c6e.tar.gz cacert-devel-cce4cb6f46d73b304cc83b3a4202359a521f4c6e.tar.xz cacert-devel-cce4cb6f46d73b304cc83b3a4202359a521f4c6e.zip |
Merge branch 'bug-569' into release
Diffstat (limited to 'www')
-rw-r--r-- | www/wot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wot.php b/www/wot.php index 551e485..59eec4a 100644 --- a/www/wot.php +++ b/www/wot.php @@ -263,7 +263,7 @@ $iecho= "c"; exit; } - if($_REQUEST['points'] == "") + if($_REQUEST['points'] == "" || !is_numeric($_REQUEST['points'])) { show_page("VerifyData","",_("You must enter the number of points you wish to allocate to this person.")); exit; |