X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/c5544ea6607e49bd5f3cceecd59903687e8b1654..39bd200baed00b5b63cc62ce947ef708710ac81c:/www/raw.php diff --git a/www/raw.php b/www/raw.php index 69b5f56..28f7c56 100644 --- a/www/raw.php +++ b/www/raw.php @@ -17,5 +17,5 @@ if ($mimetype === null) { $mimetype = 'text/plain'; } header('Content-Type: ' . $mimetype); -readfile($file->path); +readfile($file->getFullPath()); ?>