Files
forzaapk/yaren/logout.php
mstfyldz bc423156cf yaren
2026-02-16 18:56:01 +03:00

6 lines
110 B
PHP

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