ENHANCEMENT secured URL actions

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@52201 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-04-06 04:09:59 +00:00
parent 72f6f06f44
commit 6e85a576b5

View File

@ -130,6 +130,10 @@ class VirtualPage extends Page {
*/
class VirtualPage_Controller extends Page_Controller {
static $allowed_actions = array(
'loadcontentall' => 'ADMIN',
);
/**
* Reloads the content if the version is different ;-)
*/