开发者

minify - Get a timestamped URI to a minified resource using the default Minify install

开发者 https://www.devze.com 2022-12-27 12:34 出处:网络
I am using Minify and I want a timestamped URI. The readme.txt suggests this: <link rel=\"stylesheet\" type=\"text/css\" href=\"<?php echo Minify_groupUri(\'css\'); ?>\" />

I am using Minify and I want a timestamped URI.

The readme.txt suggests this:

<link rel="stylesheet" type="text/css" href="<?php echo Minify_groupUri('css'); ?>" />
<script type="text/javascript" src="<?php echo Minify_groupUri('js'); ?>"></script>

but it also says: 'Before includin开发者_运维百科g this file, /min/lib must be in your include_path.'

Where is the include_path set??

A.


Edit your php.ini with

include_path = .:/min/lib/:
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号