mirror of
https://github.com/mrclay/minify.git
synced 2025-01-18 05:38:16 +01:00
e596b35fc4
Fixes #472
10 lines
186 B
PHP
10 lines
186 B
PHP
<?php
|
|
|
|
// using same lib path and cache path specified in /min/config.php
|
|
|
|
require __DIR__ . '/../config.php';
|
|
|
|
$minifyCachePath = isset($min_cachePath)
|
|
? $min_cachePath
|
|
: '';
|