mirror of
https://github.com/mrclay/minify.git
synced 2025-08-26 07:14:37 +02:00
Include groupsConfig.php in MINIFY_CONFIG_DIR.
This commit is contained in:
@@ -59,7 +59,7 @@ if (preg_match('/&\\d/', $_SERVER['QUERY_STRING'])) {
|
|||||||
}
|
}
|
||||||
if (isset($_GET['g'])) {
|
if (isset($_GET['g'])) {
|
||||||
// well need groups config
|
// well need groups config
|
||||||
$min_serveOptions['minApp']['groups'] = (require MINIFY_MIN_DIR . '/groupsConfig.php');
|
$min_serveOptions['minApp']['groups'] = (require MINIFY_CONFIG_DIR . '/groupsConfig.php');
|
||||||
}
|
}
|
||||||
if (isset($_GET['f']) || isset($_GET['g'])) {
|
if (isset($_GET['f']) || isset($_GET['g'])) {
|
||||||
// serve!
|
// serve!
|
||||||
|
Reference in New Issue
Block a user