From 7e3bd4da74e051d54a4790e6bc1c5b1d1bab58c2 Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Wed, 02 Jun 2010 15:26:12 -0400 Subject: [PATCH] Added the version to the banner --- install/uninstall-fedora.php | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/install/uninstall-fedora.php b/install/uninstall-fedora.php index b0d37ed..71496fc 100644 --- a/install/uninstall-fedora.php +++ b/install/uninstall-fedora.php @@ -36,12 +36,12 @@ //** The banner on the command line echo "\n\n".str_repeat('-',80)."\n"; -echo " _____ ___________ _____ __ _ -|_ _/ ___| ___ \ / __ \ / _(_) - | | \ `--.| |_/ / | / \/ ___ _ __ | |_ _ __ _ - | | `--. \ __/ | | / _ \| '_ \| _| |/ _` | - _| |_/\__/ / | | \__/\ (_) | | | | | | | (_| | - \___/\____/\_| \____/\___/|_| |_|_| |_|\__, | +echo " _____ ___________ _____ __ _ ____ +|_ _/ ___| ___ \ / __ \ / _(_) /__ \ + | | \ `--.| |_/ / | / \/ ___ _ __ | |_ _ __ _ _/ / + | | `--. \ __/ | | / _ \| '_ \| _| |/ _` | |_ | + _| |_/\__/ / | | \__/\ (_) | | | | | | | (_| | ___\ \ + \___/\____/\_| \____/\___/|_| |_|_| |_|\__, | \____/ __/ | |___/ "; echo "\n".str_repeat('-',80)."\n"; -- Gitblit v1.9.1