HOR-1638
This commit is contained in:
@@ -148,7 +148,7 @@ class actionsByEmailCoreClass extends PMPlugin
|
||||
|
||||
$__ABE__ = '';
|
||||
$conf = new Configurations();
|
||||
$envSkin = $conf->getConfiguration('SKIN_CRON', '');
|
||||
$envSkin = defined("SYS_SKIN") ? SYS_SKIN : $conf->getConfiguration('SKIN_CRON', '');
|
||||
$envHost = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : SERVER_NAME;
|
||||
$envProtocol = defined("REQUEST_SCHEME") && REQUEST_SCHEME === "https";
|
||||
$envPort = (SERVER_PORT . "" != "80") ? ":" . SERVER_PORT : "";
|
||||
|
||||
Reference in New Issue
Block a user