mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
debug output removed
This commit is contained in:
parent
54eeb8b8fc
commit
dff5148f6d
@ -29,7 +29,6 @@ $filename = $_GET["file"];
|
||||
$view = new OC_FilesystemView('/'.\OCP\User::getUser().'/files_trashbin');
|
||||
|
||||
if(!$view->file_exists($filename)) {
|
||||
error_log("file does not exist... " . $view->getInternalPath($filename));
|
||||
header("HTTP/1.0 404 Not Found");
|
||||
$tmpl = new OCP\Template( '', '404', 'guest' );
|
||||
$tmpl->assign('file', $filename);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user