1
0
Fork 0

show dashboard after reg

master
Christopher 2020-08-02 07:29:57 +02:00
parent 50f01d2339
commit 14c359a7d5
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
$_SESSION['LEVEL'] = 0;
$_SESSION['DISPLAYNAME'] = strtoupper(trim($RUNTIME['REGISTER']['Name']));
$_SESSION['LOGIN'] = 'true';
include "./pages/".@$_REQUEST['page'].".php";
include "./pages/dashboard.php";
die();
}else{
$HTML->ReplaceLayoutInhalt("%%MESSAGE%%", "Ups da stimmt was nicht. Versuche es bitte noch mal.");