summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-03-20 04:43:53 +0000
committerBill Marquette <billm@pfsense.org>2005-03-20 04:43:53 +0000
commitfa0c52c62f409303a84da256908e13c9d22290b1 (patch)
tree23c7abd2ebdd4d88cf7690d2374a14d2a5e1b950 /usr
parent7cf03119e526310e4ac09a7748346e58bdd87561 (diff)
downloadpfsense-fa0c52c62f409303a84da256908e13c9d22290b1.zip
pfsense-fa0c52c62f409303a84da256908e13c9d22290b1.tar.gz
don't lie...it "works"
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/diag_backup.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index d1c32ec..b7dc2a3 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -104,7 +104,6 @@ if ($_POST) {
header("Location: pkg_mgr_install.php?mode=reinstallall");
exit;
} else if ($mode == "restore_ver") {
- $input_errors[] = "XXX - this feature is not yet functional - billm";
$input_errors[] = "XXX - this feature may hose your config (do NOT backrev configs!) - billm";
if ($ver2restore <> "") {
$conf_file = "{$g['cf_conf_path']}/bak/config-" . strtotime($ver2restore) . ".xml";
OpenPOWER on IntegriCloud