From 0168503ab2aa1c25464d1d46e219458d15a59dda Mon Sep 17 00:00:00 2001 From: ethem Date: Fri, 28 Apr 2006 07:20:25 +0000 Subject: [PATCH] Direct access to this script is forbidden. --- enrol/authorize/action.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/enrol/authorize/action.php b/enrol/authorize/action.php index 8c932fbf2a..80d8b525d4 100644 --- a/enrol/authorize/action.php +++ b/enrol/authorize/action.php @@ -1,11 +1,16 @@ dirroot.'/enrol/authorize/const.php'; +define('AN_ERROR', '3'); +define('AN_DELIM', '|'); +define('AN_ENCAP', '"'); + +require_once('const.php'); /** * Gets settlement date and time -- 2.39.5