PHP 8.2.31
Preview: interim.php Size: 1.18 KB
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/nextend-facebook-connect/admin/interim.php

<?php
if (!defined('ABSPATH')) {
    exit;
}

global $interim_login;
$customize_login = isset($_REQUEST['customize-login']);
if ($customize_login) {
    wp_enqueue_script('customize-base');
}

$message = '<p class="message">' . __('You have logged in successfully.') . '</p>';
$interim_login = 'success';
?><!DOCTYPE html>
<!--[if IE 8]>
<html xmlns="http://www.w3.org/1999/xhtml" class="ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 8) ]><!-->
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>"/>
    <title><?php __('You have logged in successfully.'); ?></title>
</head>
<body class="login interim-login interim-login-success">
<?php
echo $message;
/** This action is documented in wp-login.php */
do_action('login_footer'); ?>
<?php if ($customize_login) : ?>
    <script type="text/javascript">setTimeout(function () {
            new wp.customize.Messenger({url: '<?php echo wp_customize_url(); ?>', channel: 'login'}).send(
                'login');
        }, 1000);</script>
<?php endif; ?>
</body>
</html>
<?php exit;

Directory Contents

Dirs: 3 × Files: 6

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2025-05-19 13:47:07
Edit Download
templates DIR
- drwxr-xr-x 2025-05-19 13:47:07
Edit Download
- drwxr-xr-x 2025-05-19 13:47:07
Edit Download
45.63 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download
2.00 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download
1.18 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download
3.63 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download
11.50 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download
3.53 KB lrw-r--r-- 2025-05-19 13:47:07
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).