fixed displaying unlimited premium account

This commit is contained in:
slawkens1
2017-05-19 02:55:27 +02:00
parent 4bd4198e1c
commit 0b315bfda6
3 changed files with 4 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ if(fetchDatabaseConfig('site_closed_message', $tmp))
<tr>
<td>Message: (only if closed)</td>
<td>
<textarea name="message" maxlength="255"><?php echo $closed_message; ?></textarea>
<textarea name="message" maxlength="255" cols="40" rows="5"><?php echo $closed_message; ?></textarea>
<td>
</tr>
<tr>