/var/softaculous/moodle29
NameSizeModeActions
images/-0755rm
languages/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
add_admin.php7330644editdlrm
check_utf8.php60190644editdlrm
clone.php56360644editdlrm
config.php7450644editdlrm
edit.php58300644editdlrm
edit.xml4330644editdlrm
fileindex.php8960644editdlrm
import.php76790644editdlrm
info.xml34490644editdlrm
install.js9240644editdlrm
install.php202210644editdlrm
install.xml25940644editdlrm
md556230644editdlrm
NOTES.txt17380644editdlrm
privatekey.php7860644editdlrm
update_pass.php32510644editdlrm
upgrade.php79340644editdlrm
upgrade.xml3070644editdlrm
Edit: /var/softaculous/moodle29/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!