Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncp-web/download_logs.php')
-rw-r--r--ncp-web/download_logs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncp-web/download_logs.php b/ncp-web/download_logs.php
index 5e02469f..15413445 100644
--- a/ncp-web/download_logs.php
+++ b/ncp-web/download_logs.php
@@ -18,7 +18,7 @@ if ( empty($token) || !validateCSRFToken($token) )
$file = '/var/log/ncp.log';
-if (!file_exists($file)
+if (!file_exists($file))
die('File not found');
if (!is_readable($file))