1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-21 05:11:46 +02:00

Code clean

This commit is contained in:
acidvertigo
2014-09-20 10:47:59 +02:00
committed by Elan Ruusamäe
parent ce109925aa
commit 153e08b5a0
6 changed files with 10 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ if (isset($_POST['method']) && $_POST['method'] === 'Minify and serve') {
} catch (Exception $e) {
echo h($e->getMessage());
}
exit();
exit;
}
$tpl = array();