From ee16f78148565b0455894ab84bc3846397c58cba Mon Sep 17 00:00:00 2001 From: GetYourServer Date: Sun, 6 Sep 2015 22:00:14 +0200 Subject: [PATCH] Update monstaftp.php --- web/third_party/monstaftp/monstaftp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/third_party/monstaftp/monstaftp.php b/web/third_party/monstaftp/monstaftp.php index 9292160c..23b75f3d 100644 --- a/web/third_party/monstaftp/monstaftp.php +++ b/web/third_party/monstaftp/monstaftp.php @@ -53,7 +53,7 @@ if (!isset($userPanelInclude)) { header('Location: userpanel.php'); - die('No access); + die('No access'); } // Include the language file @@ -182,4 +182,4 @@ if ($monsta->loggedIn === true and in_array($ftpAction, array("download", "ifram } $template_file = $monsta->errorResponse; -} \ No newline at end of file +}