Testpanel klasörüne güncel dosyalar eklendi
This commit is contained in:
11
testpanel/logout.php
Normal file
11
testpanel/logout.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
session_start();
|
||||
session_unset();
|
||||
session_destroy();
|
||||
|
||||
header('Location: index.php');
|
||||
exit();
|
||||
?>
|
||||
Reference in New Issue
Block a user