TOS Update to RGPD

This commit is contained in:
José Luis Garrido Labrador
2018-05-24 16:08:29 +02:00
parent 826fe3df0b
commit 6d2466b5b1
5 changed files with 27 additions and 20 deletions

View File

@@ -1,5 +1,7 @@
<?php
session_start(); //Start session in app, before loading vars ($_SESSION)
if(isset($_COOKIE['cookieconsent_status'])) {
session_start(); //Start session in app, before loading vars ($_SESSION)
}
require_once __DIR__ . '/../vendor/autoload.php';
//require_once __DIR__ . '/dbwrapper.php';