Author: Joe Ferguson (svpernova09)
Date: 2026-08-13T09:18:52-05:00

Commit: 
https://github.com/php/web-php/commit/f79a73d9854d3d6451fbc254fac215284bdf757a
Raw diff: 
https://github.com/php/web-php/commit/f79a73d9854d3d6451fbc254fac215284bdf757a.diff

Update ARCHIVE_FILE_REL to public folder

Changed paths:
  M  src/News/Entry.php


Diff:

diff --git a/src/News/Entry.php b/src/News/Entry.php
index 00b82ebfd8..79a5e60395 100755
--- a/src/News/Entry.php
+++ b/src/News/Entry.php
@@ -15,7 +15,7 @@ class Entry
 
     public const PHPWEB = __DIR__ . '/../../';
 
-    public const ARCHIVE_FILE_REL = 'archive/archive.xml';
+    public const ARCHIVE_FILE_REL = 'public/archive/archive.xml';
 
     public const ARCHIVE_FILE_ABS = self::PHPWEB . self::ARCHIVE_FILE_REL;
 

Reply via email to