@@ -16,7 +16,7 @@ |
||
16 | 16 | } |
17 | 17 | |
18 | 18 | public function getFilePath($filePath = '') { |
19 | - if (isset($filePath[0]) && $filePath[0] == '/') return $this->customBase . $filePath; |
|
20 | - else return $this->baseDir . $filePath; |
|
19 | + if (isset($filePath[0]) && $filePath[0] == '/') return $this->customBase.$filePath; |
|
20 | + else return $this->baseDir.$filePath; |
|
21 | 21 | } |
22 | 22 | } |