Fixed some validation error in /settings

* Form action not specified
* An input field was not closed
* Made an input field child of a div
This commit is contained in:
Aldo "xoen" Giambelluca 2010-06-29 17:35:04 +02:00
parent 1d01d54205
commit 8a94686b0f
1 changed files with 2 additions and 2 deletions

View File

@ -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){