mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 08:06:59 +02:00
HTML whitespace
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@863 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -48,11 +48,7 @@ function auth_error($exception = null) {
|
||||
foreach ($_FILES as $key => $val) {
|
||||
echo '<input type="hidden" name="files[' . htmlspecialchars($key) . ']" value="' . ($val["error"] ? $val["error"] : base64_encode(file_get_contents($val["tmp_name"]))) . '">';
|
||||
}
|
||||
?>
|
||||
<input type="submit" value="<?php echo lang('Login'); ?>">
|
||||
|
||||
</form>
|
||||
<?php
|
||||
echo "<input type='submit' value='" . lang('Login') . "'>\n</form>\n";
|
||||
page_footer("auth");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user