aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/distributions.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2010-10-20 20:37:50 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2010-10-20 20:37:50 +0000
commit2c3856df1196c92db2cf7e76f8d523f9bdd44177 (patch)
tree023141bed9a6693dc2fb4828c318dfd1d2bc5341 /h-source/Application/Include/distributions.php
parenteeaaf2ed66f1be0468d9c33b8b850a564c8ce44e (diff)
added noscript alert and some other minor issues
Diffstat (limited to 'h-source/Application/Include/distributions.php')
-rw-r--r--h-source/Application/Include/distributions.php5
1 files changed, 5 insertions, 0 deletions
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;