1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-18 05:38:16 +01:00
minify/min_extras/config.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
: '';