From 2c3856df1196c92db2cf7e76f8d523f9bdd44177 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 20 Oct 2010 20:37:50 +0000 Subject: added noscript alert and some other minor issues --- h-source/Application/Include/distributions.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'h-source/Application/Include/distributions.php') diff --git a/h-source/Application/Include/distributions.php b/h-source/Application/Include/distributions.php index 6f5e1ae..6ccff64 100644 --- a/h-source/Application/Include/distributions.php +++ b/h-source/Application/Include/distributions.php @@ -36,6 +36,11 @@ class Distributions 'venenux_0_8' => 'VENENUX 0.8', ); + public static function getList() + { + return implode(' , ',array_keys(self::$allowed)); + } + public static function getName($distList = '') { $returnString = null; -- cgit v1.2.3