Server IP : 213.176.29.180  /  Your IP : 18.225.117.89
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/templates/twenty-one/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/webtaragh/public_html/whmcs/templates/twenty-one/access-denied.tpl
<div class="text-center">
    <div class="card py-3">
        <div class="card-body">
            <h1>{lang key='oops'}!</h1>
            <div class="pb-2">{lang key='subaccountpermissiondenied'}</div>
            {if !empty($allowedpermissions)}
                <div>{lang key='subaccountallowedperms'}</div>
                <div class="list-group list-group-flush">
                    {foreach $allowedpermissions as $permission}
                        <div class="list-group-item">{$permission}</div>
                    {/foreach}
                </div>
            {/if}
            <div>{lang key='subaccountcontactmaster'}</div>
        </div>
        <div class="buttons pt-2 pb-4">
            <a href="javascript:history.go(-1)" class="btn btn-primary">
                <i class="fas fa-arrow-circle-left"></i>
                {lang key='goback'}
            </a>
            <a href="index.php" class="btn btn-default">
                <i class="fas fa-home"></i>
                {lang key='returnhome'}
            </a>
        </div>
    </div>
</div>