first commit

This commit is contained in:
2026-04-30 14:38:11 +02:00
commit e22bbde336
1994 changed files with 613950 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<div id="welcome">
<h1>Witamy w panelu administracyjnym</h1>
<h2><?php echo html::anchor('/', $title) ?></h2>
<?php if($_SESSION['admin']['last_success']): ?>
<p class="success">Data ostatniego poprawnego logowania: <strong><?php echo $_SESSION['admin']['last_success'] ?></strong></p>
<?php endif; ?>
<?php if($_SESSION['admin']['last_failed']): ?>
<p class="failed">Data ostatniego błędnego logowania: <strong><?php echo $_SESSION['admin']['last_failed'] ?></strong></p>
<?php endif; ?>
</div>