aboutsummaryrefslogtreecommitdiffstats
path: root/App.php
diff options
context:
space:
mode:
Diffstat (limited to 'App.php')
-rw-r--r--App.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/App.php b/App.php
index bacabbf..42f8b4c 100644
--- a/App.php
+++ b/App.php
@@ -142,6 +142,7 @@ class App
$fh = fopen($file, "a+");
fwrite($fh, "$msg\n");
fclose($fh);
+
}
/**