禁止用户自己修改名字

This commit is contained in:
2024-10-11 15:27:03 +08:00
parent 5dbd731177
commit 192f2abe25

View File

@@ -12,7 +12,7 @@
<?php require_once('./include/set_post_key.php');?> <?php require_once('./include/set_post_key.php');?>
<div class="field"> <div class="field">
<label for="username"><?php echo $MSG_NICK?>*</label> <label for="username"><?php echo $MSG_NICK?>*</label>
<input name="nick" placeholder="<?php echo $MSG_Input.$MSG_NICK?>" type="text" value="<?php echo htmlentities($row['nick'],ENT_QUOTES,"UTF-8")?>"> <input disabled="disabled" name="nick" placeholder="<?php echo $MSG_Input.$MSG_NICK?>" type="text" value="<?php echo htmlentities($row['nick'],ENT_QUOTES,"UTF-8")?>">
</div> </div>
<div class="field"> <div class="field">
<label class="ui header"><?php echo $MSG_PASSWORD?>*</label> <label class="ui header"><?php echo $MSG_PASSWORD?>*</label>