EVOLUTION-MANAGER
Edit File: index.php
<?php if ( !file_exists(dirname(__FILE__) . "/core/core.config.os." . strtolower(substr(PHP_OS, 0, 3)) . ".inc.php") ){ header("location: install/install.php"); } else { header("location: index.xul.php"); } ?>