Skip to content

Commit

Permalink
Fix lib/contents/error.inc.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrowicaksono committed Apr 3, 2017
1 parent 2f2b1af commit 327f245
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/contents/error.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
die("can not access this file directly");
}


$errmsg = NULL;
if (isset($_GET['errnum'])) {
if ($_GET['errnum'] === '601') {
Expand All @@ -39,9 +38,6 @@
$errnum = FALSE;
}

#die('disini>');


if ((!$errnum) AND (!is_null($errmsg))) {
echo $errmsg;
} else {
Expand Down

0 comments on commit 327f245

Please sign in to comment.