Closing PHP tags
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 23 Apr 2005 11:39:40 +0000 (11:39 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 23 Apr 2005 11:39:40 +0000 (11:39 +0000)
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
plugins/change_password/functions.php

index be42921dee8c914b65c8f84eff6e2155b981e7f2..5235cb9c3d0469466ee954363a6794837e4ed64f 100644 (file)
@@ -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
index 7a487fdc97a07463063cde51b4638df79e34d8c4..09d0cd455667d8d8a6be9a9bf9bf537ff198d63d 100644 (file)
@@ -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