From 33d858407963928c763c1b7c7520408f06d8ee8d Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Fri, 2 Mar 2007 19:52:09 +0000 Subject: [PATCH] Revert - sorry ;-) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2486 b72ed6b6-b9f8-46b5-92b4-906544132732 --- config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index e20b62f086f..318aa4217c6 100644 --- a/config.php +++ b/config.php @@ -123,8 +123,8 @@ // PHPSurveyor has been tested using version 1.13. Documentation for this is available at the // jpgraph website. PHPSurveyor cannot assist in the setting up of this system. // To use JPGraph adjust the next two lines, and adjust the location as suites. -$usejpgraph = 1; //Set to 1 to enable -$jpgraphdir = "D:\web\\xampp\htdocs\jpgraph\src"; //The location of the jpgraph class (where jpgraph.php is) +$usejpgraph = 0; //Set to 1 to enable +$jpgraphdir = "/var/apache/htdocs/jpgraph"; //The location of the jpgraph class (where jpgraph.php is) // If you use IIS then you MUST enter the complete rootdir e.g. : $rootDir="C:\\Inetpub\\wwwroot\\jpgraph" $jpgraphfont = "FF_ARIAL"; //The font to use with graphs. A failsafe setting would be "FF_FONT1" $jpgraphfontdir = ""; //On debian based systems, the fonts aren't in the old font dir of XFree86 : (/usr/X11R6/lib/X11/fonts/truetype/)