- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Basically, I was trying to save disk space.
Please Log in to join the conversation.
$currentHost = $_SERVER['SERVER_NAME']; if(substr($currentHost, 0, 4 ) === "www.") { $currentHost = substr($currentHost, 4); } if(@is_file("/var/www/shared/config/limesurvey-config.php")) { $aSettings = require("{$serverRoot}/config/limesurvey-config.php"); return $aSettings; } /* defaullt setting */
Please Log in to join the conversation.