From a917b59230f3d13fffb4941820b0ee22322d0d66 Mon Sep 17 00:00:00 2001 From: sharvey Date: Tue, 27 Jul 2010 05:17:26 +0000 Subject: [PATCH] MINOR Changed unknown web server text git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@108571 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index f113c1a..7329236 100644 --- a/install.php +++ b/install.php @@ -338,7 +338,7 @@ class InstallRequirements { $this->requireTempFolder(array('File permissions', 'Is the temporary folder writeable?', null)); - $this->isRunningWebServer(array("Webserver Configuration", "Server software", "Unknown web server", $webserver)); + $this->isRunningWebServer(array("Webserver Configuration", "Server software", "Unknown", $webserver)); if($isApache) { $this->requireApacheRewriteModule('mod_rewrite', array("Webserver Configuration", "URL rewriting support", "You need mod_rewrite to use friendly URLs with SilverStripe, but it is not enabled."));