There was an error while loading. Please reload this page.
1 parent 17a636a commit da0b49dCopy full SHA for da0b49d
1 file changed
public/releases/active.php
@@ -5,7 +5,7 @@
5
$_SERVER['BASE_PAGE'] = 'releases/active.php';
6
7
require_once __DIR__ . '/../../include/prepend.inc';
8
-require_once ProjectGlobals::getPublicRoot(). '/include/branches.inc';
+require_once ProjectGlobals::getProjectRoot(). '/include/branches.inc';
9
10
header('Content-Type: application/json; charset=UTF-8');
11
0 commit comments