mirror of
https://github.com/p08dev/Bloggr.git
synced 2026-06-17 04:33:56 +02:00
6 lines
96 B
PHP
6 lines
96 B
PHP
<?php
|
|
include_once(__DIR__."/lib/autoload.php");
|
|
$auth->logout();
|
|
header("Location: /");
|
|
die();
|