Create own base URL class which holds the whole base url business logic

This commit is contained in:
Philipp Holzer
2019-04-08 21:12:10 +02:00
parent 6ea531d2f8
commit 318a3ca785
16 changed files with 434 additions and 876 deletions

View File

@@ -23,7 +23,7 @@ class System extends BaseObject
/**
* @brief Retrieves the Friendica instance base URL
*
* @param bool $ssl Whether to append http or https under SSL_POLICY_SELFSIGN
* @param bool $ssl Whether to append http or https under BaseURL::SSL_POLICY_SELFSIGN
* @return string Friendica server base URL
* @throws InternalServerErrorException
*/