summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-23 13:43:34 +0100
committerMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-23 13:43:34 +0100
commit61013f48c77b2fcad35eb62712d7ca3f40255e17 (patch)
treeae0180bdbf8aafc15c512fbea177690c86a8bc95
parent8ff6be8e3ccd9deb069eae63428e5347149d0839 (diff)
Errors
-rw-r--r--kml/data.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/kml/data.php b/kml/data.php
index 0eef510..7a23022 100644
--- a/kml/data.php
+++ b/kml/data.php
@@ -1,7 +1,7 @@
<?php
//author mtmayr@mtmayr.com, changed from data.php
session_start();
-error_reporting(0);
+error_reporting(1);
require_once("../db.class.php");
require_once("../ipmatch.php");
require_once("../config.php");