diff options
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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']; |