Forms were joined

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@742 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-06-21 23:58:15 +00:00
parent ffe563cbf0
commit ef06df33a9

View file

@ -76,14 +76,14 @@ if (!$error && $_POST) {
<label><input type="checkbox" name="error_stops" value="1"<?php echo ($_POST["error_stops"] ? " checked='checked'" : ""); ?> /><?php echo lang('Stop on error'); ?></label>
</p>
<p>
<?php
if (!ini_get("file_uploads")) {
echo "<p>" . lang('File uploads are disabled.') . "</p>\n";
echo lang('File uploads are disabled.');
} else { ?>
<p>
<?php echo lang('File upload'); ?>: <input type="file" name="sql_file" />
<input type="hidden" name="token" value="<?php echo $token; ?>" />
<input type="submit" name="file" value="<?php echo lang('Execute'); ?>" />
<?php } ?>
</p>
<?php
@ -98,4 +98,3 @@ if ($history) {
?>
</form>
<?php } ?>