From 613ac787827ea12e3aaef5dc6cd12b11a9acb1f5 Mon Sep 17 00:00:00 2001 From: Paul 'flowerysong' Arthur Date: Sat, 18 Sep 2010 14:58:23 +0000 Subject: Some grammar fixes and a code dedupe for installation. Identical code in 5 files makes the baby Jesus cry and eventually results in the code not being identical. --- templates/show_install_config.inc.php | 43 ++++++++--------------------------- 1 file changed, 9 insertions(+), 34 deletions(-) (limited to 'templates/show_install_config.inc.php') diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php index 70d95975..99e424bf 100644 --- a/templates/show_install_config.inc.php +++ b/templates/show_install_config.inc.php @@ -20,41 +20,16 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -if (!defined('INSTALL')) { exit; } $prefix = realpath(dirname(__FILE__). "/../"); +require $prefix . '/templates/install_header.inc.php'; ?> - - - -Ampache :: For The Love Of Music - Install - - - - - -
- -
- -
-
    -
  • -
  • - -
- -
-
-
-
+
+
-
+
-
+

@@ -67,7 +42,7 @@ $prefix = realpath(dirname(__FILE__). "/../"); - + @@ -95,7 +70,7 @@ $prefix = realpath(dirname(__FILE__). "/../");
- +
[
- + [   - [] + []
-- cgit