mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 05:56:22 +05:30
9 lines
No EOL
88 B
PHP
9 lines
No EOL
88 B
PHP
<?php
|
|
|
|
include 'session.php';
|
|
|
|
session_destroy();
|
|
|
|
header('location: ../index.php');
|
|
|
|
?>
|