You've already forked OpenShorte.old
Prepared website with even cleaner file structure and layout
This commit is contained in:
3
lib/php/management/logout.php
Normal file
3
lib/php/management/logout.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
$_SESSION [ 'user_id' ] = NULL;
|
||||
header ( "Location: " . substr ( $_SERVER [ 'SCRIPT_NAME' ], 0, -10 ) . "/" );
|
Reference in New Issue
Block a user