From 493ed4531143944ad6baeb390a70ae0f023250c3 Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Mon, 8 Aug 2016 10:44:27 +0200 Subject: [PATCH] more test --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index b4e17c4..0a55c8e 100644 --- a/functions.php +++ b/functions.php @@ -16,7 +16,7 @@ function trace($msg) { $file = CIMAGE_DEBUG_FILE; if (!is_writable($file)) { - die("Using trace without a writable logfile. Create the file '$file' and make it writable for the web server."); + return; } $details = ":" . (string) round((microtime(true) - $_SERVER["REQUEST_TIME_FLOAT"]), 6) . "ms";