diff options
Diffstat (limited to 'installer/views/installer.txt.php')
-rw-r--r-- | installer/views/installer.txt.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/installer/views/installer.txt.php b/installer/views/installer.txt.php index 89af28d4..986b9297 100644 --- a/installer/views/installer.txt.php +++ b/installer/views/installer.txt.php @@ -42,4 +42,10 @@ foreach (self::$messages as $section) { } echo "+", str_repeat("-", 98), "+\n"; + +if (self::$config_errors) { + printf("| %-96.96s |\n", magenta_start() . + "Please fix the identified issues before attempting the install" . color_end()); + echo "+", str_repeat("-", 98), "+\n"; +} flush();
\ No newline at end of file |