autofworward after login
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
This commit is contained in:
13
web/pages/err/notallowed.html
Normal file
13
web/pages/err/notallowed.html
Normal file
@ -0,0 +1,13 @@
|
||||
<div class="alert alert-danger animate__animated animate__headShake" role="alert">
|
||||
<h4 class="alert-heading">Not allowed</h4>
|
||||
Zugriff nicht erlaubt
|
||||
</div>
|
||||
|
||||
<div class="row justify-content-center align-items-center g-2">
|
||||
<div class="col"></div>
|
||||
<div class="col">
|
||||
<?php if(!$loggedin) : ?>
|
||||
<?= partial('../../pages/login/login.html'); ?>
|
||||
<?php endif; ?></div>
|
||||
<div class="col"></div>
|
||||
</div>
|
Reference in New Issue
Block a user