Fixed some validation error in /settings

* Form action not specified
* An input field was not closed
* Made an input field child of a div
remotes/origin/stable
Aldo "xoen" Giambelluca 14 years ago
parent 1d01d54205
commit 8a94686b0f

@ -18,8 +18,8 @@ changepassset=function(){
}
}
</script>
<form method="post" enctype="multipart/form-data">
<input type='hidden' name='config' value='1'>
<form method="post" enctype="multipart/form-data" action="#">
<div><input type='hidden' name='config' value='1' /></div>
<table cellpadding="5" cellspacing="5" border="0" class="loginform">
<?php
if(!empty($CONFIG_ERROR) and !$FIRSTRUN){

Loading…
Cancel
Save