MDL-20636 Add missing defined('MOODLE_INTERNAL') || die();
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
*/
|
||||
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
|
||||
/**
|
||||
* This question renderer class is used when the actual question type of this
|
||||
* question cannot be found.
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
/**
|
||||
* Defines the 'qtype_missingtype' question definition class.
|
||||
*
|
||||
@@ -26,6 +25,9 @@
|
||||
*/
|
||||
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
|
||||
/**
|
||||
* This question definition class is used when the actual question type of this
|
||||
* question cannot be found.
|
||||
|
||||
@@ -25,6 +25,9 @@
|
||||
*/
|
||||
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
|
||||
/**
|
||||
* Missing question type class
|
||||
*
|
||||
|
||||
@@ -25,6 +25,9 @@
|
||||
*/
|
||||
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
|
||||
/**
|
||||
* This question renderer class is used when the actual question type of this
|
||||
* question cannot be found.
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
*/
|
||||
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
require_once(dirname(__FILE__) . '/../../../engine/simpletest/helpers.php');
|
||||
require_once(dirname(__FILE__) . '/../../../behaviour/deferredfeedback/behaviour.php');
|
||||
require_once(dirname(__FILE__) . '/../question.php');
|
||||
|
||||
Reference in New Issue
Block a user