Adding autofix badges

Profile picture shows up in Nav
Moved backgrounds to new folder
This commit is contained in:
Michał Gdula 2022-11-02 11:30:34 +00:00
parent 05533395eb
commit d2858ce907
14 changed files with 183 additions and 37 deletions

View file

@ -1,5 +1,5 @@
<?php
$exec_start = microtime(true);
$exec_start = microtime(true); // Track how long it took to generate the page
require_once dirname(__DIR__)."/app/conn.php";
require_once dirname(__DIR__)."/app/app.php";