From 2fe27f6b6f7ba70cedb28b2da50bbcb364433e43 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 12 Feb 2015 00:47:34 +0300 Subject: [PATCH] add custom names for Your installation and workaround: Company name, website, Admin and Operator panels (only for new Admin panel for now ) * Add new strings to your config.inc.local.php file --- config.inc.local.php.example | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.inc.local.php.example b/config.inc.local.php.example index bd8ef41b..c1a2fc5a 100644 --- a/config.inc.local.php.example +++ b/config.inc.local.php.example @@ -30,6 +30,15 @@ */ +// This Site name will appear as Limesurvey {ENDURL} +define ('SITE_URL', 'http://quexs.sourceforge.net/'); + +// Specify Your Local namings +define ('COMPANY_NAME', 'MY Company'); +define ('ADMIN_PANEL_NAME','Admin Panel'); +define ('OPERATOR_PANEL_NAME','Operator Panel'); + + /** * * Only some of the configuration directives are here. See the file: config.default.php for them all