diff options
author | Bill Marquette <billm@pfsense.org> | 2005-05-16 00:38:17 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-05-16 00:38:17 +0000 |
commit | 136f811be8c07a1f4e9c3c5146c65b53acaf411e (patch) | |
tree | 465ffc291f81259f86a690574b09a2094ec9ecf0 | |
parent | 32f11c0559c2c6f5c16789203fedd54750e21a04 (diff) | |
download | pfsense-136f811be8c07a1f4e9c3c5146c65b53acaf411e.zip pfsense-136f811be8c07a1f4e9c3c5146c65b53acaf411e.tar.gz |
Fix double display of first config line
-rwxr-xr-x | usr/local/www/diag_confbak.php | 1 |
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."); } |