aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/params.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-07-21 14:17:28 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-07-21 14:17:28 +0000
commit32e60f1c2228e2a46707d15bec10cd54e476076c (patch)
treeb175c135564801c598bd20644edbfa85580ae220 /h-source/Application/Include/params.php
parent5f551b2d89b02cd159bf35723695ab2343a87248 (diff)
added ethernet cards to the list of allowed hardware
Diffstat (limited to 'h-source/Application/Include/params.php')
-rw-r--r--h-source/Application/Include/params.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/h-source/Application/Include/params.php b/h-source/Application/Include/params.php
index 1d3533b..ba4fef3 100644
--- a/h-source/Application/Include/params.php
+++ b/h-source/Application/Include/params.php
@@ -31,6 +31,8 @@ class Website
static public $mailServer = "";
static public $mailPassword = "";
+
+ static public $allowAnonymousSubmission = "yes";
}
class Account