summaryrefslogtreecommitdiff
path: root/utils.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-08-03 16:08:59 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-08-03 16:08:59 +0200
commitf4f072501cf43f73d84081cf3035a0d45c88c367 (patch)
treecacaf9e4368adcee92253db7b11caefbe0f697e9 /utils.php
parent9d7bd8aaec4309f303bdc284aa7247b09a34a977 (diff)
Fix send command if reconnection is needed when using SSH.
Diffstat (limited to 'utils.php')
-rw-r--r--utils.php1
1 files changed, 0 insertions, 1 deletions
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