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

[email protected] (Derick Rethans)
Newsgroups php.webmaster
Message-ID <[email protected]>
Author: Derick Rethans (derickr)
Date: 2026-08-10T11:12:39+01:00

Commit: https://github.com/php/web-php/commit/772d75173a615893635452c2e8c200d7572e73c9
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);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.