From 4585cf2c9b81cf8dfb876b77cd6ad783009339f8 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 08 Jan 2008 11:52:47 -0500
Subject: [PATCH] Enhanced update script, mail plugin. Updated ToDo item list.
---
install/update.php | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/install/update.php b/install/update.php
index 9d7a24b..8f25e42 100644
--- a/install/update.php
+++ b/install/update.php
@@ -30,6 +30,18 @@
//** ISPConfig 3 installer.
+//** The banner on the command line
+echo "\n\n".str_repeat('-',80)."\n";
+echo " _____ ___________ _____ __ _
+|_ _/ ___| ___ \ / __ \ / _(_)
+ | | \ `--.| |_/ / | / \/ ___ _ __ | |_ _ __ _
+ | | `--. \ __/ | | / _ \| '_ \| _| |/ _` |
+ _| |_/\__/ / | | \__/\ (_) | | | | | | | (_| |
+ \___/\____/\_| \____/\___/|_| |_|_| |_|\__, |
+ __/ |
+ |___/ ";
+echo "\n".str_repeat('-',80)."\n";
+echo "\n\n>> Update \n\n";
//** Include the library with the basic installer functions
--
Gitblit v1.9.1