mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 16:44:17 +02:00
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:
@@ -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 } ?>
|
||||
|
Reference in New Issue
Block a user