|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| global | $CFG = new stdClass() |
| $CFG | dbtype = 'pgsql' |
| $CFG | dblibrary = 'native' |
| $CFG | dbhost = 'localhost' |
| $CFG | dbname = 'moodle' |
| $CFG | dbuser = 'username' |
| $CFG | dbpass = 'password' |
| $CFG | prefix = 'mdl_' |
| $CFG | dboptions |
| $CFG | wwwroot = 'http://example.com/moodle' |
| $CFG | dataroot = '/home/example/moodledata' |
| $CFG | directorypermissions = 02777 |
| $CFG | admin = 'admin' |
| $CFG = new stdClass() |
Definition at line 31 of file config-dist.php.
Definition at line 139 of file config-dist.php.
| $CFG dataroot = '/home/example/moodledata' |
Definition at line 113 of file config-dist.php.
| $CFG dbhost = 'localhost' |
Definition at line 43 of file config-dist.php.
| $CFG dblibrary = 'native' |
Definition at line 42 of file config-dist.php.
| $CFG dbname = 'moodle' |
Definition at line 44 of file config-dist.php.
| $CFG dboptions |
array( 'dbpersist' => false, 'dbsocket' => false, 'dbport' => '', )
Definition at line 48 of file config-dist.php.
| $CFG dbpass = 'password' |
Definition at line 46 of file config-dist.php.
| $CFG dbtype = 'pgsql' |
Definition at line 41 of file config-dist.php.
Definition at line 45 of file config-dist.php.
| $CFG directorypermissions = 02777 |
Definition at line 127 of file config-dist.php.
| $CFG prefix = 'mdl_' |
Definition at line 47 of file config-dist.php.
| $CFG wwwroot = 'http://example.com/moodle' |
Definition at line 97 of file config-dist.php.