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:
David Mudrák 2019-09-30 12:58:56 +02:00
parent 6ec1078469
commit a08c238f9e

View File

@ -486,17 +486,10 @@ define('HOMEPAGE_MY', 1);
*/
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)
*/
define('HUB_MOODLEORGHUBURL', "https://moodle.net");
define('HUB_OLDMOODLEORGHUBURL', "http://hub.moodle.org");
/**
* Moodle mobile app service name