This commit is contained in:
Marc Delisle
2003-07-06 11:16:18 +00:00
parent 2e8d03b5c7
commit f38887ff82
2 changed files with 2 additions and 2 deletions

View File

@@ -558,7 +558,7 @@ if (uname.value == '') {
PMA_auth(); PMA_auth();
return TRUE; return TRUE;
} // end of the 'PMA_auth()' function } // end of the 'PMA_auth_fails()' function
} // $__PMA_COOKIE_AUTH_LIB__ } // $__PMA_COOKIE_AUTH_LIB__
?> ?>

View File

@@ -258,7 +258,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
PMA_auth(); PMA_auth();
return TRUE; return TRUE;
} // end of the 'PMA_auth()' function } // end of the 'PMA_auth_fails()' function
} // $__PMA_HTTP_AUTH_LIB__ } // $__PMA_HTTP_AUTH_LIB__
?> ?>