Merge branch 'MDL-61860-34' of https://github.com/mackensen/moodle into MOODLE_34_STABLE

This commit is contained in:
Eloy Lafuente (stronk7)
2018-04-10 01:01:07 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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);