From f6ca497dbc683fc22ebe5c342e9e811924a73042 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 16 Aug 2007 02:18:38 +0000 Subject: bugfix --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it.class') diff --git a/it.class b/it.class index 529e63a..1a19b98 100644 --- a/it.class +++ b/it.class @@ -120,7 +120,7 @@ function error($p = array(), $body = "", $to = "") @mkdir("/tmp/alertdata"); @chmod("/tmp/alertdata", 0777); touch($lastsentfn); - @chmod($lastsentfn); + @chmod($lastsentfn, 0666); $url = ($_SERVER['HTTPS'] ? "https://" : "http://") . $_SERVER['HTTP_HOST'] .$_SERVER['REQUEST_URI']; if (!$title) -- cgit v1.2.3