WebShell: t.me/oghbnz


Current Path : /home/sreemitragroup/public_html/admin/
Upload File :
Current File : /home/sreemitragroup/public_html/admin/logout.php

<?php



session_start();



session_unset('user');

session_unset('logged_id');



session_destroy();



header("Location: login.php?msg=Sucess");

?>