From 48af91afaadd1617b70c43369c2d680079806da7 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 14 May 2011 21:14:17 +0000 Subject: fixed the double form submission code for the installer git-svn-id: http://code.elgg.org/elgg/trunk@9083 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/installation/page/default.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/installation/page') diff --git a/views/installation/page/default.php b/views/installation/page/default.php index 7618e7255..a41a5b688 100644 --- a/views/installation/page/default.php +++ b/views/installation/page/default.php @@ -29,6 +29,8 @@ header('Expires: Fri, 05 Feb 1982 00:00:00 -0500', TRUE); + +
-- cgit v1.2.3 From d2c3163c88a9fe243b5b0d4f45cc9d4ec8451ec0 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 15 May 2011 21:49:17 +0000 Subject: helpful links in installer open up in new page now git-svn-id: http://code.elgg.org/elgg/trunk@9090 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/installation/page/elements/footer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'views/installation/page') diff --git a/views/installation/page/elements/footer.php b/views/installation/page/elements/footer.php index 3f7bdf189..d6a755fba 100644 --- a/views/installation/page/elements/footer.php +++ b/views/installation/page/elements/footer.php @@ -4,7 +4,7 @@ */ ?> \ No newline at end of file -- cgit v1.2.3