v2.0.0.0 - oxid6
This commit is contained in:
parent
0f3bdd9ce1
commit
93975f532b
@ -1,36 +0,0 @@
|
|||||||
<?php
|
|
||||||
/**
|
|
||||||
* Metadata version
|
|
||||||
*/
|
|
||||||
$sMetadataVersion = '1.1';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Module information
|
|
||||||
*/
|
|
||||||
$aModule = array(
|
|
||||||
'id' => 'd3sidcookiefix',
|
|
||||||
'title' =>
|
|
||||||
(class_exists('d3utils') ? d3utils::getInstance()->getD3Logo() : 'D³') .
|
|
||||||
' Session ID Cookie fix',
|
|
||||||
'description' => array(
|
|
||||||
'de' => 'fix multiple session cookie header lines - causes "Connection reset by peer" errors in some load balancer configurations because of to long headers',
|
|
||||||
'en' => ''),
|
|
||||||
// 'thumbnail' => 'picture.png',
|
|
||||||
'version' => '1.0.0.0',
|
|
||||||
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
|
||||||
'email' => 'support@shopmodule.com',
|
|
||||||
'url' => 'http://www.oxidmodule.com/',
|
|
||||||
'extend' => array(
|
|
||||||
'oxsession' => 'd3/d3sidcookiefix/modules/core/d3_sidcookiefix_oxsession',
|
|
||||||
),
|
|
||||||
'files' => array(
|
|
||||||
),
|
|
||||||
'templates' => array(
|
|
||||||
),
|
|
||||||
'events' => array(
|
|
||||||
),
|
|
||||||
'blocks' => array(
|
|
||||||
),
|
|
||||||
'settings' => array(
|
|
||||||
),
|
|
||||||
);
|
|
34
copy_this/modules/d3/sidcookiefix/metadata.php
Normal file
34
copy_this/modules/d3/sidcookiefix/metadata.php
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Metadata version
|
||||||
|
*/
|
||||||
|
$sMetadataVersion = '1.1';
|
||||||
|
|
||||||
|
$sD3Logo = (class_exists(d3\modcfg\Application\Model\d3utils::class) ? d3\modcfg\Application\Model\d3utils::getInstance()->getD3Logo() : 'D³');
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Module information
|
||||||
|
*/
|
||||||
|
$aModule = array(
|
||||||
|
'id' => 'd3sidcookiefix',
|
||||||
|
'title' => $sD3Logo . ' Session ID Cookie fix',
|
||||||
|
'description' => array(
|
||||||
|
'de' => '<ul><li>fix multiple session cookie header lines </li>'
|
||||||
|
.'<li>causes "Connection reset by peer" errors </li>'
|
||||||
|
.'<li>error occur in some load balancer configurations because of to long headers</li></ul>',
|
||||||
|
'en' => ''
|
||||||
|
),
|
||||||
|
'thumbnail' => 'picture.png',
|
||||||
|
'version' => '2.0.0.0',
|
||||||
|
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
||||||
|
'email' => 'support@shopmodule.com',
|
||||||
|
'url' => 'http://www.oxidmodule.com/',
|
||||||
|
'extend' => array(
|
||||||
|
OxidEsales\Eshop\Core\Session::class => 'd3/sidcookiefix/modules/core/d3_sidcookiefix_oxsession',
|
||||||
|
),
|
||||||
|
'files' => array(),
|
||||||
|
'templates' => array(),
|
||||||
|
'events' => array(),
|
||||||
|
'blocks' => array(),
|
||||||
|
'settings' => array(),
|
||||||
|
);
|
BIN
copy_this/modules/d3/sidcookiefix/picture.png
Normal file
BIN
copy_this/modules/d3/sidcookiefix/picture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user