diff --git a/core/class/jsondb/JsonDb.class.php b/core/class/jsondb/JsonDb.class.php index eae524f6..294eb831 100644 --- a/core/class/jsondb/JsonDb.class.php +++ b/core/class/jsondb/JsonDb.class.php @@ -23,9 +23,9 @@ class JsonDb extends \Prowebcraft\Dot { $this->config = array_merge([ 'name' => 'data.json', - 'backup' => 5, + /* 'backup' => 5,*/ 'dir' => getcwd(), - 'template' => getcwd() . DIRECTORY_SEPARATOR . 'data.template.json' + /* 'template' => getcwd() . DIRECTORY_SEPARATOR . 'data.template.json'*/ ], $config); $this->loadData(); parent::__construct();