mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 21:46:22 +05:30
7 lines
No EOL
57 B
PHP
7 lines
No EOL
57 B
PHP
<?php
|
|
|
|
session_destroy();
|
|
|
|
header('location: login');
|
|
|
|
?>
|