- $this->t("Determines whether generated links should be forced to use SSL"),
- $ssl_choices],
- '$hostname' => ['config-hostname',
- $this->t('Host name'),
- $configCache->get('config', 'hostname'),
- $this->t('Overwrite this field in case the determinated hostname isn\'t right, otherweise leave it as is.'),
- $this->t('Required')],
'$basepath' => ['system-basepath',
$this->t("Base path to installation"),
$configCache->get('system', 'basepath'),
$this->t("If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."),
$this->t('Required')],
- '$urlpath' => ['system-urlpath',
- $this->t('Sub path of the URL'),
- $configCache->get('system', 'urlpath'),
- $this->t('Overwrite this field in case the sub path determination isn\'t right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path.'),
- ''],
+ '$system_url' => ['system-url',
+ $this->t('The Friendica system URL'),
+ (string)$baseUrl,
+ $this->t('Overwrite this field in case the system URL determination isn\'t right, otherwise leave it as is.'),