1
0
Fork 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

7 lines
131 B
PHP
Raw Normal View History

<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
2019-11-22 17:31:56 +01:00
set_include_path ("include/")
?>