Skip to content
Snippets Groups Projects
Commit dff5148f authored by Björn Schießle's avatar Björn Schießle
Browse files

debug output removed

parent 54eeb8b8
Branches
No related tags found
No related merge requests found
...@@ -29,7 +29,6 @@ $filename = $_GET["file"]; ...@@ -29,7 +29,6 @@ $filename = $_GET["file"];
$view = new OC_FilesystemView('/'.\OCP\User::getUser().'/files_trashbin'); $view = new OC_FilesystemView('/'.\OCP\User::getUser().'/files_trashbin');
if(!$view->file_exists($filename)) { if(!$view->file_exists($filename)) {
error_log("file does not exist... " . $view->getInternalPath($filename));
header("HTTP/1.0 404 Not Found"); header("HTTP/1.0 404 Not Found");
$tmpl = new OCP\Template( '', '404', 'guest' ); $tmpl = new OCP\Template( '', '404', 'guest' );
$tmpl->assign('file', $filename); $tmpl->assign('file', $filename);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment