aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2020-05-10 16:46:45 +0200
committern-peugnet <n.peugnet@free.fr>2020-05-11 16:10:08 +0200
commit2f8105cabf63f3ef3d4a59c306f4e1403d3c5164 (patch)
treedf35dfe1e9b883c9b6a7e54d16961ab0df38926d /index.php
parentaee12a9f372d839cfbbf3005245b0d691cfdbb4b (diff)
downloadwcms-2f8105cabf63f3ef3d4a59c306f4e1403d3c5164.tar.gz
wcms-2f8105cabf63f3ef3d4a59c306f4e1403d3c5164.zip
fix: log file was not closed
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 49974f7..bb2adf3 100644
--- a/index.php
+++ b/index.php
@@ -50,3 +50,4 @@ try {
}
echo '<h1>⚠ Whoops ! There is a little problem : </h1>', $e->getMessage(), "\n";
}
+Wcms\Logger::close();