define( 'ABSPATH',
dirname( __DIR__
) . '/'
);
}require ABSPATH . 'wp-settings.php';
/** Load WordPress Administration Upgrade API */
require_once ABSPATH . 'wp-admin/includes/upgrade.php';
/** Load WordPress Translation Installation API */
require_once ABSPATH . 'wp-admin/includes/translation-install.php';
nocache_headers();
// Support wp-config-sample.php one level up, for the develop repo.
if ( file_exists( ABSPATH . 'wp-config-sample.php'
) ) { $config_file =
file( ABSPATH . 'wp-config-sample.php'
);
} elseif ( file_exists( dirname( ABSPATH
) . '/wp-config-sample.php'
) ) { $config_file =
file( dirname( ABSPATH
) . '/wp-config-sample.php'
);
} else { wp_die( sprintf( /* translators: %s: wp-config-sample.php */
__( 'Sorry, I need a %s file to work from. Please re-upload this file to your WordPress installation.'
),