浏览代码

forgot to close the password form

pull/16/head
mauirixxx 7 年前
父节点
当前提交
c036f6eba8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      preferences.php

+ 1
- 1
preferences.php 查看文件

@@ -48,7 +48,7 @@ echo <<<UPDPASS
return true; return true;
} }
</script> </script>
<input type="submit" name="submission" value="Update password" onclick="return Validate()" id="btnSubmit">
<input type="submit" name="submission" value="Update password" onclick="return Validate()" id="btnSubmit"></form>
UPDPASS; UPDPASS;
include_once ('footer.php'); include_once ('footer.php');
?> ?>

正在加载...
取消
保存