From d4302f461b872bfede582e77b3548a8b89120b25 Mon Sep 17 00:00:00 2001 From: Espen Johansen Date: Wed, 21 Sep 2005 06:26:32 +0000 Subject: Fix status_graph.php not showing graphs ( .cgi files should not be perl ) --- etc/inc/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/system.inc') diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 0bb3aa0..02a1f2b 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -464,7 +464,7 @@ EOD; $cgi_config = << "/usr/local/bin/php", - ".cgi" => "/usr/bin/perl" ) + ".cgi" => "" ) EOD; } -- cgit v1.1