Skip to content

Instantly share code, notes, and snippets.

@sluther
Created February 20, 2009 07:02
Show Gist options
  • Save sluther/67351 to your computer and use it in GitHub Desktop.
Save sluther/67351 to your computer and use it in GitHub Desktop.
From c3d96a7835637478994963e7187abc00fa0435a5 Mon Sep 17 00:00:00 2001
From: unknown <Administrator@.(none)>
Date: Mon, 8 Dec 2008 13:33:57 -0800
Subject: [PATCH] form tag modify
---
install/step2.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/install/step2.php b/install/step2.php
index a4c5e82..ecce978 100644
--- a/install/step2.php
+++ b/install/step2.php
@@ -6,7 +6,7 @@ Done!<br><br>
<?php if (is_array($modules)) { ?>
<b>Please select any optional modules you wish to install</b></p>
-<form>
+<form name="form1" method="post">
<table width="100%" cellspacing="3" cellpadding="4" bordercolor="#FFFFFF">
<?php for($i=0; $i<count($modules); $i++) { ?>
<tr valign="top" bgcolor="#F3F3F3">
--
1.6.1.3+GitX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment