瀏覽代碼

Closing PHP tags

Fredrik Jervfors 20 年之前
父節點
當前提交
c22d2b3e3e
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      plugins/change_password/config_default.php
  2. 2 0
      plugins/change_password/functions.php

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