fix checking for download file

This commit is contained in:
Uwe Steinmann 2013-04-11 08:40:25 +02:00
parent 5dfb88d2dd
commit d8ec64dd36

View File

@ -151,7 +151,7 @@ if (isset($_GET["version"])) {
UI::exitError(getMLText("admin_tools"),getMLText("access_denied"));
}
if (!isset($_GET["logname"]) || !file_exists($settings->_contentDir.$_GET["arkname"]) ) {
if (!isset($_GET["logname"]) || !file_exists($settings->_contentDir.$_GET["logname"]) ) {
UI::exitError(getMLText("admin_tools"),getMLText("unknown_id"));
}