mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:15:55 +00:00
fix login display in xml-import form
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
|
||||
<? if ($_REQUEST["op"] != "Import") { ?>
|
||||
|
||||
<h1>Import XMLDB (your login is <?= $_SESSION["login"] ?>)</h1>
|
||||
<h1>Import XMLDB (your login is <?= $_SESSION["name"] ?>)</h1>
|
||||
|
||||
<form enctype="multipart/form-data" method="POST" action="xml-import.php">
|
||||
File: <input name="xmldb" type="file">
|
||||
|
||||
Reference in New Issue
Block a user