Files
forzaapk/enginiptv/logout.php
mstfyldz d42f1405e1 b
2026-02-16 17:42:41 +03:00

6 lines
110 B
PHP

<?php
session_start();
session_destroy();
setcookie("auth","");
header("location:"."goodbye.php");
?>