From 1c99f127be3adf211f4169405fc4090c2f7f773c Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 5 Sep 2015 16:24:29 +0100 Subject: [PATCH] Replace alert with message --- lib/get-branch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/get-branch.php b/lib/get-branch.php index 76dc7c2..7f9ab94 100644 --- a/lib/get-branch.php +++ b/lib/get-branch.php @@ -127,7 +127,7 @@ if (isset($ftpSite)) { ftpStart(); // Show user warning if no good connection if (!$ftpConn || !$ftpLogin) { - die(''); + die(''); exit; } // Get our simple and detailed lists and close the FTP connection