mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
parent
55c6e332cc
commit
2ad03e1035
1 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,14 @@
|
|||
<?php
|
||||
require_once 'config.php';
|
||||
require_once RASPI_CONFIG.'/raspap.php';
|
||||
|
||||
session_start();
|
||||
header('X-Frame-Options: SAMEORIGIN');
|
||||
header("Content-Security-Policy: default-src 'none'; frame-src 'self'; connect-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'");
|
||||
|
||||
require_once 'authenticate.php';
|
||||
|
||||
|
||||
// Web Console v0.9.7 (2016-11-05)
|
||||
//
|
||||
// Author: Nickolay Kovalev (http://nickola.ru)
|
||||
|
|
Loading…
Reference in a new issue