summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorChristian Schneider2026-05-18 19:51:51 +0200
committerChristian Schneider2026-05-18 19:51:51 +0200
commitc3c521bd4b5e145b0bd7cb37cbed40a4544e17bb (patch)
tree71770404300cc89eb33941afedde3aeb67cd606e /it.class
parent432a977ea02be3cda291f998d16372dc4730d99f (diff)
downloaditools-c3c521bd4b5e145b0bd7cb37cbed40a4544e17bb.tar.gz
itools-c3c521bd4b5e145b0bd7cb37cbed40a4544e17bb.tar.bz2
itools-c3c521bd4b5e145b0bd7cb37cbed40a4544e17bb.zip
Remove obsolete check as dependency of log filename from time debug parameter has been removed
Diffstat (limited to 'it.class')
-rw-r--r--it.class3
1 files changed, 1 insertions, 2 deletions
diff --git a/it.class b/it.class
index 7d4808c..2aebd27 100644
--- a/it.class
+++ b/it.class
@@ -100,8 +100,7 @@ static function log_line($name, $line)
@chmod("$fullfn.$tmp", 0664);
@rename("$fullfn.$tmp", $fullfn);
@unlink($basefn);
- if (@readlink($basefn) < basename($fullfn)) # may be older due to $GLOBALS['debug_time']
- @symlink($fullfn, $basefn);
+ @symlink($fullfn, $basefn);
}
it::file_put_contents($fullfn, $line . "\n", FILE_APPEND | LOCK_EX);