1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-07 22:56:32 +02:00

Version 1.2.13: Add Content-Blocks Everywhere

This commit is contained in:
Sebastian
2019-04-12 18:09:18 +02:00
parent 45135d4da5
commit b8196122d8
37 changed files with 3276 additions and 351 deletions

View File

@@ -129,9 +129,9 @@ $container['csrf'] = false;
foreach($session_segments as $segment)
{
if(substr( $path, 0, strlen($segment) ) === $segment)
{
{
// configure session
ini_set( 'session.cookie_httponly', 1 );
ini_set('session.cookie_httponly', 1 );
ini_set('session.use_strict_mode', 1);
if($container['request']->getUri()->getScheme() == 'https')
{