-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.1
-
MOODLE_31_STABLE
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
Easy
-
Most moodle internal scripts like lib.php and locallib.php usually begin with at test to prevent direct script access like:
defined('MOODLE_INTERNAL') || die();
That check is missing from the lib.php, locallib.php, and rsslib.php