diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-11 23:08:23 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-01-11 23:08:23 +0000 |
commit | 65e28bc678b1d9fc0b6af4cb848cfde338b2f01c (patch) | |
tree | afef4d0130611a47eb396b8d30f01819e3f1685b /installer/views | |
parent | 70b96082751b381ce31d858f9806dda2e63a9588 (diff) |
Moving slowly forward on the batch installer. It now connects to the database and checks that the supplied database is defined.
Diffstat (limited to 'installer/views')
-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 |