Skip to content

Commit da0b49d

Browse files
committed
Fixed root
1 parent 17a636a commit da0b49d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/releases/active.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
$_SERVER['BASE_PAGE'] = 'releases/active.php';
66

77
require_once __DIR__ . '/../../include/prepend.inc';
8-
require_once ProjectGlobals::getPublicRoot(). '/include/branches.inc';
8+
require_once ProjectGlobals::getProjectRoot(). '/include/branches.inc';
99

1010
header('Content-Type: application/json; charset=UTF-8');
1111

0 commit comments

Comments
 (0)