mirror of https://github.com/BOINC/boinc.git
14 lines
195 B
PHP
14 lines
195 B
PHP
|
<?
|
||
|
|
||
|
require_once("../inc/util.inc");
|
||
|
require_once("../inc/news.inc");
|
||
|
require_once("../project/project_news.inc");
|
||
|
|
||
|
page_head("News archive");
|
||
|
|
||
|
show_old_news($project_news, 6);
|
||
|
|
||
|
page_tail();
|
||
|
|
||
|
?>
|