Skip to content

Commit 7e0930e

Browse files
committed
How much I hate global variables...
1 parent d6ac277 commit 7e0930e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/branches.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
include_once __DIR__ . '/releases.inc';
44
include_once __DIR__ . '/version.inc';
55

6+
$BRANCHES = require __DIR__ . '/branch-overrides.inc';
7+
68
/* Time to keep EOLed branches in the array returned by get_active_branches(),
79
* which is used on the front page download links and the supported versions
810
* page. (Currently 28 days.) */

0 commit comments

Comments
 (0)