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:
commit
1f4670653d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user