diff --git a/vbcms-core/clientBackTasks.php b/vbcms-core/clientBackTasks.php index 246d79f74cdcab525f9e55b05ffe5be6de661bd8..8e8c811dc827ccbc72de9aa14520a586057fcf88 100644 --- a/vbcms-core/clientBackTasks.php +++ b/vbcms-core/clientBackTasks.php @@ -41,7 +41,7 @@ if (isset($_GET["updateVBcms"])&&!empty($_GET["updateVBcms"])) { } $response["success"] = true; - if(file_exists($GLOBALS['vbcmsRootPath']."install.php")) + if(file_exists($GLOBALS['vbcmsRootPath']."/install.php")) $response["link"] = VBcmsGetSetting("websiteUrl")."install.php"; else $response["link"] = VBcmsGetSetting("websiteUrl")."vbcms-admin";