diff options
author | Scott Ullrich <sullrich@sullrich-MacBookPro.local> | 2009-03-01 15:49:58 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@sullrich-MacBookPro.local> | 2009-03-01 15:49:58 -0500 |
commit | 8f8121f28405be1acbc5aafa907dcdaf8c3d4e18 (patch) | |
tree | 3749e002fde5fc688db8423e4d7b3473e5ad373e /config/autoconfigbackup/autoconfigbackup.inc | |
parent | 40d9915647000e7337539fccaf455d17064adbfb (diff) | |
download | pfsense-packages-8f8121f28405be1acbc5aafa907dcdaf8c3d4e18.tar.gz pfsense-packages-8f8121f28405be1acbc5aafa907dcdaf8c3d4e18.tar.bz2 pfsense-packages-8f8121f28405be1acbc5aafa907dcdaf8c3d4e18.zip |
* Axe upload routine during filter run (we use parse config hook now)
* Do not file error either
Diffstat (limited to 'config/autoconfigbackup/autoconfigbackup.inc')
-rw-r--r-- | config/autoconfigbackup/autoconfigbackup.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/autoconfigbackup/autoconfigbackup.inc b/config/autoconfigbackup/autoconfigbackup.inc index c95bbbb3..ac8038d2 100644 --- a/config/autoconfigbackup/autoconfigbackup.inc +++ b/config/autoconfigbackup/autoconfigbackup.inc @@ -133,7 +133,7 @@ function upload_config($reasonm = "") { if(!file_exists("/cf/conf/autoconfigback.notice")) { $notice_text = "Either the username, password or encryption password is not set for Automatic Configuration Backup. "; $notice_text .= "Please correct this in Diagnostics -> AutoConfigBackup -> Settings."; - log_error($notice_text); + //log_error($notice_text); //file_notice("AutoConfigBackup", $notice_text, $notice_text, ""); conf_mount_rw(); touch("/cf/conf/autoconfigback.notice"); |