From d1d00ffb12b64db19ecc8d8ca66fcbfbe7a372d7 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sun, 7 Feb 2010 22:26:13 +0000 Subject: [PATCH] less forks, more spoons... git-svn-id: http://www.observium.org/svn/observer/trunk@779 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/graph.php b/html/graph.php index d342fb521..64e4428dd 100644 --- a/html/graph.php +++ b/html/graph.php @@ -88,7 +88,7 @@ if($_GET['debug']) { imagedestroy($im); } - $delete = `rm $graphfile`; + unlink($graphfile); # } // End IF