aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-08 05:01:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-08 05:01:52 +0000
commita83e51128ac2be3db2925cbc2371480689a3059b (patch)
tree33a7f2a4d9c1c31f5027896f06599ef7a7930d9b
parent51e749287615fa1c1aae33f7911c498f6afcd82d (diff)
downloadpfsense-packages-a83e51128ac2be3db2925cbc2371480689a3059b.tar.gz
pfsense-packages-a83e51128ac2be3db2925cbc2371480689a3059b.tar.bz2
pfsense-packages-a83e51128ac2be3db2925cbc2371480689a3059b.zip
Add hostname
-rw-r--r--packages/autoconfigbackup/autoconfigbackup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/autoconfigbackup/autoconfigbackup.php b/packages/autoconfigbackup/autoconfigbackup.php
index efa063ae..476e6cb7 100644
--- a/packages/autoconfigbackup/autoconfigbackup.php
+++ b/packages/autoconfigbackup/autoconfigbackup.php
@@ -343,7 +343,7 @@ EOF;
<a title="Restore this revision" onClick="return confirm('Are you sure you want to restore <?= $cv['time']; ?>?')" href="autoconfigbackup.php?hostname=<?=urlencode($hostname)?>&newver=<?=urlencode($cv['time']);?>">
<img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0">
</a>
- <a title="Show info" href="autoconfigbackup.php?download=<?=urlencode($cv['time']);?>&reason=<?php echo urlencode($cv['reason']);?>">
+ <a title="Show info" href="autoconfigbackup.php?download=<?=urlencode($cv['time']);?>&hostname=<?=urlencode($hostname)?>&reason=<?php echo urlencode($cv['reason']);?>">
<img src="/themes/<?= $g['theme']; ?>/images/icons/icon_down.gif" width="17" height="17" border="0">
</a>
<a title="Delete" onClick="return confirm('Are you sure you want to delete <?= $cv['time']; ?>?')"href="autoconfigbackup.php?hostname=<?=urlencode($hostname)?>&rmver=<?=urlencode($cv['time']);?>">