1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__nextcloudconnector4do.../session_init.php
Daniel Tartavel 6c8c96934c first commit
Signed-off-by: Daniel Tartavel <contact@librepc.com>
2019-08-31 11:31:29 +02:00

6 lines
101 B
PHP

<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
?>