From c771406808dfd8ff420b64450f08b4567af2143b Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Wed, 24 Feb 2016 12:03:39 -0500 Subject: [PATCH] working on z-index and php syntax --- web/chunkymap.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/chunkymap.php b/web/chunkymap.php index 7d8f547..410f257 100644 --- a/web/chunkymap.php +++ b/web/chunkymap.php @@ -1,7 +1,5 @@ (missing world name)"; } function echo_chunkymap_table() { + ini_set('display_errors', 1); + ini_set('display_startup_errors', 1); + error_reporting(E_ALL); global $is_echo_never_held; $is_echo_never_held=true; global $chunkymap_view_x;