mirror of
https://github.com/mrclay/minify.git
synced 2025-08-08 07:06:49 +02:00
Cleanup index.php a bit
This commit is contained in:
@@ -63,13 +63,15 @@ if ($min_errorLogger) {
|
|||||||
if (preg_match('/&\\d/', $_SERVER['QUERY_STRING']) || isset($_GET['v'])) {
|
if (preg_match('/&\\d/', $_SERVER['QUERY_STRING']) || isset($_GET['v'])) {
|
||||||
$min_serveOptions['maxAge'] = 31536000;
|
$min_serveOptions['maxAge'] = 31536000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// need groups config?
|
||||||
if (isset($_GET['g'])) {
|
if (isset($_GET['g'])) {
|
||||||
// well need groups config
|
// well need groups config
|
||||||
$min_serveOptions['minApp']['groups'] = (require $min_configPaths['groups']);
|
$min_serveOptions['minApp']['groups'] = (require $min_configPaths['groups']);
|
||||||
}
|
}
|
||||||
if (isset($_GET['f']) || isset($_GET['g'])) {
|
|
||||||
// serve!
|
|
||||||
|
|
||||||
|
// serve or redirect
|
||||||
|
if (isset($_GET['f']) || isset($_GET['g'])) {
|
||||||
if (! isset($min_serveController)) {
|
if (! isset($min_serveController)) {
|
||||||
$min_serveController = new Minify_Controller_MinApp();
|
$min_serveController = new Minify_Controller_MinApp();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user