From 70f3702b5d5addcd029488d5194e8d6855c1a45f Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Mon, 29 Jan 2018 15:31:00 +0100 Subject: suppress require_login from parser --- parser.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'parser.php') diff --git a/parser.php b/parser.php index 414ca1b..f86771b 100644 --- a/parser.php +++ b/parser.php @@ -23,8 +23,6 @@ defined('MOODLE_INTERNAL') || die(); require_once(__DIR__.'/../../../config.php'); -require_login(); - /** * Helper function which will compare two strings using their length only. * @@ -50,7 +48,6 @@ function qtype_algebra_parser_strlen_sort($a, $b) { return ($alen > $blen) ? -1 : +1; } - /** * Class which represents a single term in an algebraic expression. * -- cgit v1.2.3