From 1dc3cdb969ab035325061613b2d7cdeeb97917b1 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 6 Aug 2007 14:51:55 +0000 Subject: warning fix --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it.class') 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']; -- cgit v1.2.3