mirror of
https://github.com/mrclay/minify.git
synced 2025-02-22 16:04:08 +01:00
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
|
|
: '';
|