1
1
Fork 0

add page start/end hooks, cleanup couple of notice msgs

This commit is contained in:
Friendika 2011-01-10 13:45:42 -08:00
commit b2176538f4
3 changed files with 32 additions and 8 deletions

View file

@ -26,7 +26,9 @@
proc_close(proc_open("\"$php_path\" \"include/queue.php\" &", array(), $foo));
$hub_update = false;
$force = false;
if(($argc > 1) && ($argv[1] == 'force'))
$force = true;