mirror of https://github.com/BOINC/boinc.git
13 lines
183 B
PHP
13 lines
183 B
PHP
|
#!/usr/local/bin/php
|
||
|
<?php
|
||
|
|
||
|
require_once("../html_user/db.inc");
|
||
|
require_once("../html_user/forum/forum.inc");
|
||
|
|
||
|
db_init();
|
||
|
|
||
|
// TODO: Update activity fields for all threads here.
|
||
|
|
||
|
|
||
|
|
||
|
?>
|