get rid of propicon

This commit is contained in:
Marc Delisle
2007-02-10 15:58:46 +00:00
parent f0ba262783
commit 42ac66ad74
163 changed files with 9459 additions and 3448 deletions

View File

@@ -41,7 +41,7 @@ function PMA_auth() {
<body>
<?php if (file_exists('./config.header.inc.php')) {
require('./config.header.inc.php');
}
}
?>
<br /><br />
@@ -196,8 +196,7 @@ function PMA_auth_fails()
{
$error = PMA_DBI_getError();
if ($error && $GLOBALS['errno'] != 1045) {
PMA_sendHeaderLocation('error.php?error=' . urlencode($error));
exit;
PMA_fatalError($error);
} else {
PMA_auth();
return true;