mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-09 18:06:47 -04:00
Fix minor backslashes (#8292)
This commit is contained in:
committed by
GitHub
parent
d9ac9c513f
commit
19975c22ec
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user