1
0

first commit

Signed-off-by: Daniel Tartavel <contact@librepc.com>
This commit is contained in:
Daniel Tartavel
2019-08-31 11:31:29 +02:00
parent cf413dc0af
commit 6c8c96934c
7 changed files with 219 additions and 0 deletions

5
session_init.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
?>