mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-66118 hub: Remove legacy constants, not relevant any more
Both the following constants are no longer needed as Moodle does not support multiple hubs any more. * HUB_HUBDIRECTORYURL is no longer valid as Moodle no longer supports the listing of community hubs. * HUB_OLDMOODLEORGHUBURL was used in the past for the transition purposes.
This commit is contained in:
parent
6ec1078469
commit
a08c238f9e
1 changed files with 0 additions and 7 deletions
|
@ -486,17 +486,10 @@ define('HOMEPAGE_MY', 1);
|
||||||
*/
|
*/
|
||||||
define('HOMEPAGE_USER', 2);
|
define('HOMEPAGE_USER', 2);
|
||||||
|
|
||||||
/**
|
|
||||||
* Hub directory url (should be moodle.org)
|
|
||||||
*/
|
|
||||||
define('HUB_HUBDIRECTORYURL', "https://hubdirectory.moodle.org");
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Moodle.net url (should be moodle.net)
|
* Moodle.net url (should be moodle.net)
|
||||||
*/
|
*/
|
||||||
define('HUB_MOODLEORGHUBURL', "https://moodle.net");
|
define('HUB_MOODLEORGHUBURL', "https://moodle.net");
|
||||||
define('HUB_OLDMOODLEORGHUBURL', "http://hub.moodle.org");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Moodle mobile app service name
|
* Moodle mobile app service name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue