aboutsummaryrefslogtreecommitdiff
path: root/parser.php
diff options
context:
space:
mode:
Diffstat (limited to 'parser.php')
-rw-r--r--parser.php3
1 files changed, 0 insertions, 3 deletions
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.
*