mirror of
https://github.com/mrclay/minify.git
synced 2025-08-11 16:44:44 +02:00
@@ -54,6 +54,7 @@ class Minify_ImportProcessor
|
||||
|
||||
private function _getContent($file, $is_imported = false)
|
||||
{
|
||||
$file = preg_replace('~\\?.*~', '', $file);
|
||||
$file = realpath($file);
|
||||
if (! $file
|
||||
|| in_array($file, self::$filesIncluded)
|
||||
|
Reference in New Issue
Block a user