diff --git a/code/controllers/ContentController.php b/code/controllers/ContentController.php index 0eb8cc01..0ff261c5 100644 --- a/code/controllers/ContentController.php +++ b/code/controllers/ContentController.php @@ -24,7 +24,8 @@ class ContentController extends Controller { public static $allowed_actions = array( 'successfullyinstalled', - 'deleteinstallfiles' // secured through custom code + 'deleteinstallfiles', // secured through custom code + 'LoginForm' ); /**