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