mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Not always getting correct image parameters
This commit is contained in:
@@ -14,7 +14,7 @@ else if (is_readable(THEME."images/e_logo.png"))
|
||||
else
|
||||
{
|
||||
$logo = e_IMAGE_ABS."logo.png"; // HTML path
|
||||
$path = e_IMAGE.$logo; // PHP path
|
||||
$path = e_IMAGE."logo.png"; // PHP path
|
||||
}
|
||||
|
||||
$dimensions = getimagesize($path);
|
||||
|
Reference in New Issue
Block a user