mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
Adding custom check to test MDL-12914 ; merged from 19_STABLE
This commit is contained in:
parent
5075a6ca3d
commit
aa9c6b6ba6
@ -180,6 +180,12 @@
|
||||
<ON_OK message="questioncwqpfsok" />
|
||||
</FEEDBACK>
|
||||
</CUSTOM_CHECK>
|
||||
<CUSTOM_CHECK file="lib/customcheckslib.php" function="php_check_register_globals_and_fopen" level="optional">
|
||||
<FEEDBACK>
|
||||
<ON_CHECK message="phpcheckregisterglobalsfopenfailed" />
|
||||
<ON_OK message="phpcheckregisterglobalsfopenpassed" />
|
||||
</FEEDBACK>
|
||||
</CUSTOM_CHECK>
|
||||
</CUSTOM_CHECKS>
|
||||
</MOODLE>
|
||||
<MOODLE version="2.0" requires="1.9">
|
||||
@ -237,6 +243,12 @@
|
||||
<ON_OK message="qtyperqpwillberemoved" />
|
||||
</FEEDBACK>
|
||||
</CUSTOM_CHECK>
|
||||
<CUSTOM_CHECK file="lib/customcheckslib.php" function="php_check_register_globals_and_fopen" level="optional">
|
||||
<FEEDBACK>
|
||||
<ON_CHECK message="phpcheckregisterglobalsfopenfailed" />
|
||||
<ON_OK message="phpcheckregisterglobalsfopenpassed" />
|
||||
</FEEDBACK>
|
||||
</CUSTOM_CHECK>
|
||||
</CUSTOM_CHECKS>
|
||||
</MOODLE>
|
||||
</COMPATIBILITY_MATRIX>
|
||||
|
Loading…
x
Reference in New Issue
Block a user