hey karl i have problems to add a svg logo
i have change the logo settings to image
have upload the svg logo in custom/logo
but i dont see it ..
hope you can help me
X3 Photo Gallery Support Forums
At least we know it's not related to SVG. I need login to your panel if I am to check.rokudamerlin wrote:.png have the same problems -.-
We rely on glob_brace to get first image in the logo folder:Note: The GLOB_BRACE flag is not available on some non GNU systems, like Solaris.
$images = glob($dir.'/*.{jpg,gif,jpeg,png,svg}', GLOB_BRACE|GLOB_NOSORT);$images = strtolower(PHP_OS) == 'sunos' ? glob($dir.'/*.[jJ][pP][gG]', GLOB_NOSORT) : glob($dir.'/*.{jpg,gif,jpeg,png,svg}', GLOB_BRACE|GLOB_NOSORT);