diff options
author | Urban Müller | 2007-08-16 02:18:38 +0000 |
---|---|---|
committer | Urban Müller | 2007-08-16 02:18:38 +0000 |
commit | f6ca497dbc683fc22ebe5c342e9e811924a73042 (patch) | |
tree | 187165fbecaaba7fc8a8653ae074173a9789014f /it.class | |
parent | e7bbdeee7fab921dbdf13bdb07c1e5607bfae60f (diff) | |
download | itools-f6ca497dbc683fc22ebe5c342e9e811924a73042.tar.gz itools-f6ca497dbc683fc22ebe5c342e9e811924a73042.tar.bz2 itools-f6ca497dbc683fc22ebe5c342e9e811924a73042.zip |
bugfix
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |