show dashboard after reg
parent
50f01d2339
commit
14c359a7d5
|
@ -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.");
|
||||
|
|
Loading…
Reference in New Issue