sf-static/flblog/system/admin/views/logout.html.php

7 lines
76 B
PHP
Raw Normal View History

2023-02-28 18:21:07 +00:00
<?php
unset($_SESSION[config("site.url")]);
header('location: login');
?>