mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10613
This commit is contained in:
parent
31d548b04c
commit
619be397d1
|
@ -4,7 +4,15 @@
|
|||
**/
|
||||
require_once('../inc/forum.inc');
|
||||
require_once('../inc/forum_std.inc');
|
||||
require_once('../inc/util.inc');
|
||||
|
||||
$config = get_config();
|
||||
if (parse_element($config,"<no_forum_rating>")) {
|
||||
page_head("Rating offline");
|
||||
echo "This function is turned off by the project";
|
||||
page_tail();
|
||||
exit(0);
|
||||
}
|
||||
|
||||
db_init();
|
||||
|
||||
|
|
Loading…
Reference in New Issue