mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
Added the correct content-type for the dashboard plugins feed. (#5666)
This commit is contained in:
parent
5aaa603d4c
commit
e01b6501d0
@ -31,6 +31,7 @@
|
||||
collected data.
|
||||
*/
|
||||
|
||||
header("Content-Type: application/json");
|
||||
header("Last-Modified: " . gmdate( "D, j M Y H:i:s" ) . " GMT" );
|
||||
header("Expires: " . gmdate( "D, j M Y H:i:s", time() ) . " GMT" );
|
||||
header("Cache-Control: no-store, no-cache, must-revalidate" );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user