mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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
This commit is contained in:
parent
c449f450f6
commit
6ffe876398
@ -668,7 +668,7 @@ require_once("conf/ConfigureFromEnv.php");
|
|||||||
MySQLDatabase::set_connection_charset('utf8');
|
MySQLDatabase::set_connection_charset('utf8');
|
||||||
|
|
||||||
// This line set's the current theme. More themes can be
|
// 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');
|
SSViewer::set_theme('$theme');
|
||||||
|
|
||||||
// enable nested URLs for this site (e.g. page/sub-page/)
|
// 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
|
// Sites running on the following servers will be
|
||||||
// run in development mode. See
|
// 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.
|
// for a description of what dev mode does.
|
||||||
Director::set_dev_servers($devServers);
|
Director::set_dev_servers($devServers);
|
||||||
|
|
||||||
// This line set's the current theme. More themes can be
|
// 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');
|
SSViewer::set_theme('$theme');
|
||||||
|
|
||||||
// enable nested URLs for this site (e.g. page/sub-page/)
|
// enable nested URLs for this site (e.g. page/sub-page/)
|
||||||
|
Loading…
Reference in New Issue
Block a user