mirror of
https://github.com/mrclay/minify.git
synced 2025-09-09 21:50:55 +02:00
Easier config testing
This commit is contained in:
@@ -12,6 +12,10 @@ define('MINIFY_MIN_DIR', dirname(__FILE__));
|
||||
// load config
|
||||
require MINIFY_MIN_DIR . '/config.php';
|
||||
|
||||
if (isset($_GET['test'])) {
|
||||
include MINIFY_MIN_DIR . '/config-test.php';
|
||||
}
|
||||
|
||||
// setup include path
|
||||
set_include_path($min_libPath . PATH_SEPARATOR . get_include_path());
|
||||
|
||||
|
Reference in New Issue
Block a user