Fix minor backslashes (#8292)

This commit is contained in:
Alexandre Alapetite
2025-12-07 20:27:06 +01:00
committed by GitHub
parent d9ac9c513f
commit 19975c22ec
3 changed files with 5 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ class FreshRSS_javascript_Controller extends FreshRSS_ActionController {
*/
public function nonceAction(): void {
header('Content-Type: application/json; charset=UTF-8');
header('Last-Modified: ' . gmdate('D, d M Y H:i:s \G\M\T'));
header('Last-Modified: ' . gmdate('D, d M Y H:i:s \\G\\M\\T'));
header('Expires: 0');
header('Cache-Control: private, no-cache, no-store, must-revalidate');
header('Pragma: no-cache');