PHP Classes

File: ext_emconf.php

Recommend this page to a friend!
  Classes of Harald Atteneder   Site Language Redirection   ext_emconf.php   Download  
File: ext_emconf.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Site Language Redirection
Redirect TYPO3 users to site of their language
Author: By
Last change:
Date: 2 days ago
Size: 690 bytes
 

Contents

Class file image Download
<?php
$EM_CONF
[$_EXTKEY] = [
   
'title' => 'Site Language Redirection',
   
'description' => 'PSR-15 middleware to redirect user to correct site language via HTTP headers (Accept-Language) and IP address.',
   
'category' => 'misc',
   
'shy' => 0,
   
'version' => '2.3.3',
   
'state' => 'stable',
   
'uploadfolder' => 0,
   
'clearCacheOnLoad' => 0,
   
'author' => 'Harald Atteneder',
   
'author_email' => '[email protected]',
   
'author_company' => 'UT urban trout Software e.U.',
   
'constraints' => [
       
'depends' => [
           
'php' => '7.0.0-8.9.99',
           
'typo3' => '9.5.0-11.9.99',
        ],
       
'conflicts' => [],
       
'suggests' => [],
    ],
];