/home/altere25/quintelacrosse.com
NameSizeModeActions
.well-known/-0755rm
cgi-bin/-0755rm
wp-admin/-0755rm
wp-content/-0755rm
wp-includes/-0755rm
.ftpquotas910644editdlrm
.htaccess8030644editdlrm
.htaccess.07122020.bak4610644editdlrm
.htaccess.07272020.bak4610644editdlrm
.htaccess.bgb2350644editdlrm
altere25_wp176.20191007-113620.sql34107220644editdlrm
altere25_wp176.20191104-175224.sql34120500644editdlrm
altere25_wp176.20200217-183145.sql39404770644editdlrm
altere25_wp176.20200217-195217.sql39462950644editdlrm
altere25_wp176.20200531-220746.sql42111930644editdlrm
altere25_wp176.20200811-193810.sql43875810644editdlrm
altere25_wp176.20210615-144436.sql45551270644editdlrm
altere25_wp176.20221102-233857.sql51345270644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20190902-005806.log10630644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20191007-113623.log10620644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20191104-175230.log10630644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20200217-183151.log10830644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20200217-195222.log10830644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20200531-220752.log10820644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20200811-193816.log10800644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20210615-144449.log10810644editdlrm
boldgrid-backup-quintelacrosse.com-318bf1f5-20221102-233904.log10800644editdlrm
boldgrid-backup-quintelacrosseproject.altereddigital.com-318bf1f5-20181207-182200.log4960644editdlrm
index.php4050644editdlrm
license.txt199150644editdlrm
pclzip-69b276e2ec51f.tmp3060039680644editdlrm
pclzip-69b125952bb9c.tmp2627399680644editdlrm
php.ini6350644editdlrm
readme.html74090644editdlrm
wp-activate.php73870644editdlrm
wp-admin.php00644editdlrm
wp-blog-header.php3510644editdlrm
wp-comments-post.php23230644editdlrm
wp-config-sample.php33360644editdlrm
wp-config.php30250600editdlrm
wp-cron-isig.php16590644editdlrm
wp-cron.php56170644editdlrm
wp-links-opml.php25020644editdlrm
wp-load.php39370644editdlrm
wp-loader.php00644editdlrm
wp-login.php513890644editdlrm
wp-mail.php85430644editdlrm
wp-settings.php290320644editdlrm
wp-signup.php345190644editdlrm
wp-trackback.php51020644editdlrm
xmlrpc.php32460644editdlrm
Edit: /home/altere25/quintelacrosse.com/wp-activate.php (7387B)
get_error_code() ) ) { status_header( 404 ); } elseif ( is_wp_error( $result ) ) { $error_code = $result->get_error_code(); if ( ! in_array( $error_code, $valid_error_codes, true ) ) { status_header( 400 ); } } nocache_headers(); if ( is_object( $wp_object_cache ) ) { $wp_object_cache->cache_enabled = false; } // Fix for page title. $wp_query->is_404 = false; /** * Fires before the Site Activation page is loaded. * * @since 3.0.0 */ do_action( 'activate_header' ); /** * Adds an action hook specific to this page. * * Fires on {@see 'wp_head'}. * * @since MU (3.0.0) */ function do_activate_header() { /** * Fires within the `` section of the Site Activation page. * * Fires on the {@see 'wp_head'} action. * * @since 3.0.0 */ do_action( 'activate_wp_head' ); } add_action( 'wp_head', 'do_activate_header' ); /** * Loads styles specific to this page. * * @since MU (3.0.0) */ function wpmu_activate_stylesheet() { ?>


get_error_code(), $valid_error_codes, true ) ) { $signup = $result->get_error_data(); ?>

'; if ( '' === $signup->domain . $signup->path ) { printf( /* translators: 1: Login URL, 2: Username, 3: User email address, 4: Lost password URL. */ __( 'Your account has been activated. You may now log in to the site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can reset your password.' ), esc_url( network_site_url( $blog_details->path . 'wp-login.php', 'login' ) ), esc_html( $signup->user_login ), esc_html( $signup->user_email ), esc_url( wp_lostpassword_url() ) ); } else { printf( /* translators: 1: Site URL, 2: Username, 3: User email address, 4: Lost password URL. */ __( 'Your site at %1$s is active. You may now log in to your site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can reset your password.' ), sprintf( '%1$s', esc_url( $signup->domain . $blog_details->path ) ), esc_html( $signup->user_login ), esc_html( $signup->user_email ), esc_url( wp_lostpassword_url() ) ); } echo '

'; } elseif ( null === $result || is_wp_error( $result ) ) { ?>

get_error_message() ); ?>

user_login ); ?>

View your site or Log in' ), esc_url( $url ), esc_url( $login_url ) ); ?>

Log in or go back to the homepage.' ), esc_url( network_site_url( $blog_details->path . 'wp-login.php', 'login' ) ), esc_url( network_home_url( $blog_details->path ) ) ); ?>