1
0
Fork 0
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:
ericgaspar 2022-03-21 15:14:53 +01:00
parent 5abb1b9af4
commit 3b16948fd1
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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