Minor fixes for new environment.
This commit is contained in:
@@ -33,6 +33,7 @@ if ($environment === false)
|
||||
}
|
||||
|
||||
define('ENVIRONMENT', $environment);
|
||||
define('SCHEME', 'https');
|
||||
|
||||
if (isset($_SERVER['HTTPS']))
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@ if (ENVIRONMENT === 'local')
|
||||
}
|
||||
elseif (ENVIRONMENT === 'production')
|
||||
{
|
||||
$svjf['editorUrl'] = $vC['portal']['arrHost']['scheme'] . '://rist-editors.ri-st.de/';
|
||||
$svjf['editorUrl'] = $vC['portal']['arrHost']['scheme'] . '://editors.ri-st.de/';
|
||||
$svjf['editorVersion'] = '1.0.5';
|
||||
}
|
||||
$svjf['webserviceUrl'] = $vC['portal']['hostUrl'] . '/webservices/remote_data.php';
|
||||
|
||||
Reference in New Issue
Block a user