Update monstaftp.php

This commit is contained in:
GetYourServer 2015-09-06 22:00:14 +02:00
parent e8edb83179
commit ee16f78148

View File

@ -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;
}
}