You've already forked OpenShorte.old
Moved all configurations away from $GLOBALS to independent variables
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<?php
|
||||
$_SESSION [ 'user_id' ] = NULL;
|
||||
header ( "Location: " . substr ( $_SERVER [ 'SCRIPT_NAME' ], 0, -10 ) . "/" );
|
||||
header ( "Location: " . $config [ 'installation_path' ] . "/" );
|
||||
|
Reference in New Issue
Block a user