Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
__('Welcome', 'softaculous-pro'),
'type' => __('Business Type','softaculous-pro'),
'title' => __('Site Title','softaculous-pro'),
'features' => __('Goals','softaculous-pro'),
'import_theme' => __('Choose Template','softaculous-pro'),
);
$active_step = isset($_GET['step']) && array_key_exists($_GET['step'], $steps) ? $_GET['step'] : 'welcome';
include_once(dirname(__FILE__).'/onboarding.php');
$softaculous_pro['templates'] = softaculous_pro_get_templates_list();
$spro_setup_info = get_option('softaculous_pro_setup_info');
$spro_onboarding_done = get_option('softaculous_pro_onboarding_done');
update_option('softaculous_pro_onboarding_shown', time());
require_once ABSPATH . 'wp-admin/includes/plugin.php';
$installed_plugins = get_plugins();
if(!empty($softaculous_pro['branding']['default_hf_bg'])){
echo '
';
}
if(!empty($softaculous_pro['branding']['default_hf_text'])){
echo '
';
}
?>