This is now set, in headers.php

This commit is contained in:
Matt Pass
2014-04-18 17:59:27 +01:00
parent a3c0243772
commit 6030e9a4ca

View File

@@ -15,10 +15,6 @@ $context = stream_context_create(array('http'=>
)
));
// Set our security related headers, none activated
// header("frame-options: SAMEORIGIN");
// header("XSS-Protection: 1; mode=block");
// Start a session if we haven't already
if(!isset($_SESSION)) {@session_start();}