0
0

deleted config.json - no more need of it, added installer to create config.json

This commit is contained in:
Bryan
2019-06-02 15:20:08 +02:00
parent 312d03599f
commit 8abf2c5e8a
5 changed files with 160 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
<?php
if ( isset ( $_SESSION [ 'user_id' ] ) ) {
header ( "Location: " . $GLOBALS [ 'config' ] [ 'installation_path' ] . "/insert" );
header ( "Location: " . $GLOBALS [ 'config' ] [ 'installation_path' ] . "/dashboard" );
exit;
}
if ( isset ( $GLOBALS [ 'request_uri' ] [ 1 ] ) && $GLOBALS [ 'request_uri' ] [ 1 ] == "forgot" ) {