summaryrefslogtreecommitdiff
path: root/installer/install.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-11 02:27:00 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-11 02:27:00 +0000
commit01666c5579b3de40981d9a06a627166e3bddedf6 (patch)
tree2621b656b07de422be1a7c014a9019ab84fa4bc6 /installer/install.php
parentafb90768b4c61ad7c0fd10dd04bf9bfe9458d4af (diff)
Fix all file structure issues (tabs, bad preambles, etc).
Note: installer/install.php is now on the "direct access" list.
Diffstat (limited to 'installer/install.php')
-rw-r--r--installer/install.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/installer/install.php b/installer/install.php
index eaf73b6f..a644b1c9 100644
--- a/installer/install.php
+++ b/installer/install.php
@@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
-
/**
* Batch Install program this is to only be run from the command line. The web interface uses
* a different approach to invoking the installer
@@ -36,7 +35,7 @@
if (PHP_SAPI != 'cli') {
$redirect = str_replace("install.php", "index.php", $_SERVER["REQUEST_URI"]);
-
+
header("Location: $redirect");
return;
}