diff options
Diffstat (limited to 'oauth/index.php')
-rw-r--r-- | oauth/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oauth/index.php b/oauth/index.php index e381cbd..96cc545 100644 --- a/oauth/index.php +++ b/oauth/index.php @@ -1 +1 @@ -<?php header("Location: /oauth/init/") and die();
\ No newline at end of file +<?php header("X-Frame-Options: DENY"); header("Location: /oauth/init/") and die();
\ No newline at end of file |