开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜