Compare commits

..

No commits in common. "stable" and "2.5.0" have entirely different histories.

2 changed files with 0 additions and 7 deletions
author/project/system
controllers
public/themes/default/css

View File

@ -74,9 +74,6 @@ class core extends controller
// Blocking requests from CloudFlare (better to write this blocking into nginx config file)
if (isset($$_SERVER['HTTP_USER_AGENT']) && $$_SERVER['HTTP_USER_AGENT'] === 'nginx-ssl early hints') return status::bruh->label;
// Initializing the view template engine instance
$$this->view = new templater($$this->session);
// For the extends system
parent::__construct(core: $$core);
}

View File

@ -1,9 +1,5 @@
@charset "UTF-8";
body {
margin: unset;
}
main {
display: flex;
flex-direction: column;