mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 20:16:22 +05:30
7 lines
No EOL
76 B
PHP
7 lines
No EOL
76 B
PHP
<?php
|
|
|
|
unset($_SESSION[config("site.url")]);
|
|
|
|
header('location: login');
|
|
|
|
?>
|