From 13c2f707245fa1eb339fa7f1aebae40609d92d6e Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 11 May 2005 14:56:54 +0000 Subject: [PATCH] r106: Fixed a parse error in config.php.new; forgot a semicolon after the ISSO path --- includes/config.php.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.php.new b/includes/config.php.new index 1520398..bc045a8 100644 --- a/includes/config.php.new +++ b/includes/config.php.new @@ -51,7 +51,7 @@ $usepconnect = 0; // ------------------------------------------------------------------- // The full, hard path to the ISSO framework on your server. This // should end in a trailing slash!! -$pathtoisso = '/htdocs/isso/' +$pathtoisso = '/htdocs/isso/'; // ################################################################### // ///////////////////////// TABLE PREFIX -- 2.22.5