summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_confbak.php
diff options
context:
space:
mode:
authorHolger Bauer <hoba@pfsense.org>2005-07-29 23:03:14 +0000
committerHolger Bauer <hoba@pfsense.org>2005-07-29 23:03:14 +0000
commitafe4bc36e33398d6830ec200b0404286cb3d64bb (patch)
tree6f6f9bcf08cc420407a5ad438bd00628ce97f88b /usr/local/www/diag_confbak.php
parenta59e5d337b47d89e123cc3b3488a7c5d43bdf56d (diff)
downloadpfsense-afe4bc36e33398d6830ec200b0404286cb3d64bb.zip
pfsense-afe4bc36e33398d6830ec200b0404286cb3d64bb.tar.gz
corrected imagepath
Diffstat (limited to 'usr/local/www/diag_confbak.php')
-rwxr-xr-xusr/local/www/diag_confbak.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_confbak.php b/usr/local/www/diag_confbak.php
index 93f9d2a..1301b75 100755
--- a/usr/local/www/diag_confbak.php
+++ b/usr/local/www/diag_confbak.php
@@ -96,10 +96,10 @@ if(is_array($confvers)) {
<td class="listlr"> <?= $date ?></td>
<td class="listlr"> <?= $desc ?></td>
<td valign="middle" class="list" nowrap>
- <a href="diag_confbak.php?newver=<?=$version['time'];?>"><img src="/themes/<?= $g['theme']; ?>/icons/icon_plus.gif" width="17" height="17" border="0"></a>
+ <a href="diag_confbak.php?newver=<?=$version['time'];?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a>
</td>
<td valign="middle" class="list" nowrap>
- <a href="diag_confbak.php?rmver=<?=$version['time'];?>"><img src="/themes/<?= $g['theme']; ?>/icons/icon_x.gif" width="17" height="17" border="0"></a>
+ <a href="diag_confbak.php?rmver=<?=$version['time'];?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0"></a>
</tr>
<?php
} ?>
OpenPOWER on IntegriCloud