tags:

views:

26

answers:

1

Hi,

I am using Google 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 including this file, /min/lib must be in your include_path.'

Where is the include_path set??

A.

A: 

Edit your php.ini with

include_path = .:/min/lib/:
systempuntoout