Include headers lib & csrf hidden form field

To help protect against CSRF and clickjacking
Also include hidden form field containing this for postback
top.ICEcoder.csrf also set
This commit is contained in:
Matt Pass
2014-04-18 17:57:54 +01:00
parent 3d89af7e17
commit a3c0243772
13 changed files with 48 additions and 11 deletions

View File

@@ -1,4 +1,7 @@
<?php include("settings.php");?>
<?php
include("headers.php");
include("settings.php");
?>
<!DOCTYPE html>
<html>