1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-30 09:09:54 +02:00

Code clean

This commit is contained in:
acidvertigo
2014-09-20 10:47:59 +02:00
committed by Steve Clay
parent 54cec8b304
commit f29e1e6b06
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();