mirror of
https://github.com/mrclay/minify.git
synced 2025-08-21 05:11:46 +02:00
Code clean
This commit is contained in:
committed by
Elan Ruusamäe
parent
ce109925aa
commit
153e08b5a0
@@ -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