mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
MDL-55551 Blog: Add missing MOODLE_INTERNAL check.
This commit is contained in:
parent
6f302b17b9
commit
f12d9aa801
@ -22,6 +22,8 @@
|
||||
* @copyright 2010 Andrew Davis
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
require_once($CFG->dirroot.'/lib/rsslib.php');
|
||||
require_once($CFG->dirroot .'/blog/lib.php');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user