quartznet-info/old/admin/logout.php
Ben Parsons 871b855e41 Migrating to Svelte
User management not done.
Footer not done
Nav user management icon not positioned correctly
2020-08-19 23:54:15 +10:00

7 lines
95 B
PHP
Executable File

<?php
session_start();
session_unset();
session_destroy();
header("location:../index.php");
?>