Skip to content

Commit

Permalink
upped to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yurii-github committed Sep 10, 2017
1 parent da6457f commit 8b19be4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions app/components/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,14 @@ class Configuration extends Object
]

];


private $version = '1.3'; // DB VERSION

//TODO: change version here too!
const DEFAULT_CONFIG_JSON = <<<JSON
{
"system": {
"version": "1.3"
"email": false,
"emailto": null,
"theme": "smoothness",
Expand All @@ -106,12 +110,9 @@ class Configuration extends Object
}
}
JSON;


private $version = '1.2'; // DB VERSION

public $config_file;
private $config;
public $config_file;

private $options = ['system', 'database', 'library', 'book'];

public function __construct($config = [])
Expand Down

0 comments on commit 8b19be4

Please sign in to comment.