2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

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
This commit is contained in:
Alex
2015-02-12 00:47:34 +03:00
parent 07efb62f99
commit 2fe27f6b6f

View File

@@ -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