summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorUrban Müller2007-08-06 14:51:55 +0000
committerUrban Müller2007-08-06 14:51:55 +0000
commit1dc3cdb969ab035325061613b2d7cdeeb97917b1 (patch)
tree2b0e54af48f07c2cb8685ef1e53c5ef00fb06ea3 /it.class
parente703a6394acfc60bfaedf21c94ec924a0e1c168a (diff)
downloaditools-1dc3cdb969ab035325061613b2d7cdeeb97917b1.tar.gz
itools-1dc3cdb969ab035325061613b2d7cdeeb97917b1.tar.bz2
itools-1dc3cdb969ab035325061613b2d7cdeeb97917b1.zip
warning fix
Diffstat (limited to 'it.class')
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 4fa274a..a10f003 100644
--- a/it.class
+++ b/it.class
@@ -117,7 +117,7 @@ function error($p = array(), $body = "", $to = "")
if ($sendalert && (time() - @filemtime($lastsentfn)) > 3600)
{
- mkdir("/tmp/alertdata");
+ @mkdir("/tmp/alertdata");
touch($lastsentfn);
$url = ($_SERVER['HTTPS'] ? "https://" : "http://") . $_SERVER['HTTP_HOST'] .$_SERVER['REQUEST_URI'];