Browse Source

Closing PHP tags

Fredrik Jervfors 20 năm trước cách đây
mục cha
commit
c22d2b3e3e

+ 1 - 0
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;
 
+?>

+ 2 - 0
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;
 }
+
+?>