add php header (#1064)
This commit is contained in:
parent
09150d6940
commit
7b4427d3e3
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
@include 'config.php';
|
||||
require_once 'vendor/autoload.php';
|
||||
header('X-Frame-Options: DENY');
|
||||
|
||||
date_default_timezone_set ('UTC');
|
||||
// REDBEAN CONFIGURATION
|
||||
|
|
Loading…
Reference in New Issue