PATH:
home
/
thebhoeo
/
.trash
/
wp-maintenance-mode
/
views
<?php /** * Login form * * @version 2.4.0 */ defined( 'ABSPATH' ) || exit; ?> <form name="loginform" class="login_form" action="<?php echo esc_url( site_url( 'wp-login.php', 'login_post' ) ); ?>" method="post"> <input type="text" placeholder="username" name="log" /> <input type="password" placeholder="password" name="pwd" /> <?php if ( ! empty( $atts['redirect'] ) ) { ?> <input type="hidden" name="redirect_to" value="<?php echo esc_url( $atts['redirect'] ); ?>" /> <?php } ?> <input type="submit" value="<?php esc_attr_e( 'Login', 'wp-maintenance-mode' ); ?>" /> </form>
[-] wpmm-page-template.php
[edit]
[-] contact.php
[edit]
[-] network-settings.php
[edit]
[-] google-analytics.php
[edit]
[-] maintenance.php
[edit]
[-] sidebar.php
[edit]
[-] admin.php
[edit]
[+]
..
[-] wizard.php
[edit]
[-] index.php
[edit]
[-] notices.php
[edit]
[-] loginform.php
[edit]
[-] settings.php
[edit]