mirror of
https://github.com/werkraum-media/abtest.git
synced 2024-11-14 18:56:11 +01:00
12 lines
230 B
PHP
12 lines
230 B
PHP
|
<?php
|
||
|
defined('TYPO3_MODE') || die('Access denied.');
|
||
|
|
||
|
call_user_func(
|
||
|
function()
|
||
|
{
|
||
|
|
||
|
//\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('abtest2', 'Configuration/TypoScript', 'AB Test');
|
||
|
|
||
|
}
|
||
|
);
|