diff options
Diffstat (limited to 'core/views/welcome_syscheck.html.php')
| -rw-r--r-- | core/views/welcome_syscheck.html.php | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/core/views/welcome_syscheck.html.php b/core/views/welcome_syscheck.html.php index 63919c73..8eed89de 100644 --- a/core/views/welcome_syscheck.html.php +++ b/core/views/welcome_syscheck.html.php @@ -48,7 +48,12 @@        </td>      </tr>      <? endforeach; ?> +    <tr> +    </tr>    </table> +  <p> +    <i><b>Note</b>: install the user module before installing the auth module!</i> +  </p>    <? endif; ?>  </div>  <? endif ?> | 
