| Name | Size | Mode | Actions |
|---|---|---|---|
| .well-known/ | - | 0755 | rm |
| cgi-bin/ | - | 0755 | rm |
| wp-admin/ | - | 0755 | rm |
| wp-content/ | - | 0755 | rm |
| wp-includes/ | - | 0755 | rm |
| .ftpquotas | 91 | 0644 | editdlrm |
| .htaccess | 514 | 0644 | editdlrm |
| 400.shtml | 229 | 0644 | editdlrm |
| 401.shtml | 207 | 0644 | editdlrm |
| 403.shtml | 203 | 0644 | editdlrm |
| 404.shtml | 204 | 0644 | editdlrm |
| 413.shtml | 216 | 0644 | editdlrm |
| 500.shtml | 243 | 0644 | editdlrm |
| cp_errordocument.shtml | 10683 | 0644 | editdlrm |
| iibdpekf.php | 7317 | 0644 | editdlrm |
| index.php | 405 | 0644 | editdlrm |
| license.txt | 19903 | 0644 | editdlrm |
| php.ini | 635 | 0644 | editdlrm |
| readme.html | 7407 | 0644 | editdlrm |
| wp-activate.php | 7718 | 0644 | editdlrm |
| wp-admin.php | 0 | 0644 | editdlrm |
| wp-blog-header.php | 351 | 0644 | editdlrm |
| wp-comments-post.php | 2323 | 0644 | editdlrm |
| wp-config-sample.php | 3339 | 0644 | editdlrm |
| wp-config.php | 3373 | 0600 | editdlrm |
| wp-cron-lzid.php | 1659 | 0644 | editdlrm |
| wp-cron.php | 5617 | 0644 | editdlrm |
| wp-links-opml.php | 2493 | 0644 | editdlrm |
| wp-load.php | 3937 | 0644 | editdlrm |
| wp-loader.php | 0 | 0644 | editdlrm |
| wp-login.php | 52536 | 0644 | editdlrm |
| wp-mail.php | 8727 | 0644 | editdlrm |
| wp-settings.php | 33152 | 0644 | editdlrm |
| wp-signup.php | 35081 | 0644 | editdlrm |
| wp-trackback.php | 5396 | 0644 | editdlrm |
| xmlrpc.php | 3205 | 0644 | editdlrm |
/home/altere25/s2fitness.ca/wp-login.php (52536B)
' . $error_message . '
'; } else { $error_list[] = $error_message; } } } if ( ! empty( $error_list ) ) { $errors = ''; if ( count( $error_list ) > 1 ) { $errors .= '' . $error_list[0] . '
'; } /** * Filters the error messages displayed above the login form. * * @since 2.1.0 * * @param string $errors Login error messages. */ $errors = apply_filters( 'login_errors', $errors ); wp_admin_notice( $errors, array( 'type' => 'error', 'id' => 'login_error', 'paragraph_wrap' => false, ) ); } if ( ! empty( $messages ) ) { /** * Filters instructional messages displayed above the login form. * * @since 2.5.0 * * @param string $messages Login messages. */ $messages = apply_filters( 'login_messages', $messages ); wp_admin_notice( $messages, array( 'type' => 'info', 'id' => 'login-message', 'additional_classes' => array( 'message' ), 'paragraph_wrap' => false, ) ); } } } // End of login_header(). /** * Outputs the footer for the login page. * * @since 3.1.0 * * @global bool|string $interim_login Whether interim login modal is being displayed. String 'success' * upon successful login. * * @param string $input_id Which input to auto-focus. */ function login_footer( $input_id = '' ) { global $interim_login; // Don't allow interim logins to navigate away from the page. if ( ! $interim_login ) { ?>%s', esc_url( home_url( '/' ) ), sprintf( /* translators: %s: Site title. */ _x( '← Go to %s', 'site' ), get_bloginfo( 'title', 'display' ) ) ); /** * Filters the "Go to site" link displayed in the login page footer. * * @since 5.7.0 * * @param string $link HTML link to the home URL of the current site. */ echo apply_filters( 'login_site_html_link', $html_link ); ?>
', '