small enhancement for php on security page

This commit is contained in:
Bernhard Posselt
2012-10-29 16:53:05 +01:00
parent 637c1ffc63
commit e1cda8839a

View File

@@ -16,7 +16,13 @@ Blacklisted PHP functionality
CSRF protection
-----------------------------
Please add OC_Util::isCallRegistered() or OC_JSON::callCheck() at the top of your file to prevent Cross-site request forgery.
Please add::
OC_Util::isCallRegistered()
or::
OC_JSON::callCheck() at the top of your file to prevent Cross-site request forgery.
See http://en.wikipedia.org/wiki/Cross-site_request_forgery