Fixing style errors.

This commit is contained in:
stickler-ci 2019-11-02 12:51:45 +00:00
parent 74473edb0c
commit 03bd6e4db3

View File

@ -61,7 +61,7 @@ if (! empty($conf->global->MAIN_NGINX_FIX))
{
$url = (isset($_SERVER['SCRIPT_URI']) && $_SERVER["SCRIPT_URI"] !== null) ? $_SERVER["SCRIPT_URI"] : $_SERVER['PHP_SELF'];
}
// Enable and test if module Api is enabled
if (empty($conf->global->MAIN_MODULE_API))
{