[CLEANUP] Remove comment header in ext_emconf

The "do not touch me" comment header in ext_emconf.php files
of system extensions are misleading since we are editing those
files manually for years now. Remove those headers.

Change-Id: I27f6253effa54dae7f92170175e7705cc706d03a
Resolves: #60129
Releases: 6.3, 6.2
Reviewed-on: https://review.typo3.org/31405
Reviewed-by: Jigal van Hemert
Tested-by: Jigal van Hemert
This commit is contained in:
Christian Kuhn 2014-07-06 18:43:27 +02:00 committed by Jigal van Hemert
parent 48a93ab0d8
commit 95c11059a0

View file

@ -1,13 +1,4 @@
<?php <?php
/***************************************************************
* Extension Manager/Repository config file for ext "feedit".
*
* Auto generated 10-10-2011 14:47
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = array( $EM_CONF[$_EXTKEY] = array(
'title' => 'Frontend Editing', 'title' => 'Frontend Editing',
'description' => '', 'description' => '',