| Server IP : 62.60.133.156 / Your IP : 216.73.217.51 Web Server : LiteSpeed System : Linux linux24.centraldnserver.com 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : mimradmin ( 1166) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mimradmin/public_html/wp-content/plugins/really-simple-ssl/assets/templates/passkey/ |
Upload File : |
<div id="custom-login">
<form name="loginform" id="loginform" class="custom-login-form" action="<?php echo esc_url(site_url('wp-login.php', 'login_post')); ?>" method="post">
<p>
<label for="user_login"><?php _e('Username or Email Address'); ?></label>
<input type="text" name="log" id="user_login" class="input" value="<?php echo isset($_POST['log']) ? esc_attr($_POST['log']) : ''; ?>" size="20" />
</p>
<p>
<label for="user_pass"><?php _e('Password'); ?></label>
<input type="password" name="pwd" id="user_pass" class="input" value="" size="20" />
</p>
<p class="forgetmenot">
<label for="rememberme">
<input name="rememberme" type="checkbox" id="rememberme" value="forever" /> <?php _e('Remember Me'); ?>
</label>
</p>
<p class="submit">
<input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="<?php esc_attr_e('Log In'); ?>" />
<input type="hidden" name="redirect_to" value="<?php echo esc_attr(isset($_REQUEST['redirect_to']) ? $_REQUEST['redirect_to'] : home_url()); ?>" />
</p>
</form>
</div>