This commit is contained in:
mstfyldz
2026-02-16 18:47:35 +03:00
parent 9dc8017a23
commit 0000e125aa
2973 changed files with 1170981 additions and 0 deletions

10
nuritv/panel/logout.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
ob_start();
unset($_SESSION["admin"]["login"]);
unset($_SESSION["admin"]["username"]);
unset($_SESSION["admin"]["password"]);
header("Location: index.php");
?>