This commit is contained in:
Michal Čihař
2011-03-02 13:39:17 +01:00
parent d0d236fd62
commit c7abc97556

View File

@@ -47,7 +47,7 @@ if (isset($_POST['user'])) {
<body> <body>
<?php <?php
if (isset($_SESSION['PMA_single_signon_error_message'])) { if (isset($_SESSION['PMA_single_signon_error_message'])) {
echo '<p class="error">' . $_SESSION['PMA_single_signon_port'] . '</p>'; echo '<p class="error">' . $_SESSION['PMA_single_signon_message'] . '</p>';
} }
?> ?>
<form action="signon.php" method="post"> <form action="signon.php" method="post">