mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-23 14:13:01 +02:00
Coding standards fix
This commit is contained in:
@@ -38,7 +38,7 @@ class FileInfoController
|
||||
$path = $request->getQueryParams()['info'];
|
||||
|
||||
$file = new SplFileInfo(
|
||||
(string) realpath($this->config->get('base_path') . '/' . $path)
|
||||
(string) realpath($this->config->get('base_path') . '/' . $path)
|
||||
);
|
||||
|
||||
if (! $file->isFile()) {
|
||||
|
Reference in New Issue
Block a user