From 85566efb4298d33e02be5c923dd0a279616d56da Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 6 Mar 2005 15:53:32 +0000 Subject: [PATCH] separator for win=; --- html/admin/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/admin/setup.php b/html/admin/setup.php index 3e7ee8e89..5364be034 100644 --- a/html/admin/setup.php +++ b/html/admin/setup.php @@ -55,7 +55,7 @@ h2.error { $inc_path=get_include_path(); if ( strpos($inc_path,";") != 0 ) { - $inc_path.=':..\..\include'; + $inc_path.=';..\..\include'; } else { $inc_path.=':../../include'; }