From: Daniel Hromada Date: Sun, 30 Jan 2011 22:24:49 +0000 (+0100) Subject: highly important NUMERIC_NOT_NUMERIC (our sql injection prevention strategy) error_me... X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=7241ef3b41faf667f916e5239515d7280bc85bea;p=mirrors%2FKyberia-bloodline.git highly important NUMERIC_NOT_NUMERIC (our sql injection prevention strategy) error_message added among error messages --- diff --git a/wwwroot/inc/error_messages.inc b/wwwroot/inc/error_messages.inc index 9ce3cee..1ef9b64 100644 --- a/wwwroot/inc/error_messages.inc +++ b/wwwroot/inc/error_messages.inc @@ -16,4 +16,5 @@ $error_messages['EVENT_NOT_PERMITTED']='su veci na ktore prosto nemas pravo'; $error_messages['NOT_NUMERIC']='POST parameter is not numeric'; $error_messages['MAX_CHILDREN']='nieje mozne pridat dalsiu nodu kedze bol prekroceny pocet MAX_CHILDREN definovany v paragrafe 42 vyhlasky 23/2005, hlava 666'; $error_messages['UNDELETE_IMPOSSIBLE']='nemozes vratit do zivota to co nieje tvoje'; +$error_messages['NUMERIC_NOT_NUMERIC']='tazko, ej verureku tazko sa mi funguje v svete kde anilen ciselna hodnota nieje ciselnou hodnotou'; ?> \ No newline at end of file