summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-05-16 00:38:17 +0000
committerBill Marquette <billm@pfsense.org>2005-05-16 00:38:17 +0000
commit136f811be8c07a1f4e9c3c5146c65b53acaf411e (patch)
tree465ffc291f81259f86a690574b09a2094ec9ecf0 /usr/local/www
parent32f11c0559c2c6f5c16789203fedd54750e21a04 (diff)
downloadpfsense-136f811be8c07a1f4e9c3c5146c65b53acaf411e.zip
pfsense-136f811be8c07a1f4e9c3c5146c65b53acaf411e.tar.gz
Fix double display of first config line
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/diag_confbak.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/diag_confbak.php b/usr/local/www/diag_confbak.php
index 3c7eccc..63a1e42 100755
--- a/usr/local/www/diag_confbak.php
+++ b/usr/local/www/diag_confbak.php
@@ -56,7 +56,6 @@ include("fbegin.inc");
<?php
if(file_exists("/conf/backup/backup.cache")) {
$confvers = unserialize(file_get_contents("/cf/conf/backup/backup.cache"));
- array_unshift($confvers, $confvers[0]);
} else {
print_info_box("No backups found.");
}
OpenPOWER on IntegriCloud