diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/admin/html/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/admin/html/database.php b/template/admin/html/database.php index 92c5103..3aad84e 100644 --- a/template/admin/html/database.php +++ b/template/admin/html/database.php @@ -14,7 +14,7 @@ <textarea id="content-editor" placeholder="<?=$Language->template('database_warning')?>" name="command"><?=escapeHTML($FORM['COMMAND'])?></textarea> </section> -<?php if(isset($FORM['RESULT'])): ?> +<?php if($FORM['RESULT']): ?> <section class="flex flex-padding background flex-direction-column"> <pre id="database-result"><?=escapeHTML($FORM['RESULT'])?></pre> </section> |