mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Re-adding two Moodle 1.9 env checks that were deleted by MDL-14451
This commit is contained in:
parent
1df0d51320
commit
354e55a748
1 changed files with 11 additions and 0 deletions
|
@ -189,6 +189,17 @@
|
||||||
</PHP_EXTENSION>
|
</PHP_EXTENSION>
|
||||||
</PHP_EXTENSIONS>
|
</PHP_EXTENSIONS>
|
||||||
<CUSTOM_CHECKS>
|
<CUSTOM_CHECKS>
|
||||||
|
<CUSTOM_CHECK file="question/upgrade.php" function="question_check_no_rqp_questions" level="optional">
|
||||||
|
<FEEDBACK>
|
||||||
|
<ON_CHECK message="qtyperqpwillberemovedanyway" />
|
||||||
|
<ON_OK message="qtyperqpwillberemoved" />
|
||||||
|
</FEEDBACK>
|
||||||
|
</CUSTOM_CHECK>
|
||||||
|
<CUSTOM_CHECK file="question/upgrade.php" function="question_random_check" level="optional">
|
||||||
|
<FEEDBACK>
|
||||||
|
<ON_OK message="questioncwqpfsok" />
|
||||||
|
</FEEDBACK>
|
||||||
|
</CUSTOM_CHECK>
|
||||||
<CUSTOM_CHECK file="lib/customcheckslib.php" function="php_check_register_globals" level="optional">
|
<CUSTOM_CHECK file="lib/customcheckslib.php" function="php_check_register_globals" level="optional">
|
||||||
<FEEDBACK>
|
<FEEDBACK>
|
||||||
<ON_CHECK message="globalswarning" />
|
<ON_CHECK message="globalswarning" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue