From 5af0df843f05f6f1650ccb63498741431bb9d58a Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Wed, 27 Jul 2011 22:40:22 +0100 Subject: Making everything Zend compliant again --- web/config.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'web/config.php') 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 -- cgit v1.2.3-65-gdbad