From c3c5aa1ab4bf8f084fe734deba33c902b40d65f2 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 2 Aug 2018 18:06:33 +0200 Subject: clean up part of the nastiness --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it.class b/it.class index 0003fa3..e3b9a2f 100644 --- a/it.class +++ b/it.class @@ -87,7 +87,7 @@ static function log($name /* ... */) */ static function log_line($name, $line) { - $log = $GLOBALS['ULTRAHOME'] == "/opt/ultra/bin" ? "../log" : ($GLOBALS['ULTRASITE'] == "server" ? "logs" : "log"); + $log = $GLOBALS['ULTRAHOME'] == "/opt/ultra/bin" ? "../log" : "log"; $basefn = substr($name, 0, 1) == "/" ? $name : $GLOBALS['ULTRAHOME'] . "/$log/$name"; $fullfn = $basefn . "-" . date('Ymd'); -- cgit v1.2.3