From: kink Date: Wed, 31 Mar 2004 11:51:50 +0000 (+0000) Subject: Use form funcs in cpw plugin X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=b11b4108a47cf77f4b3336dc48ee35d34ade6208;hp=a34d6890fedb616a14007a34288b7ed4bc859d7f 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 --- 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) { } ?> -
+ - + - + - + +
- " />