Commit 6a2f32dc authored by Ad Schellevis's avatar Ad Schellevis

change backup method for config to public

parent 261d487d
......@@ -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";
......
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