1
0

minor update

This commit is contained in:
Daniel Tartavel
2019-11-22 17:31:56 +01:00
parent 3c2f8d6824
commit 6447626b66
2 changed files with 156 additions and 0 deletions

View File

@ -2,4 +2,5 @@
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
set_include_path ("include/")
?>