Added default of expired_at. Info label now must be closed first or cannot use navigation. Removed status field from users table
This commit is contained in:
@@ -13,15 +13,13 @@ set_exception_handler("Core\Error::exceptionHandler");
|
||||
|
||||
if (Core\Session::exists('info')) {
|
||||
echo '
|
||||
<div id="info" class="flex three-600 full grow top" style="position:fixed;">
|
||||
<div></div>
|
||||
<div id="info" class="top" style="position:fixed;width:100%;">
|
||||
<h3 style="text-align:center;" class="top">
|
||||
<span class="label";" onclick="fadeOutEffect()">';
|
||||
echo Core\Session::flash('info');
|
||||
echo '
|
||||
</span>
|
||||
</h3>
|
||||
<div></div>
|
||||
</div>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user