mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
MINOR Removed unncessary isset() check (from r108561)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112407 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
7b040c42ac
commit
2a78807f4b
@ -1238,7 +1238,7 @@ HTML;
|
|||||||
* The output differs depending on whether this is CLI or web based
|
* The output differs depending on whether this is CLI or web based
|
||||||
*/
|
*/
|
||||||
function statusMessage($msg) {
|
function statusMessage($msg) {
|
||||||
if(isset($_SERVER['HTTP_HOST'])) echo "<li>$msg</li>\n";
|
echo "<li>$msg</li>\n";
|
||||||
else echo "$msg\n";
|
else echo "$msg\n";
|
||||||
flush();
|
flush();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user