summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index cbeadb4..141bdca 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,6 @@
<?php
+header("X-Frame-Options: DENY");
require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php";
header("Location: /app/");
die(); \ No newline at end of file