aboutsummaryrefslogtreecommitdiffstats
path: root/App.php
diff options
context:
space:
mode:
Diffstat (limited to 'App.php')
-rw-r--r--App.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/App.php b/App.php
index 32191a0..70b1554 100644
--- a/App.php
+++ b/App.php
@@ -139,9 +139,11 @@ class App
return false;
}
+ $msg = trim($msg);
$fh = fopen($file, "a+");
fwrite($fh, trim($msg) . "\n");
fclose($fh);
+
}
/**