remove dump

This commit is contained in:
Dario Rekowski on RockPI 2020-01-20 11:20:05 +00:00
parent d5136eb86d
commit a33031251d
2 changed files with 1 additions and 4 deletions

View File

@ -167,9 +167,6 @@ class StateUsersController extends AppController
$l_user = $user['login'][0];
$finalUser['name'] = $l_user['first_name'] . ' ' . $l_user['last_name'];
$finalUser['email'] = $l_user['email'];
echo "<br>created: ";
var_dump($l_user['created']);
echo "<br>";
$finalUser['created'] = new FrozenTime($l_user['created']);
if(count($user['community']) == 1) {
$state = 'account copied to community';

View File

@ -42,7 +42,7 @@ $GLOBALS["self"] = $this;
<body class="header-fixed">
<div class="versionstring dev-info">
<p class="grd_small"><?= __("Community Server in Entwicklung") ?></p>
<p class="grd_small">Alpha 0.20.KW03.01</p>
<p class="grd_small">Alpha 0.20.KW03.02</p>
</div>
<nav class="t-header">
<div class="t-header-brand-wrapper">