"; } // If we have a valid install, load the config // if ($installtype == 'standard') { include($thisPath.'/wp-config.php'); } elseif ($installtype == 'secured') { define(ABSPATH,$thisPath.'/'); include(dirname($thisPath).'/wp-config.php'); } }