1 2 3 4 5 6
<?php header("X-Frame-Options: DENY"); require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; header("Location: /app/"); die();