Edit dashboard.php via Editor
This commit is contained in:
parent
e95b5c1b6e
commit
a0db2eeb84
@ -6,9 +6,6 @@ error_reporting(E_ALL);
|
||||
session_start();
|
||||
header("Content-Type: application/json");
|
||||
|
||||
session_start();
|
||||
header("Content-Type: application/json");
|
||||
|
||||
require "db/config.php";
|
||||
|
||||
$userId = $_SESSION['user_id'] ?? null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user