From 559a05b05968f95922c15d18eff15fc7d0b87971 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 13 Oct 2010 00:43:39 +0000 Subject: [PATCH] MINOR Removed rewritest.php places in sapphire since it's no longer part of the phpinstaller/branches/2.4 package (from r101353) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@111995 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/ManifestBuilder.php | 1 - core/control/ContentController.php | 1 - 2 files changed, 2 deletions(-) diff --git a/core/ManifestBuilder.php b/core/ManifestBuilder.php index e15b61982..e7f5d71d6 100644 --- a/core/ManifestBuilder.php +++ b/core/ManifestBuilder.php @@ -37,7 +37,6 @@ class ManifestBuilder { 'cli-script.php', 'install.php', 'index.php', - 'rewritetest.php', ); /** diff --git a/core/control/ContentController.php b/core/control/ContentController.php index 6cf43ba6e..1aa801efb 100755 --- a/core/control/ContentController.php +++ b/core/control/ContentController.php @@ -465,7 +465,6 @@ HTML // so we have to assume the file is required. $installfiles = array( 'install.php', - 'rewritetest.php', 'config-form.css', 'config-form.html', 'index.html'