/var/softaculous/moodle310
NameSizeModeActions
images/-0755rm
languages/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
add_admin.php7330644editdlrm
check_utf8.php60190644editdlrm
clone.php56280644editdlrm
config.php7450644editdlrm
edit.php47240644editdlrm
edit.xml4330644editdlrm
extend.php127280644editdlrm
fileindex.php9770644editdlrm
import.php76870644editdlrm
info.xml34190644editdlrm
install.js9240644editdlrm
install.php109810644editdlrm
install.xml26760644editdlrm
md525970644editdlrm
NOTES.txt18190644editdlrm
privatekey.php7860644editdlrm
update_pass.php5410644editdlrm
upgrade.php94900644editdlrm
upgrade.xml3070644editdlrm
Edit: /var/softaculous/moodle310/config.php (745B)
dbtype = '[[dbtype]]'; $CFG->dblibrary = 'native'; $CFG->dbhost = '[[softdbhost]]'; $CFG->dbname = '[[softdb]]'; $CFG->dbuser = '[[softdbuser]]'; $CFG->dbpass = '[[softdbpass]]'; $CFG->prefix = '[[dbprefix]]'; $CFG->dboptions = array ( 'dbpersist' => 0, 'dbport' => '', 'dbsocket' => '', 'dbcollation' => '[[collate]]', ); $CFG->wwwroot = '[[punycode_softurl]]'; $CFG->dataroot = '[[softdatadir]]'; $CFG->admin = 'admin'; $CFG->directorypermissions = 0777; require_once(__DIR__ . '/lib/setup.php'); // There is no php closing tag in this file, // it is intentional because it prevents trailing whitespace problems!