Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: report/security/report security check globals.

report/security/report security check globals: Difference between revisions

From MoodleDocs
No edit summary
(→‎See also: copied from 2.4 docs)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''register_globals''' is a PHP setting that must be disabled for Moodle (and almost all PHP software) to operate safely.  
{{Security overview report}}'''register_globals''' is a PHP setting that must be disabled for Moodle (and almost all PHP software) to operate safely.  
 


==See also==
==See also==
Line 6: Line 5:
* Using Moodle [http://moodle.org/mod/forum/view.php?id=7301 Security and Privacy forum]
* Using Moodle [http://moodle.org/mod/forum/view.php?id=7301 Security and Privacy forum]


[[Category:Security]]
[[es:report/security/report_security_check_globals]]
 
[[eu:report/security/report_security_check_globals]]
[[eu:report/security/report_security_check_globals]]
[[ja:レポート/セキュリティ/レポートglobalsのチェック]]

Latest revision as of 11:23, 19 April 2013

register_globals is a PHP setting that must be disabled for Moodle (and almost all PHP software) to operate safely.

See also