From 327f24586cf1b3c32370ea6b0a567ca8df27f009 Mon Sep 17 00:00:00 2001 From: Hendro Wicaksono Date: Mon, 3 Apr 2017 12:47:03 +0700 Subject: [PATCH] Fix lib/contents/error.inc.php. --- lib/contents/error.inc.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/contents/error.inc.php b/lib/contents/error.inc.php index ce77760e..f5cf7c52 100755 --- a/lib/contents/error.inc.php +++ b/lib/contents/error.inc.php @@ -27,7 +27,6 @@ die("can not access this file directly"); } - $errmsg = NULL; if (isset($_GET['errnum'])) { if ($_GET['errnum'] === '601') { @@ -39,9 +38,6 @@ $errnum = FALSE; } -#die('disini>'); - - if ((!$errnum) AND (!is_null($errmsg))) { echo $errmsg; } else {