mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Allow pre-filling (but no automatic action) of the download filename on exec.php.
This commit is contained in:
parent
289b91c8fb
commit
2ccb418a2e
@ -255,7 +255,7 @@ if (!isBlank($_POST['txtCommand'])):?>
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading"><h2 class="panel-title"><?=gettext('Download file')?></h2></div>
|
||||
<div class="panel-body">
|
||||
<input name="dlPath" type="text" id="dlPath" placeholder="File to download" class="col-sm-4"/>
|
||||
<input name="dlPath" type="text" id="dlPath" placeholder="File to download" class="col-sm-4" value="<?php echo htmlspecialchars($_GET['dlPath']) ?>"/>
|
||||
<br /><br />
|
||||
<input name="submit" type="submit" class="btn btn-default btn-sm" id="download" value="<?=gettext("Download"); ?>" />
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user