Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/customcheckslib.php File Reference

Go to the source code of this file.

Namespaces

namespace  core

Functions

 php_check_register_globals ($result)
 php_check_php533 ($result)

Function Documentation

php_check_php533 ( result)

Definition at line 58 of file customcheckslib.php.

This function will look for the risky PHP setting register_globals in order to inform about. MDL-12914

Parameters:
object$resultthe environment_results object to be modified
Returns:
mixed null if the test is irrelevant or environment_results object with status set to true (test passed) or false (test failed)

Check for register_globals. If enabled, security warning

Definition at line 46 of file customcheckslib.php.

Here is the call graph for this function:

 All Data Structures Namespaces Files Functions Variables Enumerations