diff options
Diffstat (limited to 'template/admin/html')
-rw-r--r-- | template/admin/html/auth.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/admin/html/auth.php b/template/admin/html/auth.php index a33be5d..bb12053 100644 --- a/template/admin/html/auth.php +++ b/template/admin/html/auth.php @@ -1,8 +1,8 @@ <h1><?=$Language->template('authentication_text')?></h1> <p><?=$Language->template('authentication_desc')?></p> -<?php if(isset($FORM['INFO']['LIST'])): ?> - <?php foreach($FORM['INFO']['LIST'] as $message): ?> +<?php if(isset($FORM['INFO'])): ?> + <?php foreach($FORM['INFO'] as $message): ?> <div class="red"><?=$message?></div> <?php endforeach; ?> <?php endif; ?> |