Skip to content

Commit

Permalink
Fixed config auth
Browse files Browse the repository at this point in the history
  • Loading branch information
roccivic committed Jun 12, 2012
1 parent 007b10e commit 5e1cb4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libraries/auth/config.auth.lib.php
Expand Up @@ -88,9 +88,7 @@ function PMA_auth_fails()
<table cellpadding="0" cellspacing="3" style="margin: 0 auto" width="80%">
<tr>
<td>

<?php
PMA_Header::$headerIsSent = true;

if (isset($GLOBALS['allowDeny_forbidden']) && $GLOBALS['allowDeny_forbidden']) {
trigger_error(__('Access denied'), E_USER_NOTICE);
Expand Down

0 comments on commit 5e1cb4e

Please sign in to comment.