mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 18:04:43 +02:00
MDL-55253 mod_choice: prevent direct script access to lib files.
This commit is contained in:
parent
c4b70cfc61
commit
73b1d580aa
@ -21,6 +21,8 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
/** @global int $CHOICE_COLUMN_HEIGHT */
|
||||
global $CHOICE_COLUMN_HEIGHT;
|
||||
$CHOICE_COLUMN_HEIGHT = 300;
|
||||
|
Loading…
x
Reference in New Issue
Block a user