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-28 17:43:14 +02:00
parent 8b1da5a691
commit 81b704f355
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -21,8 +21,6 @@ $CFG->wwwroot = 'https://__DOMAIN____PATH__';
$CFG->dataroot = '__DATA_PATH__';
$CFG->admin = 'admin';
$CFG->lang = '__LANGUAGE__';
$CFG->directorypermissions = 02777;
require_once(__DIR__ . '/lib/setup.php'); // Do not edit