I hereby claim:
- I am andreaswolf on github.
- I am andreaswo (https://keybase.io/andreaswo) on keybase.
- I have a public key ASD3-Li612H3LS1tkWF6G8de69ECH9gPZaJomSvqXV9C6wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| namespace FluidTYPO3\Flux\Tests\Functional\Service; | |
| /** | |
| * This file is part of the TYPO3 CMS project. | |
| * | |
| * It is free software; you can redistribute it and/or modify it under | |
| * the terms of the GNU General Public License, either version 2 | |
| * of the License, or any later version. | |
| * |
| # # | |
| # Routes configuration # | |
| # # | |
| # This file contains the configuration for the MVC router. # | |
| # Just add your own modifications as necessary. # | |
| # # | |
| # Please refer to the Flow manual for possible configuration options. # | |
| # # | |
| - |
| [user] | |
| email = [email protected] | |
| name = Andreas Wolf | |
| [color] | |
| branch = auto | |
| diff = auto | |
| status = auto | |
| [url "ssh://[email protected]:29418"] | |
| pushInsteadOf = git://git.typo3.org | |
| [url "[email protected]:"] |
| protected function getExtensionInformation($_EXTKEY) { | |
| if (!t3lib_extMgm::isLoaded($_EXTKEY)) { | |
| return FALSE; | |
| } | |
| include(t3lib_extMgm::extPath($_EXTKEY) . '/ext_emconf.php'); | |
| return $EM_CONF[$_EXTKEY]; | |
| } |