aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam McLoughlin <hexxeh@hexxeh.net>2011-07-27 22:40:22 +0100
committerLiam McLoughlin <hexxeh@hexxeh.net>2011-07-27 22:40:22 +0100
commit5af0df843f05f6f1650ccb63498741431bb9d58a (patch)
tree75487bb61aa8e6787b59a94415d3d41aba785478 /web/config.php
parentFix broken shell filter (diff)
downloadgentoaster-5af0df843f05f6f1650ccb63498741431bb9d58a.tar.gz
gentoaster-5af0df843f05f6f1650ccb63498741431bb9d58a.tar.bz2
gentoaster-5af0df843f05f6f1650ccb63498741431bb9d58a.zip
Making everything Zend compliant again
Diffstat (limited to 'web/config.php')
-rw-r--r--web/config.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/config.php b/web/config.php
index c31e60b..1d1cb2e 100644
--- a/web/config.php
+++ b/web/config.php
@@ -9,6 +9,9 @@
// Should we allow multiple simultaneous builds for a user?
define("SIMULTANEOUS_BUILDS", false);
+ // What should we set as the default list of packages?
+ define("DEFAULT_PACKAGES", "dhcpd");
+
// What should we limit the virtual machine disk size to?
define("MAX_DISK_SIZE", 16384);
@@ -20,5 +23,5 @@
// Set the RECAPTCHA keys that should be used, if enabled
define("RECAPTCHA_ENABLED", false);
- define("RECAPTCHA_PUBLIC_KEY","REPLACE_ME");
+ define("RECAPTCHA_PUBLIC_KEY", "REPLACE_ME");
define("RECAPTCHA_PRIVATE_KEY", "REPLACE_ME"); \ No newline at end of file