From 3da85b7bccd77d1e3991f830768c8fb865f74255 Mon Sep 17 00:00:00 2001 From: sharvey Date: Thu, 18 Mar 2010 22:36:13 +0000 Subject: [PATCH] MINOR Removed whitespace in writing of htaccess file for output git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@101344 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/install.php b/install.php index bb97f09..adb37b1 100644 --- a/install.php +++ b/install.php @@ -1057,7 +1057,6 @@ HTML; RewriteEngine On $baseClause - RewriteCond %{REQUEST_URI} ^(.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]