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

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

From MoodleDocs
(ja link)
(security overview report template)
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==


* 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]]


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

Revision as of 11:21, 17 January 2012

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

See also