up
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
require_once '../config/config.php';
|
||||
requireAuthentication();
|
||||
header('Content-Type: application/json; charset=utf-8');
|
||||
header('Cache-Control: no-cache, no-store, must-revalidate');
|
||||
header('Pragma: no-cache');
|
||||
header('Expires: 0');
|
||||
|
||||
try {
|
||||
$db = Database::getInstance();
|
||||
|
||||
Reference in New Issue
Block a user