From c5a6e816909727f8a6be43a9d3b18430b7cc0bf8 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 6 Jan 2014 11:31:18 +0000 Subject: [PATCH] SAAS-374 Don't expose API key when a component has failed --- utils/airtime-check-system.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/utils/airtime-check-system.php b/utils/airtime-check-system.php index 1ce017c35..3a4816dcf 100644 --- a/utils/airtime-check-system.php +++ b/utils/airtime-check-system.php @@ -221,10 +221,7 @@ class AirtimeCheck { } public static function show_log_file($log) { - exec("tail -5 $log", $output); - self::output_comment("Displaying log file $log"); - self::output_comment($output); - self::output_comment(""); + self::output_comment("Check the log file $log"); self::output_comment(""); }