mirror of https://github.com/BOINC/boinc.git
Removed proprietary dependencies.
svn path=/trunk/boinc/; revision=2088
This commit is contained in:
parent
57a7e09403
commit
821743f6ae
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
require_once('../include.php');
|
||||
|
||||
require_once('../include/template.inc');
|
||||
require_once('forum.inc');
|
||||
require_once('../util.inc');
|
||||
|
||||
if (array_key_exists('id', $_GET) && $_GET['id'] > 0) {
|
||||
$lang = getLanguage($_GET['id']);
|
||||
|
|
Loading…
Reference in New Issue