From 4dd2c08e8bcf56a45047ae282bd94266800bcbfd Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Thu, 19 May 2011 17:37:05 -0400 Subject: [PATCH] Allow config settings for country on client, reseller pages from the $conf --- interface/lib/config.inc.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php index b584146..813c2c6 100644 --- a/interface/lib/config.inc.php +++ b/interface/lib/config.inc.php @@ -133,6 +133,9 @@ $conf['language'] = 'en'; $conf['debug_language'] = false; +//** Default Country +$conf['country'] = 'DE'; + //** Misc. $conf['interface_logout_url'] = ''; // example: http://www.domain.tld/ -- Gitblit v1.9.1