mirror of https://github.com/BOINC/boinc.git
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:
parent
133abaadf4
commit
1562265a7d
|
@ -303,7 +303,6 @@ function page_head(
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
project_banner($title, $url_prefix, $is_main);
|
project_banner($title, $url_prefix, $is_main);
|
||||||
check_web_stopped();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue