From 22ee0127205da3470c97222e6ae0f1f13c86b074 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 9 Jan 2009 18:33:48 +0000 Subject: Stage 1 of the installer. basically check that we can start as far as Kohana correctly --- installer/views/installer.txt.php | 44 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 installer/views/installer.txt.php (limited to 'installer/views/installer.txt.php') diff --git a/installer/views/installer.txt.php b/installer/views/installer.txt.php new file mode 100644 index 00000000..5c98752f --- /dev/null +++ b/installer/views/installer.txt.php @@ -0,0 +1,44 @@ + $msg) { + print_msg($header, $msg["text"], $msg["error"]); +} + +echo "+", str_repeat("-", 98), "+\n"; +flush(); \ No newline at end of file -- cgit v1.2.3