mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MINOR Installing screen now has a page title called "Installing SilverStripe..." instead of "PHP 5 is required"
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@104710 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
fcbec87d30
commit
55fcfb7470
@ -860,7 +860,7 @@ class Installer extends InstallRequirements {
|
|||||||
?>
|
?>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>PHP 5 is required</title>
|
<title>Installing SilverStripe...</title>
|
||||||
<link rel="stylesheet" type="text/css" href="themes/blackcandy/css/layout.css" />
|
<link rel="stylesheet" type="text/css" href="themes/blackcandy/css/layout.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="themes/blackcandy/css/typography.css" />
|
<link rel="stylesheet" type="text/css" href="themes/blackcandy/css/typography.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="themes/blackcandy/css/form.css" />
|
<link rel="stylesheet" type="text/css" href="themes/blackcandy/css/form.css" />
|
||||||
|
Loading…
Reference in New Issue
Block a user