0
0
This repository has been archived on 2020-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
OpenShorte.old/lib/php/management/logout.php

4 lines
111 B
PHP

<?php
$_SESSION [ 'user_id' ] = NULL;
header ( "Location: " . $config [ 'installation_path' ] . "/" );