Include 'running since' in the footer

This commit is contained in:
kamkow1
2025-06-18 02:00:52 +02:00
parent a90517c4da
commit e9a95c2c54
9 changed files with 56 additions and 3 deletions

3
main.c
View File

@ -9,6 +9,7 @@
#include "routes.h"
#include "baked.h"
#include "timer.h"
Route *route_hashtable = NULL;
@ -109,6 +110,8 @@ void init_route_hashtable(void)
int main(int argc, char ** argv)
{
start_timer();
init_baked_resources();
mg_log_set(MG_LL_DEBUG);