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';
}