From f4f072501cf43f73d84081cf3035a0d45c88c367 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 3 Aug 2014 16:08:59 +0200 Subject: Fix send command if reconnection is needed when using SSH. --- utils.php | 1 - 1 file changed, 1 deletion(-) (limited to 'utils.php') diff --git a/utils.php b/utils.php index fb1c1a8..99a6a06 100644 --- a/utils.php +++ b/utils.php @@ -96,5 +96,4 @@ function log_to_file($log) { file_put_contents($config['misc']['logs'], $log, FILE_APPEND | LOCK_EX); } - // End of utils.php -- cgit v1.2.3