Skip to content
Snippets Groups Projects
Commit 5a0a2ac4 authored by Peter Rotich's avatar Peter Rotich
Browse files

Add getDBVersion - used to detect old installations during upgrade

parent caa00015
Branches
Tags
No related merge requests found
......@@ -77,6 +77,11 @@ class Config {
return THIS_VERSION;
}
//Used to detect version prior to 1.7 (useful during upgrade)
function getDBVersion() {
return $this->config['ostversion'];
}
function getSchemaSignature() {
if($this->config['schema_signature'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment