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:
Clemens Schwaighofer
2021-12-01 10:58:23 +09:00
parent 6001934d9c
commit 4bac10bb42
4 changed files with 12 additions and 2 deletions

View File

@@ -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);