Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/erikdubbelboer/phpRedisAdmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'includes/header.inc.php')
-rw-r--r--includes/header.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/header.inc.php b/includes/header.inc.php
index 9602370..b6b19f5 100644
--- a/includes/header.inc.php
+++ b/includes/header.inc.php
@@ -4,6 +4,7 @@ $version = '1-1-1';
header('Content-Type: text/html; charset=utf-8');
header('Cache-Control: private');
+header('X-Frame-Options: DENY');
?><!DOCTYPE html>
<html lang=en>