소스 검색

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;
}
</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;
include_once ('footer.php');
?>

불러오는 중...
취소
저장