From b09a268f8d974fbddf4ff04e113c23aec7e3ad6a Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 31 Dec 2005 08:16:25 +0000 Subject: [PATCH] Documenting constants --- kernel.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kernel.php b/kernel.php index ed62dd5..c8399f3 100644 --- a/kernel.php +++ b/kernel.php @@ -130,6 +130,11 @@ define('TYPE_NOCLEAN', 64); * Studios applications and is built to be abstract and flexible. * The base framework handles all loading and module management. * +* Constants: +* ISSO_NO_INPUT_SANITIZE - Disables the automatic input sanitizer +* ISSO_CHECK_POST_REFERER - Will check to make sure that on POSTed +* data, the referer matches the host +* * @author Iris Studios, Inc. * @copyright Copyright ©2002 - [#]year[#], Iris Studios, Inc. * @version $Revision$ -- 2.22.5