mirror of
https://github.com/werkraum-media/abtest.git
synced 2024-11-14 07:36:11 +01:00
11 lines
230 B
PHP
11 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');
|
|
|
|
}
|
|
);
|