log id and name of folder

This commit is contained in:
Uwe Steinmann 2015-06-19 15:04:25 +02:00
parent 75c8129185
commit 9643c12429

View File

@ -81,7 +81,7 @@ if ($notifier) {
}
}
add_log_line();
add_log_line("?folderid=".$folderid."&name=".$foldername);
header("Location:../out/out.ViewFolder.php?folderid=".$parent->getID()."&showtree=".$_POST["showtree"]);