VERSION UPDATE: beta 0.6.0 see the readme.md document

This commit is contained in:
Stephan Kasdorf
2018-12-05 20:59:28 +01:00
parent aff8730316
commit acd6e7fce5
14 changed files with 573 additions and 87 deletions

View File

@@ -67,7 +67,7 @@ class Settings
}
elseif(file_exists('../' . self::SETTINGS_PATH . $current_settings_file))
{
if($env==config::CLI_SYSTEM)
if($env==Config::CLI_SYSTEM)
{
if(self::$_is_db_connection)
{