]> git.mjollnir.org Git - moodle.git/commitdiff
Adding custom check to test MDL-12914 ; merged from 19_STABLE
authorstronk7 <stronk7>
Fri, 11 Jan 2008 00:05:55 +0000 (00:05 +0000)
committerstronk7 <stronk7>
Fri, 11 Jan 2008 00:05:55 +0000 (00:05 +0000)
admin/environment.xml

index a6f3164a74be33d0a4ed6d30a8961b585e7906f5..7d1a987b6195d785aaba49ee12bd468843267982 100644 (file)
           <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">
           <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>