Server IP : 213.176.29.180  /  Your IP : 18.221.93.44
Web Server : Apache
System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
User : webtaragh ( 1001)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/webtaragh/public_html/whmcs/composer/../admin/templates/blend-ltr/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/webtaragh/public_html/whmcs/composer/../admin/templates/blend-ltr/authconfirm.tpl
<style>
.contentarea {
    background-color: #f8f8f8;
}
</style>

<div class="auth-container">

    <h2>{lang key='login.auth.heading'}</h2>

    <p>{lang key='login.auth.paragraph'}</p>

    {if $incorrect}
        <div class="alert alert-danger text-center" style="padding:5px;margin-bottom:10px;">{lang key='login.auth.incorrect'}</div>
    {/if}

    <form method="post" action="">
        <input type="hidden" name="authconfirm" value="1">

        <div class="form-group">
            <label for="inputConfirmPassword">{lang key='fields.password'}</label>
            <input type="password"
                    class="form-control"
                    id="inputConfirmPassword"
                    name="confirmpw"
                    placeholder=""
                    autocomplete="current-password"
                    autofocus />
        </div>

        {foreach $post_fields as $name => $value}
            <input type="hidden" name="{$name}" value="{$value}" />
        {/foreach}

        <button type="submit" class="btn btn-primary btn-block">{lang key='fields.confpassword'}</button>
    </form>

</div>