mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-30 01:05:18 +02:00
add php header (#1064)
This commit is contained in:
parent
09150d6940
commit
7b4427d3e3
@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
@include 'config.php';
|
@include 'config.php';
|
||||||
require_once 'vendor/autoload.php';
|
require_once 'vendor/autoload.php';
|
||||||
|
header('X-Frame-Options: DENY');
|
||||||
|
|
||||||
date_default_timezone_set ('UTC');
|
date_default_timezone_set ('UTC');
|
||||||
// REDBEAN CONFIGURATION
|
// REDBEAN CONFIGURATION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user