Bug fix for checks, bug fix in config other, test host
Add test host soba-dev.tequila.jp, others will be added config.other had errors with double define a constant Supress phan/phpstan errors for ...array calls in methods
This commit is contained in:
@@ -24,6 +24,7 @@ foreach ($paths as $path) {
|
||||
if (file_exists($path . DS . 'convert') && is_file($path . DS . 'convert')) {
|
||||
// image magick convert location
|
||||
define('CONVERT', $path . DS . 'convert');
|
||||
break;
|
||||
}
|
||||
}
|
||||
unset($paths);
|
||||
|
||||
Reference in New Issue
Block a user