(2/2) advanced build. implement a daemon that will build static pages.

implement a queue and a lock. fix notice in bans. and it even works!

the daemon is basic right now, it could work in a mode that it will defer building certain
pages until a certain time.
This commit is contained in:
czaks
2016-05-08 13:20:00 +02:00
parent e265375475
commit 12e6aba5d4
6 changed files with 76 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ if (!$route) {
}
else {
list ($fun, $args) = $route;
$reached = call_user_func_array($route);
$reached = call_user_func_array($fun, $args);
}
function die_404() { global $config;