]> git.wh0rd.org - tt-rss.git/blobdiff - login_form.php
config: remove option ENABLE_UPDATE_DAEMON
[tt-rss.git] / login_form.php
index 1dbc00549939e48e1b0c52ad01a6aa945eb3cd95..5810c5cef6a0e318fbd0a451bbd0f94d7ed7e171 100644 (file)
@@ -131,11 +131,11 @@ function validateLoginForm(f) {
                        <tr><td align="right"><?php echo __("Login:") ?></td>
                        <td align="right"><input name="login"
                                onchange="fetchProfiles()" onfocus="fetchProfiles()"
-                               value="<?php echo get_remote_user() ?>"></td></tr>
+                               value="<?php echo get_remote_user($link) ?>"></td></tr>
                        <tr><td align="right"><?php echo __("Password:") ?></td>
                        <td align="right"><input type="password" name="password"
                                onchange="fetchProfiles()" onfocus="fetchProfiles()"
-                               value="<?php echo get_remote_fakepass() ?>"></td></tr>
+                               value="<?php echo get_remote_fakepass($link) ?>"></td></tr>
                        <tr><td align="right"><?php echo __("Language:") ?></td>
                        <td align="right">
                        <?php