From 878773ef6fe4670da7bf20cdb636e9ba79a26a22 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 12 Mar 2015 16:18:19 +0000 Subject: [PATCH] sync with master --- src/opnsense/mvc/app/library/OPNsense/Core/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opnsense/mvc/app/library/OPNsense/Core/Config.php b/src/opnsense/mvc/app/library/OPNsense/Core/Config.php index ba82d0d2a..755ac566b 100644 --- a/src/opnsense/mvc/app/library/OPNsense/Core/Config.php +++ b/src/opnsense/mvc/app/library/OPNsense/Core/Config.php @@ -304,7 +304,7 @@ class Config extends Singleton /** * backup current (running) config */ - private function backup() + public function backup() { $target_dir = dirname($this->config_file)."/backup/"; $target_filename = "config-".time().".xml";