mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Experimental Image-Caching performance enhancement.
This commit is contained in:
@@ -344,7 +344,7 @@ class ecache {
|
||||
if($type === 'image')
|
||||
{
|
||||
$path = e_CACHE_IMAGE;
|
||||
$mask = ($mask == null) ? '.*\.cache\.bin' : $mask;
|
||||
$mask = ($mask == null) ? '.*(\.cache\.bin|\.jpg|\.jpeg|\.png|\.gif)' : $mask;
|
||||
}
|
||||
|
||||
if($type === 'js')
|
||||
|
Reference in New Issue
Block a user