Revision 45777c10
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
Remove deprecated pragma header. Implement #15781
This removes adding pragma header which is now deprecated. Cache control is used instead.