mirror of https://github.com/BOINC/boinc.git
HTML: Make platforms accessible to Drupal by declaring it as global
This commit is contained in:
parent
fe5104706e
commit
74b33e4dfc
|
@ -24,6 +24,7 @@ require_once("../inc/common_defs.inc");
|
|||
//
|
||||
global $apps;
|
||||
global $app_versions;
|
||||
global $platforms;
|
||||
$apps = array();
|
||||
$app_versions = array();
|
||||
$platforms = array();
|
||||
|
|
Loading…
Reference in New Issue