mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
0bf0c3c77f
commit
3a492151f8
11
misc/IPS.php
11
misc/IPS.php
@ -1,16 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
|
||||||
* @package sapphire
|
|
||||||
* @subpackage misc
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ioncube Performance Suite management
|
* Ioncube Performance Suite management
|
||||||
* @package sapphire
|
* @package sapphire
|
||||||
* @subpackage misc
|
* @subpackage misc
|
||||||
*/
|
*/
|
||||||
class IPS extends Controller {
|
class IPS extends Controller {
|
||||||
|
|
||||||
|
static $allowed_actions = array(
|
||||||
|
'index' => 'ADMIN',
|
||||||
|
);
|
||||||
|
|
||||||
function index() {
|
function index() {
|
||||||
echo "<h1>Ioncube Performance Suite Management</h1>";
|
echo "<h1>Ioncube Performance Suite Management</h1>";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user