diff --git a/html/admin/setup.php b/html/admin/setup.php
index 52c187c55..3ca50d760 100644
--- a/html/admin/setup.php
+++ b/html/admin/setup.php
@@ -275,7 +275,7 @@ echo "
";
if ( strpos($inc_path,"../include") == 0 && strpos ($inc_path,'..\\include') == 0)
{
echo 'variable include_path: '.$failed;
- print (" include_path incorrect !!!".$inc_path."");
+ print (" include_path incorrect !!!".$inc_path."");
$flag_php++;
}
else