<?php // Moodle configuration file unset($CFG); global $CFG; $CFG = new stdClass(); $CFG->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!
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
images | Folder | 0755 |
|
|
languages | Folder | 0755 |
|
|
php53 | Folder | 0755 |
|
|
php56 | Folder | 0755 |
|
|
php71 | Folder | 0755 |
|
|
php81 | Folder | 0755 |
|
|
php82 | Folder | 0755 |
|
|
NOTES.txt | File | 1.63 KB | 0644 |
|
add_admin.php | File | 733 B | 0644 |
|
check_utf8.php | File | 5.88 KB | 0644 |
|
clone.php | File | 5.47 KB | 0644 |
|
config.php | File | 745 B | 0644 |
|
edit.php | File | 5.68 KB | 0644 |
|
edit.xml | File | 433 B | 0644 |
|
fileindex.php | File | 945 B | 0644 |
|
import.php | File | 5.47 KB | 0644 |
|
info.xml | File | 3.37 KB | 0644 |
|
install.js | File | 924 B | 0644 |
|
install.php | File | 19.67 KB | 0644 |
|
install.xml | File | 2.57 KB | 0644 |
|
md5 | File | 4.21 KB | 0644 |
|
privatekey.php | File | 786 B | 0644 |
|
update_pass.php | File | 3.17 KB | 0644 |
|
upgrade.php | File | 8.37 KB | 0644 |
|
upgrade.xml | File | 307 B | 0644 |
|