From b11b4108a47cf77f4b3336dc48ee35d34ade6208 Mon Sep 17 00:00:00 2001 From: kink Date: Wed, 31 Mar 2004 11:51:50 +0000 Subject: [PATCH] Use form funcs in cpw plugin git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6980 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/change_password/options.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/plugins/change_password/options.php b/plugins/change_password/options.php index 809aea71..04a75440 100644 --- a/plugins/change_password/options.php +++ b/plugins/change_password/options.php @@ -13,10 +13,11 @@ define('SM_PATH','../../'); -include_once (SM_PATH . 'include/validate.php'); -include_once (SM_PATH . 'functions/page_header.php'); -include_once (SM_PATH . 'plugins/change_password/functions.php'); -include_once (SM_PATH . 'plugins/change_password/config.php'); +require_once (SM_PATH . 'include/validate.php'); +require_once (SM_PATH . 'functions/page_header.php'); +require_once (SM_PATH . 'plugins/change_password/functions.php'); +require_once (SM_PATH . 'plugins/change_password/config.php'); +require_once (SM_PATH . 'functions/forms.php'); /* the form was submitted, go for it */ if(sqgetGlobalVar('cpw_go', $cpw_go, SQ_POST)) { @@ -50,23 +51,23 @@ if (isset($Messages) && count($Messages) > 0) { } ?> -
+ - + - + - + +
- " />
-- 2.25.1