summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
Diffstat (limited to 'it.class')
-rw-r--r--it.class1
1 files changed, 1 insertions, 0 deletions
diff --git a/it.class b/it.class
index 3a0f8df..727239f 100644
--- a/it.class
+++ b/it.class
@@ -94,6 +94,7 @@ function log($name /* ... */)
if (!$existed)
{
@chgrp($fn, "www");
+ @unlink($GLOBALS['ULTRAHOME'] . "/log/$name");
@symlink($fn, $GLOBALS['ULTRAHOME'] . "/log/$name");
}
}