diff options
Diffstat (limited to 'App.php')
-rw-r--r-- | App.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -139,9 +139,11 @@ class App return false; } + $msg = trim($msg); $fh = fopen($file, "a+"); fwrite($fh, trim($msg) . "\n"); fclose($fh); + } /** |