Project

General

Profile

« Previous | Next » 

Revision 45777c10

Added by GChuf 6 10 months ago

Remove deprecated pragma header. Implement #15781

This removes adding pragma header which is now deprecated. Cache control is used instead.

View differences:

src/usr/local/captiveportal/index.php
32 32

  
33 33
header("Expires: 0");
34 34
header("Cache-Control: no-cache, no-store, must-revalidate");
35
header("Pragma: no-cache");
36 35
header("Connection: close");
37 36

  
38 37
global $cpzone, $cpzoneid, $cpzoneprefix;

Also available in: Unified diff