mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-15 17:41:33 +01:00
TOS Update to RGPD
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user