mirror of
https://github.com/mrclay/minify.git
synced 2025-08-30 00:59:48 +02:00
Code clean
This commit is contained in:
@@ -44,7 +44,7 @@ if (isset($_POST['method']) && $_POST['method'] === 'Minify and serve') {
|
||||
} catch (Exception $e) {
|
||||
echo h($e->getMessage());
|
||||
}
|
||||
exit();
|
||||
exit;
|
||||
}
|
||||
|
||||
$tpl = array();
|
||||
|
Reference in New Issue
Block a user