| Name | Size | Mode | Actions |
|---|---|---|---|
| wp-admin/ | - | 0755 | rm |
| wp-content/ | - | 0755 | rm |
| wp-includes/ | - | 0755 | rm |
| .htaccess | 523 | 0644 | editdlrm |
| index.php | 405 | 0644 | editdlrm |
| license.txt | 19903 | 0644 | editdlrm |
| readme.html | 7425 | 0644 | editdlrm |
| wp-activate.php | 7349 | 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 | 2649 | 0600 | editdlrm |
| wp-cron.php | 5617 | 0644 | editdlrm |
| wp-links-opml.php | 2493 | 0644 | editdlrm |
| wp-load.php | 3937 | 0644 | editdlrm |
| wp-login.php | 51459 | 0644 | editdlrm |
| wp-mail.php | 8727 | 0644 | editdlrm |
| wp-settings.php | 31055 | 0644 | editdlrm |
| wp-signup.php | 34650 | 0644 | editdlrm |
| wp-trackback.php | 5214 | 0644 | editdlrm |
| xmlrpc.php | 3205 | 0644 | editdlrm |
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-login.php (51459B)
' . $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 ); ?>
', '