From 153e08b5a0ad16fbeb5d7bd6494225914b1840e9 Mon Sep 17 00:00:00 2001 From: acidvertigo Date: Sat, 20 Sep 2014 10:47:59 +0200 Subject: [PATCH] Code clean --- min/builder/ocCheck.php | 4 ++-- min/builder/test.php | 4 ++-- min/config.php | 1 + min/index.php | 6 +++--- min/lib/Minify.php | 2 +- min_extras/tools/minifyTextarea.php | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/min/builder/ocCheck.php b/min/builder/ocCheck.php index 8cc19af..5c40e74 100644 --- a/min/builder/ocCheck.php +++ b/min/builder/ocCheck.php @@ -1,4 +1,4 @@ -$h1"; echo "

Please see $url.

"; - exit(); + exit; } /** diff --git a/min_extras/tools/minifyTextarea.php b/min_extras/tools/minifyTextarea.php index fcdbbd0..8199fd6 100644 --- a/min_extras/tools/minifyTextarea.php +++ b/min_extras/tools/minifyTextarea.php @@ -44,7 +44,7 @@ if (isset($_POST['method']) && $_POST['method'] === 'Minify and serve') { } catch (Exception $e) { echo h($e->getMessage()); } - exit(); + exit; } $tpl = array();