Skip to content

Commit

Permalink
[FIX] Last login in Manager widget.
Browse files Browse the repository at this point in the history
  • Loading branch information
Seiger committed Jun 15, 2023
1 parent b1ad0b4 commit 3fa7d70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion core/src/Core.php
Expand Up @@ -20,7 +20,6 @@
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\Route;
use Illuminate\Support\Str;
use IntlDateFormatter;
use PHPMailer\PHPMailer\Exception;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
Expand Down
2 changes: 1 addition & 1 deletion manager/views/page/2.blade.php
Expand Up @@ -383,7 +383,7 @@
</tr>
<tr>
<td>[%yourinfo_previous_login%]</td>
<td><b>[[$_SESSION[\'mgrLastlogin\']:math(\'%s+[(server_offset_time)]\'):dateFormat]]</b></td>
<td><b>'.evo()->toDateFormat($_SESSION['mgrLastlogin']).'</b></td>
</tr>
<tr>
<td>[%yourinfo_total_logins%]</td>
Expand Down

0 comments on commit 3fa7d70

Please sign in to comment.