[PHP-WEBMASTER] [web-php] preview: Fixed path

Author: Derick Rethans (derickr)
Date: 2026-08-10T11:12:39+01:00

Commit: Fixed path · php/web-php@772d751 · GitHub
Raw diff: https://github.com/php/web-php/commit/772d75173a615893635452c2e8c200d7572e73c9.diff

Fixed path

Changed paths:
  M public/index.php

Diff:

diff --git a/public/index.php b/public/index.php
index 63f028ef87..95dc01ddf4 100644
--- a/public/index.php
+++ b/public/index.php
@@ -52,7 +52,7 @@
$_SERVER['BASE_PAGE'] = 'index.php';
require_once __DIR__ . '/../include/prepend.inc';
require_once __DIR__ . '/../include/branches.inc';
-require_once __DIR__ . '/../include/public/pregen-confs.inc';
+require_once __DIR__ . '/include/pregen-confs.inc';
require_once __DIR__ . '/../include/version.inc';

mirror_setcookie("LAST_NEWS", $_SERVER["REQUEST_TIME"], 60 * 60 * 24 * 365);