Beautify the web
This commit is contained in:
@@ -12,8 +12,9 @@ set_error_handler("Core\Error::errorHandler");
|
||||
set_exception_handler("Core\Error::exceptionHandler");
|
||||
|
||||
if (Core\Session::exists('info')) {
|
||||
echo '<h3 style="margin:auto;"><span class="label top">';
|
||||
echo Core\Session::flash('info');
|
||||
echo "<br>";
|
||||
echo '</span></h3>';
|
||||
}
|
||||
|
||||
$router = new Core\Router();
|
||||
|
||||
Reference in New Issue
Block a user