X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2FFileUtils.php;h=30560bfc3a929a272a7932c893a7212f5d598da1;hb=HEAD;hp=6cac9825de24a1ac4aec018cc54017e822064ef7;hpb=649af5b501d2a90448242f53764ff693e9854039;p=github%2Fshaarli%2FShaarli.git diff --git a/application/FileUtils.php b/application/FileUtils.php deleted file mode 100644 index 6cac9825..00000000 --- a/application/FileUtils.php +++ /dev/null @@ -1,21 +0,0 @@ -path = $path; - $this->message = empty($message) ? 'Error accessing' : $message; - $this->message .= PHP_EOL . $this->path; - } -}