From aaa0101813394ef6cb50a5db1dd1d31c2dc00921 Mon Sep 17 00:00:00 2001 From: jervfors Date: Sat, 23 Apr 2005 11:39:40 +0000 Subject: [PATCH] Closing PHP tags git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9376 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/change_password/config_default.php | 1 + plugins/change_password/functions.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/plugins/change_password/config_default.php b/plugins/change_password/config_default.php index be42921d..5235cb9c 100644 --- a/plugins/change_password/config_default.php +++ b/plugins/change_password/config_default.php @@ -20,3 +20,4 @@ $cpw_pass_max_length = 25; /** whether we require the use of SSL/https to change a password */ $cpw_require_ssl = FALSE; +?> \ No newline at end of file diff --git a/plugins/change_password/functions.php b/plugins/change_password/functions.php index 7a487fdc..09d0cd45 100644 --- a/plugins/change_password/functions.php +++ b/plugins/change_password/functions.php @@ -109,3 +109,5 @@ function cpw_do_change() header('Location: '.SM_PATH. 'src/options.php?optmode=submit&optpage=change_password&plugin_change_password=1'); exit; } + +?> \ No newline at end of file -- 2.25.1