From 2cd8f69c3cd4a04b7f5e726dbc01f41540bd1330 Mon Sep 17 00:00:00 2001 From: ischommer Date: Thu, 19 Nov 2009 20:32:07 +0000 Subject: [PATCH] BUGFIX: Improved installer operation with PHP4 installed or no PHP installed. API CHANGE: Reduced number of files needed for installer to work, and moved some into sapphire directory. (from r66896) (from r92227) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@92269 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- check-php.php | 18 -------- config-form.css | 118 ------------------------------------------------ index.html | 9 +--- index.php | 3 -- 4 files changed, 1 insertion(+), 147 deletions(-) delete mode 100644 check-php.php delete mode 100644 config-form.css delete mode 100644 index.php diff --git a/check-php.php b/check-php.php deleted file mode 100644 index 79f8977..0000000 --- a/check-php.php +++ /dev/null @@ -1,18 +0,0 @@ - - - - -No PHP Support - - - -

No PHP Support

-

-

Before I can install SilverStripe 2, you must add PHP support to your webserver.

-

Try again

- - - - \ No newline at end of file diff --git a/config-form.css b/config-form.css deleted file mode 100644 index 182f156..0000000 --- a/config-form.css +++ /dev/null @@ -1,118 +0,0 @@ -body { - text-align: center; -} - -#Container * { - text-align: left; -} -ul#Themes{ - list-style: none; - margin: 5px; -} - ul#Themes li { - clear: both; - padding: 3px 0; - } - ul#Themes input { - float: left; - width: 10px; - height: 10px; - } - ul#Themes label { - margin: -2px 5px 0 15px; - } -.good td { - color: green; -} - -.warning td { - color: #ef7f24; -} -.testResults .error td { - border: 1px #CCC solid; - color: red; -} - -p.error { - padding: 0.5em; - background-color: #ffe9e9; - border: 1px #ff8e8e solid; - color: #f03838; -} -p.warning { - padding: 0.5em; - background-color: #fef1e1; - border: 1px #ffc28b solid; - color: #cb6a1c; -} - p.warning label { - display: inline; - margin-left: 5px; - color: #cb6a1c - } -p.good { - padding: 0.5em; - background-color: #e2fee1; - border: 1px #43cb3e solid; - color: #359318; -} -p.error a, -p.warning a, -p.good a { - color: inherit; - text-decoration: underline; -} -p.error a:hover { - text-decoration: none; -} -span.middleColumn { - width: 312px; - margin-right: 0; - padding: 4px; -} -input.text, textarea, select { - padding: 2px; - border: 1px solid #A7A7A7; - color: #000; - font-size: 1.2em; - font-weight: bold; - width: 305px; -} -#stats { - float: left; - margin: 5px; -} -table.testResults { - border-collapse: collapse; - width: 100%; - margin: 10px 0; -} -#Layout h4 { - font-size: 2em; - clear: left; -} -.testResults td { - border: 1px #CCC solid; - width: 400px; - padding: 4px; -} -.clear { - clear: both; -} -p.mysql, -p.adminAcc, -p.devHelp { - padding-top: 20px; -} -p#mysql_credentials, -p#AdminAccount, -p#DevSites { - width: 330px; - margin-top: 0; - float: left; -} -#Layout input.action { - text-align: center; - width: 160px; - font-size: 1em; -} \ No newline at end of file diff --git a/index.html b/index.html index 9ee87ea..ffb964b 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,7 @@ - - -