First version, ready for tests.
This commit is contained in:
@@ -1,19 +1,13 @@
|
||||
<?php
|
||||
if (!defined ('TYPO3_MODE')) {
|
||||
die ('Access denied.');
|
||||
if (defined('TYPO3_MODE') === false) {
|
||||
die('Access denied.');
|
||||
}
|
||||
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||
'Jahnke.' . $_EXTKEY,
|
||||
'Sso',
|
||||
array(
|
||||
'Sso' => 'authenticate',
|
||||
),
|
||||
array(
|
||||
'Sso' => 'authenticate',
|
||||
),
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::PLUGIN_TYPE_PLUGIN
|
||||
'Jahnke.'.$_EXTKEY,
|
||||
'Sso',
|
||||
array('Sso' => 'authenticate'),
|
||||
array('Sso' => 'authenticate'),
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::PLUGIN_TYPE_PLUGIN
|
||||
);
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user