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:
authorErik Dubbelboer <erik@dubbelboer.com>2021-09-12 10:14:26 +0300
committerErik Dubbelboer <erik@dubbelboer.com>2021-09-12 10:15:06 +0300
commit59c90d7182dcb7e61390fc0ae5f8f72551a23280 (patch)
tree85bf3e800f2bbae2737aa2a41a773d8930274cd7
parentb87a1b708d75c3a2e39e3f521e802ee545449aa8 (diff)
v1.16.1v1.16.1
X-Frame-Options: sameorigin
-rw-r--r--composer.json2
-rw-r--r--includes/header.inc.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 2d02f95..8a896b6 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"name": "erik-dubbelboer/php-redis-admin",
"description": "Simple web interface to manage Redis databases.",
- "version": "1.16.0",
+ "version": "1.16.1",
"license": "CC-BY-3.0",
"homepage": "https://github.com/ErikDubbelboer/phpRedisAdmin",
"authors": [
diff --git a/includes/header.inc.php b/includes/header.inc.php
index b6b19f5..7679bd6 100644
--- a/includes/header.inc.php
+++ b/includes/header.inc.php
@@ -4,7 +4,7 @@ $version = '1-1-1';
header('Content-Type: text/html; charset=utf-8');
header('Cache-Control: private');
-header('X-Frame-Options: DENY');
+header('X-Frame-Options: sameorigin');
?><!DOCTYPE html>
<html lang=en>