From ffad56ec182f110c3511ce56d7a3cfe54a6b5de5 Mon Sep 17 00:00:00 2001 From: Karl Vollmer Date: Wed, 27 Jul 2011 14:35:49 -0300 Subject: Install now contains two buttons, Download & Write for the config file, there is also an additional check before that if the config file is writeable --- templates/show_install_check.inc.php | 12 ++++++++++++ templates/show_install_config.inc.php | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/show_install_check.inc.php b/templates/show_install_check.inc.php index 5f9d64f9..42e5e51a 100644 --- a/templates/show_install_check.inc.php +++ b/templates/show_install_check.inc.php @@ -195,5 +195,17 @@ } ?> + + + + + diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php index c2513bfe..1244b920 100644 --- a/templates/show_install_config.inc.php +++ b/templates/show_install_config.inc.php @@ -66,7 +66,8 @@ require $prefix . '/templates/install_header.inc.php';   - + + /> -- cgit