mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
MINOR Removed unused method in installer (from r99006)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112116 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
6a9193e01a
commit
c91949e7fb
19
install.php
19
install.php
@ -410,25 +410,6 @@ class InstallRequirements {
|
||||
}
|
||||
}
|
||||
|
||||
function showInstallStatus() {
|
||||
if($this->warnings) {
|
||||
echo "I have installed SilverStripe CMS, however, you should note the following:";
|
||||
foreach($this->warnings as $warning) {
|
||||
echo "<li>" . htmlentities($warning) . "</li>";
|
||||
}
|
||||
} else {
|
||||
if(isset($_SERVER['HTTP_HOST'])) {
|
||||
?>
|
||||
<p>I have installed SilverStripe CMS successfully!</p>
|
||||
<p><a href="./admin/" target="_blank">Open the CMS tool</a><br />
|
||||
<a href="./" target="_blank">Open the site</a></p>
|
||||
<?php
|
||||
} else {
|
||||
echo "\nSilverStripe successfully installed\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function requireFunction($funcName, $testDetails) {
|
||||
$this->testing($testDetails);
|
||||
if(!function_exists($funcName)) $this->error($testDetails);
|
||||
|
Loading…
x
Reference in New Issue
Block a user