diff options
Diffstat (limited to 'theme/admin/html/database.php')
-rw-r--r-- | theme/admin/html/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/html/database.php b/theme/admin/html/database.php index cdc9b31..62afefa 100644 --- a/theme/admin/html/database.php +++ b/theme/admin/html/database.php @@ -16,7 +16,7 @@ <input type="hidden" name="token" value="<?=$FORM['TOKEN']?>" /> <div class="form-border-box"> - <textarea id="content-editor" placeholder="<?=$Language->text('database_warning')?>" name="command"><?=escapeHTML($FORM['COMMAND'])?></textarea> + <textarea id="content-editor" placeholder="<?=$Language->text('database_warning')?>" name="command" autofocus><?=escapeHTML($FORM['COMMAND'])?></textarea> </div> <?php if($FORM['RESULT']): ?> |