add php header (#1064)

This commit is contained in:
Guillermo Giuliana 2021-10-21 11:50:02 -03:00 committed by GitHub
parent 09150d6940
commit 7b4427d3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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