This commit is contained in:
2025-02-05 03:51:15 +05:30
parent c4c8ba334e
commit 7977ddc04e
31 changed files with 643 additions and 513 deletions

View File

@@ -1,6 +1,8 @@
<?php
session_start();
session_destroy();
header("Location: login.php");
header("Location: index.php");
error_reporting(E_ALL);
ini_set('display_errors', 1);
exit();
?>