fix login display in xml-import form
This commit is contained in:
parent
2b3bfb5ed0
commit
df08c5bb99
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@
|
||||||
|
|
||||||
<? if ($_REQUEST["op"] != "Import") { ?>
|
<? 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">
|
<form enctype="multipart/form-data" method="POST" action="xml-import.php">
|
||||||
File: <input name="xmldb" type="file">
|
File: <input name="xmldb" type="file">
|
||||||
|
|
Loading…
Reference in a new issue