mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
8 lines
No EOL
114 B
PHP
8 lines
No EOL
114 B
PHP
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
|
|
<?php
|
|
|
|
unset($_SESSION[site_url()]);
|
|
|
|
header('location: login');
|
|
|
|
?>
|