You've already forked OpenShorte.old
Updated the login page with a new cool template.
Source template from https://bootsnipp.com/snippets/z8aQr.
This commit is contained in:
5
lib/php/logout.php
Normal file
5
lib/php/logout.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$_SESSION = array ( );
|
||||
session_destroy ( );
|
||||
header ( "Location: " . substr ( $_SERVER [ 'SCRIPT_NAME' ], 0, -10 ) . "/" );
|
||||
?>
|
Reference in New Issue
Block a user