getConfig('galleryBaseUrl'); if (empty($baseUrl)) { $url = '../install/index.php'; } else { /* Multisite dir has no installer, point to the codebase */ $url = $baseUrl . 'install/index.php'; } /* * Don't redirect immediately because the user might actually want to upgrade * but accidentally lost config.php. */ $this->setComplete(false); /* Fix progress bar / hack */ $stepNumber = 1; $templateData['installerUrl'] = $url; $templateData['bodyFile'] = 'RedirectToInstaller.html'; } } ?>