Server IP : 213.176.29.180  /  Your IP : 3.137.181.194
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/downloads/../templates/six/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/webtaragh/public_html/whmcs/downloads/../templates/six/access-denied.tpl
<div class="error-container">
    <h1>{$LANG.oops}!</h1>
    <p>{$LANG.subaccountpermissiondenied}</p>
    {if !empty($allowedpermissions)}
        <p>{$LANG.subaccountallowedperms}</p>
        <div class="row">
            <div class="col-sm-6 col-sm-offset-3">
                <div class="well text-left">
                    <ul>
                        {foreach $allowedpermissions as $permission}
                            <li>{$permission}</li>
                        {/foreach}
                    </ul>
                </div>
            </div>
        </div>
    {/if}
    <p>{$LANG.subaccountcontactmaster}</p>
    <div class="buttons">
        <a href="javascript:history.go(-1)" class="btn btn-primary btn-lg">
            <i class="fas fa-arrow-circle-left"></i>
            {$LANG.goback}
        </a>
        <a href="index.php" class="btn btn-default btn-lg">
            <i class="fas fa-home"></i>
            {$LANG.returnhome}
        </a>
    </div>
</div>