mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
setting content type to fix possible XSS attack vector
This commit is contained in:
parent
576a0003da
commit
c28c5d29a3
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
|
||||
// Init
|
||||
//error_reporting(NULL);
|
||||
|
||||
header('Content-Type: application/json');
|
||||
|
||||
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
|
||||
include($_SERVER['DOCUMENT_ROOT']."/file_manager/fm_core.php");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue