PK Default page
One Hat Cyber Team
  • Dir : ~/www/wwwroot/usforms.bstar.digital/
  • Edit File: install.php
    '.esc_html__('Continue', 'hap').'
    '; } else if ($step == 4) { $return_object['html'] = '

    '.esc_html__('Create Admin Account', 'hap').'

    '.esc_html__('E-mail address is your login to enter Admin Panel.', 'hap').'
    '.esc_html__('Use this password to enter Admin Panel.', 'hap').'
    '.esc_html__('Continue', 'hap').'
    '; } else if ($step == 5) { $return_object['html'] = '

    Finished

    '.esc_html__('Congratulation! Installation successfully completed. Now you can enter Admin Panel using created login/password and work there. Good luck!', 'hap').'
    '.esc_html__('Finish', 'hap').'
    '; } echo json_encode($return_object); exit; ?>