TYPO3 CMS  TYPO3_6-2
CustomPreset.php
Go to the documentation of this file.
1 <?php
3 
18 
23 
27  protected $configurationValues = array(
28  'BE/debug' => '',
29  'FE/debug' => '',
30  'SYS/devIPmask' => '',
31  'SYS/displayErrors' => '',
32  'SYS/enableDeprecationLog' => '',
33  'SYS/sqlDebug' => '',
34  'SYS/systemLogLevel' => '',
35  'SYS/clearCacheSystem' => '',
36  );
37 }