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