getSetting('verification'); if (is_null($oxVerification)) { $oxVerification = true; } $oxEnablePhp = $advman_engine->getSetting('enable-php'); if (is_null($oxEnablePhp)) { $oxEnablePhp = false; } $oxStats = $advman_engine->getSetting('stats'); if (is_null($oxStats)) { $oxStats = true; } $oxPurgeStatsDays = $advman_engine->getSetting('purge-stats-days'); if (is_null($oxPurgeStatsDays)) { $oxPurgeStatsDays = 30; } ?>