From 1dcc5401f61dd9c09fba5d71984339667f5e1b6b Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 12 Oct 2010 21:58:09 +0000 Subject: [PATCH] MINOR Fixed missing closing
in ContentController->successfullyinstalled() (from r101254) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@111977 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/control/ContentController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/control/ContentController.php b/core/control/ContentController.php index 13a748d98..6cf43ba6e 100755 --- a/core/control/ContentController.php +++ b/core/control/ContentController.php @@ -441,7 +441,7 @@ HTML;     Email: $username
    Password: $password

-

For security reasons you should now delete the install files, unless you are planning to reinstall later (requires admin login, see above). The web server also now only needs write access to the "assets" folder, you can remove write access from all other folders. Click here to delete the install files.

+

For security reasons you should now delete the install files, unless you are planning to reinstall later (requires admin login, see above). The web server also now only needs write access to the "assets" folder, you can remove write access from all other folders. Click here to delete the install files.

HTML );