mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
Update config-path.php
This commit is contained in:
parent
5abb1b9af4
commit
3b16948fd1
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ $CFG->wwwroot = 'https://__DOMAIN____PATH__';
|
||||||
$CFG->dataroot = '__DATA_PATH__';
|
$CFG->dataroot = '__DATA_PATH__';
|
||||||
$CFG->admin = 'admin';
|
$CFG->admin = 'admin';
|
||||||
|
|
||||||
|
$CFG->lang = '__LANGUAGE__';
|
||||||
|
|
||||||
$CFG->directorypermissions = 02777;
|
$CFG->directorypermissions = 02777;
|
||||||
|
|
||||||
require_once(__DIR__ . '/lib/setup.php'); // Do not edit
|
require_once(__DIR__ . '/lib/setup.php'); // Do not edit
|
||||||
|
|
Loading…
Add table
Reference in a new issue