Author: Joe Ferguson (svpernova09)
Date: 2026-08-13T09:34:08-05:00
Commit:
https://github.com/php/web-php/commit/3ab69ee3e571b91586b4f2cb73e96a73ec3a8996
Raw diff:
https://github.com/php/web-php/commit/3ab69ee3e571b91586b4f2cb73e96a73ec3a8996.diff
Update ARCHIVE_ENTRIES_REL to the public folder
Changed paths:
M src/News/Entry.php
Diff:
diff --git a/src/News/Entry.php b/src/News/Entry.php
index bd1f224be9..552aed883d 100755
--- a/src/News/Entry.php
+++ b/src/News/Entry.php
@@ -19,7 +19,7 @@ class Entry
public const ARCHIVE_FILE_ABS = self::PHPWEB . self::ARCHIVE_FILE_REL;
- public const ARCHIVE_ENTRIES_REL = 'archive/entries/';
+ public const ARCHIVE_ENTRIES_REL = 'public/archive/entries/';
public const ARCHIVE_ENTRIES_ABS = self::PHPWEB .
self::ARCHIVE_ENTRIES_REL;