Author: Derick Rethans (derickr)
Date: 2026-08-10T13:50:36+01:00
Commit:
https://github.com/php/web-php/commit/da0b49d37d5ce9fc7a788a973ad79c0251e615b9
Raw diff:
https://github.com/php/web-php/commit/da0b49d37d5ce9fc7a788a973ad79c0251e615b9.diff
Fixed root
Changed paths:
M public/releases/active.php
Diff:
diff --git a/public/releases/active.php b/public/releases/active.php
index d2cfca2862..5aa8360c1a 100644
--- a/public/releases/active.php
+++ b/public/releases/active.php
@@ -5,7 +5,7 @@
$_SERVER['BASE_PAGE'] = 'releases/active.php';
require_once __DIR__ . '/../../include/prepend.inc';
-require_once ProjectGlobals::getPublicRoot(). '/include/branches.inc';
+require_once ProjectGlobals::getProjectRoot(). '/include/branches.inc';
header('Content-Type: application/json; charset=UTF-8');