From 6ffe876398bc82c052da2437373409651cfd7f02 Mon Sep 17 00:00:00 2001 From: ischommer Date: Thu, 5 Nov 2009 03:08:41 +0000 Subject: [PATCH] MINOR Changed silverstripe.com references to silverstripe.org git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@90887 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- install.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.php b/install.php index 4e3629f..5b85176 100644 --- a/install.php +++ b/install.php @@ -668,7 +668,7 @@ require_once("conf/ConfigureFromEnv.php"); MySQLDatabase::set_connection_charset('utf8'); // This line set's the current theme. More themes can be -// downloaded from http://www.silverstripe.com/themes/ +// downloaded from http://www.silverstripe.org/themes/ SSViewer::set_theme('$theme'); // enable nested URLs for this site (e.g. page/sub-page/) @@ -700,12 +700,12 @@ global \$databaseConfig; // Sites running on the following servers will be // run in development mode. See -// http://doc.silverstripe.com/doku.php?id=devmode +// http://doc.silverstripe.org/doku.php?id=configuration // for a description of what dev mode does. Director::set_dev_servers($devServers); // This line set's the current theme. More themes can be -// downloaded from http://www.silverstripe.com/themes/ +// downloaded from http://www.silverstripe.org/themes/ SSViewer::set_theme('$theme'); // enable nested URLs for this site (e.g. page/sub-page/)