Removed proprietary dependencies.

svn path=/trunk/boinc/; revision=2088
This commit is contained in:
David Anderson 2003-08-13 22:10:07 +00:00
parent 57a7e09403
commit 821743f6ae
1 changed files with 3 additions and 1 deletions

View File

@ -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']);