diff options
author | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 13:43:34 +0100 |
---|---|---|
committer | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 13:43:34 +0100 |
commit | 61013f48c77b2fcad35eb62712d7ca3f40255e17 (patch) | |
tree | ae0180bdbf8aafc15c512fbea177690c86a8bc95 /kml | |
parent | 8ff6be8e3ccd9deb069eae63428e5347149d0839 (diff) |
Errors
Diffstat (limited to 'kml')
-rw-r--r-- | kml/data.php | 2 |
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"); |