X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Finstall-inc.php;h=552956e9a6683588bf8b98c332e2bce73c2f8e79;hp=47f6e86b481c8b1983dd619551e54f77fda37bea;hb=dc1d66c49b8cb1e4fb8056d46b9c7e3fecd0ffdd;hpb=e09e1271fed541bf1b7e16b9008a0f33ebf5254e diff --git a/inc/install-inc.php b/inc/install-inc.php index 47f6e86b48..552956e9a6 100644 --- a/inc/install-inc.php +++ b/inc/install-inc.php @@ -104,7 +104,7 @@ if (isset($_POST['mysql']) && is_array($_POST['mysql'])) $mysql = $_POST['mysql' if (URL != "http://your-server.com") { // Already installed??? $burl = URL; -} elseif ($burl == "") { +} elseif (empty($burl)) { // Auto-detect URL $burl = "http://".$SERVER_NAME.$_SERVER['PHP_SELF']; $burl = substr($burl, 0, strpos($burl, "install.php"));