summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
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)