/var/softaculous/lime5
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
changelog.txt402630644editdlrm
clone.php48620644editdlrm
config.php28310644editdlrm
extend.php101470644editdlrm
fileindex.php2140644editdlrm
import.php57940644editdlrm
info.xml53040644editdlrm
install.js9210644editdlrm
install.php51700644editdlrm
install.xml36490644editdlrm
md528980644editdlrm
notes.txt17050644editdlrm
security.php8470644editdlrm
sha256.php196440644editdlrm
update_pass.php5340644editdlrm
upgrade.php51860644editdlrm
upgrade.xml3710644editdlrm
_edit.php34040644editdlrm
_edit.xml4330644editdlrm
Edit: /var/softaculous/lime5/config.php (2831B)
array( 'db' => array( 'connectionString' => 'mysql:host=[[softdbhost]];port=3306;dbname=[[softdb]];', 'emulatePrepare' => true, 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'charset' => 'utf8mb4', 'tablePrefix' => '[[dbprefix]]', ), 'session' => array ( 'sessionName'=>'LS-[[session_name_]]', // Uncomment the following lines if you need table-based sessions. // Note: Table-based sessions are currently not supported on MSSQL server. // 'class' => 'application.core.web.DbHttpSession', // 'connectionID' => 'db', // 'sessionTableName' => '{{sessions}}', ), 'urlManager' => array( 'urlFormat' => 'path', 'rules' => array( // You can add your own rules here ), 'showScriptName' => true, ), ), // For security issue : it's better to set runtimePath out of web access // Directory must be readable and writable by the webuser // 'runtimePath'=>'/var/limesurvey/runtime/' // Use the following config variable to set modified optional settings copied from config-defaults.php 'config'=>array( // debug: Set this to 1 if you are looking for errors. If you still get no errors after enabling this // then please check your error-logs - either in your hosting provider admin panel or in some /logs directory // on your webspace. // LimeSurvey developers: Set this to 2 to additionally display STRICT PHP error messages and get full access to standard templates 'debug'=>0, 'debugsql'=>0, // Set this to 1 to enanble sql logging, only active when debug = 2 // Mysql database engine (INNODB|MYISAM): 'mysqlEngine' => 'MYISAM' , // Update default LimeSurvey config here ) ); /* End of file config.php */ /* Location: ./application/config/config.php */