Commit 878773ef authored by Ad Schellevis's avatar Ad Schellevis

sync with master

parent 9d6a8690
...@@ -304,7 +304,7 @@ class Config extends Singleton ...@@ -304,7 +304,7 @@ class Config extends Singleton
/** /**
* backup current (running) config * backup current (running) config
*/ */
private function backup() public function backup()
{ {
$target_dir = dirname($this->config_file)."/backup/"; $target_dir = dirname($this->config_file)."/backup/";
$target_filename = "config-".time().".xml"; $target_filename = "config-".time().".xml";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment