Update chat.php
Removed a little debug string no longer needed/never needed in the live script.
This commit is contained in:

committed by
GitHub

parent
9d001984a5
commit
cfc8b9acc5
2
chat.php
2
chat.php
@@ -2063,7 +2063,7 @@ function send_post(string $rejected=''): void
|
||||
if(isset($_POST['multi'])){
|
||||
echo hidden('multi', 'on');
|
||||
}
|
||||
echo '<table><tr><td><table><tr id="firstline"><td> ' . $U['status'] . ' ' .style_this(htmlspecialchars($U['nickname']), $U['style']).'</td><td>:</td>';
|
||||
echo '<table><tr><td><table><tr id="firstline"><td> ' . style_this(htmlspecialchars($U['nickname']), $U['style']) . '</td><td>:</td>';
|
||||
if(isset($_POST['multi'])){
|
||||
echo "<td><textarea name=\"message\" rows=\"3\" cols=\"40\" style=\"$U[style]\" autofocus>$rejected</textarea></td>";
|
||||
}else{
|
||||
|
Reference in New Issue
Block a user