mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-11 10:34:18 +02:00
clear whitespace
This commit is contained in:
@@ -75,7 +75,7 @@ class CCache
|
||||
{
|
||||
$path = realpath($this->path . "/" . $subdir);
|
||||
|
||||
$exists = is_dir($path);
|
||||
$exists = is_dir($path);
|
||||
$res = $exists ? "exists" : "does not exist";
|
||||
|
||||
if ($exists) {
|
||||
|
Reference in New Issue
Block a user