phpCssEmbed icon indicating copy to clipboard operation
phpCssEmbed copied to clipboard

Pure php css embed

Results 3 phpCssEmbed issues
Sort by recently updated
recently updated
newest added

@krichprollsch OK, third times a charm (sorry). This pull request adds the ability to work with remote HTTP assets or remote stylesheets. It does not modify the default functionality of...

The is_file check on line 103 prevents the inclusion of remote files (eg, over http). However, file_get_contents will return false if either of the checks in line 103 fail. What...