123

<?php // Moodle configuration file unset($CFG); global $CFG; $CFG = new stdClass(); $CFG->dbtype = 'mysqli'; $CFG->dblibrary = 'native'; $CFG->dbhost = 'localhost'; $CFG->dbname = 'raslidd2_mdl2'; $CFG->dbuser = 'raslidd2_mdl2'; $CFG->dbpass = 'nOyh3qnc1'; $CFG->prefix = 'mdl_'; $CFG->dboptions = array ( 'dbpersist' => 0, 'dbport' => '', 'dbsocket' => '', ); $CFG->wwwroot = 'http://do-next.ru'; $CFG->dataroot = dirname(dirname(__FILE__)).'/moodledata'; $CFG->admin = 'admin'; $CFG->directorypermissions = 0777; require_once(dirname(__FILE__) . '/lib/setup.php'); // There is no php closing tag in this file, // it is intentional because it prevents trailing whitespace problems!

Последнее изменение: Понедельник, 18 июля 2016, 21:38