CreateConfigFileStep CreateConfigFileStep(
)
|
|
void _getConfigContents(
)
|
|
Check installed version vs. codebase version
If G2 isn't installed at the moment or the installed version is the same as the codebase version, advance to the next step. Else, give a warning and instruct to run the upgrader if codebase version > installed version. Note: database = g2data version, checked in db step
API Tags:
| Return: | (boolean versionsOk, boolean upgradeRecommended, array ('codebase' => string version, 'installed' => string version)) |