web: don't check for stop_web in page_head().

Allow projects to show (non-DB) content even if stop_web is present
(e.g. description of the project on front page).
stop_web really means "the DB is offline".
This commit is contained in:
David Anderson 2018-04-03 14:44:40 -07:00
parent 133abaadf4
commit 1562265a7d
1 changed files with 0 additions and 1 deletions

View File

@ -303,7 +303,6 @@ function page_head(
break;
}
project_banner($title, $url_prefix, $is_main);
check_web_stopped();
}
}