summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shared/config.php')
-rw-r--r--shared/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/config.php b/shared/config.php
index 3920ad1..82efa59 100644
--- a/shared/config.php
+++ b/shared/config.php
@@ -14,7 +14,7 @@ $debug=true; // Whether to print debugging information
// $timezone_root='/usr/share/zoneinfo'; // Directory to search for timezone data (sys-libs/timezone-data)
$emailfrom='noreply@gentoo.org'; // Used as the From: field in emails
$check_email_dns=true; // Use DNS to check the domain of submitted emails for validity
-// $split_setup=false; // Whether the frontend and backend are running on different hosts
+$split_setup=true; // Whether the frontend and backend are running on different hosts
// Frontend options:
// $registration=false; // Whether users can create new accounts without an invite
// $invite='admin'; // Who can use the invite function: true or 'user'=users; admin=admins; false=nobody