mirror of https://github.com/BOINC/boinc.git
web: make team_types globally accessible (missed in 8be519a616
)
This commit is contained in:
parent
8be519a616
commit
a515a84879
|
@ -16,6 +16,7 @@
|
|||
// You should have received a copy of the GNU Lesser General Public License
|
||||
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
global $team_types;
|
||||
$team_types = array(
|
||||
"",
|
||||
"None",
|
||||
|
|
Loading…
Reference in New Issue