1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-25 10:26:17 +02:00

Merge branch 'MDL-61860-master' of https://github.com/mackensen/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2018-04-10 01:00:31 +02:00
commit 1f4670653d
2 changed files with 2 additions and 2 deletions

@ -22,7 +22,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
require(__DIR__.'../../config.php');
require(__DIR__.'/../config.php');
require_once("$CFG->libdir/adminlib.php");
$auth = optional_param('auth', '', PARAM_RAW);

@ -22,7 +22,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
require(__DIR__.'../../config.php');
require(__DIR__.'/../config.php');
require_once("$CFG->libdir/adminlib.php");
$enrol = optional_param('enrol', '', PARAM_RAW);