📁 File Manager
🏠 /
/
home
/
u857492117
/
domains
/
mangaldaicollege.org
/
public_html
/
dk1
/
admin
Dosya Düzenle: admin_logout.php
<?php session_start(); // Destroy all session data session_unset(); session_destroy(); // Redirect to admin login page header("Location: admin_login.php"); exit; ?>
💾 Kaydet
İptal