PATH:
home
/
u865795251
/
domains
/
whatisnewis.com
/
public_html
/
vfa
/
Editing: check-auth.php
<?php require_once __DIR__ . '/config.php'; session_start(); header('Content-Type: application/json'); echo json_encode([ 'authenticated' => isset($_SESSION['authenticated']) && $_SESSION['authenticated'] === true ]);
SAVE
CANCEL