BUGFIX secured controller

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@52159 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-04-04 23:21:59 +00:00
parent 0bf0c3c77f
commit 3a492151f8

View File

@ -1,16 +1,15 @@
<?php
/**
* @package sapphire
* @subpackage misc
*/
/**
* Ioncube Performance Suite management
* @package sapphire
* @subpackage misc
*/
class IPS extends Controller {
static $allowed_actions = array(
'index' => 'ADMIN',
);
function index() {
echo "<h1>Ioncube Performance Suite Management</h1>";