HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.xxlht.com/application/admin/template/member/bar.htm
    <div class="fixed-bar">
        <div class="item-title">
            {if condition="preg_match('/^money_/i', $Think.const.ACTION_NAME)"}
                <a class="back" href="{:url($Think.const.CONTROLLER_NAME.'/money_index')}" title="返回列表">
                    <i class="fa fa-chevron-left"></i>
                </a>
            {else /}
                {if condition="preg_match('/^shop/i', $Think.const.CONTROLLER_NAME)"}
                    <a class="back" href="{:url("Shop/index")}" title="返回列表">
                        <i class="fa fa-chevron-left"></i>
                    </a>
                {else /}
                    {if condition="preg_match('/^UsersRelease/i', $Think.const.CONTROLLER_NAME)"}
                        <a class="back" href="{:url("Member/users_index")}" title="返回列表">
                            <i class="fa fa-chevron-left"></i>
                        </a>
                    {else /}
                        <a class="back" href="{:url($Think.const.CONTROLLER_NAME.'/users_index')}" title="返回列表">
                            <i class="fa fa-chevron-left"></i>
                        </a>
                    {/if}
                {/if}
            {/if}
            <div class="subject">
                <h3>会员中心</h3>
                <h5></h5>
            </div>
            <ul class="tab-base nc-row">
                {eq name="'Member@users_index'|is_check_access" value="1"}
                    <li>
                        <a href="{:url('Member/users_index')}" {if condition="in_array($Think.const.ACTION_NAME, ['users_index','level_index','attr_index','users_config'])"}class="current"{/if}>
                            <span>会员列表</span>
                        </a>
                    </li>
                {/eq}

                {eq name="'Member@pay_set'|is_check_access" value="1"}
                    {if condition="1 == $userConfig.pay_open"}
                        <li>
                            <a href="{:url('Member/pay_set')}" {if condition="in_array($Think.const.ACTION_NAME, ['pay_set','money_index','money_edit'])"}class="current"{/if}>
                                <span>支付功能</span>
                            </a>
                        </li>
                    {/if}
                {/eq}

                <!-- {eq name="'Shop@index'|is_check_access" value="1"}
                    {if condition="1 == $userConfig.shop_open"}
                        <li>
                            <a href="{:url('Shop/index')}" {if condition="in_array($Think.const.CONTROLLER_NAME, ['Shop'])"}class="current"{/if}>
                                <span>商城中心</span>
                            </a>
                        </li>
                    {/if}
                {/eq} -->
                
                {eq name="'Level@index'|is_check_access" value="1"}
                    {if condition="1 == $userConfig.level_member_upgrade"}
                        <li>
                            <a href="{:url('Level/index')}" {if condition="in_array($Think.const.CONTROLLER_NAME, ['Level'])"}class="current"{/if}>
                                <span>会员升级</span>
                            </a>
                        </li>
                    {/if}
                {/eq}

                {eq name="'UsersRelease@conf'|is_check_access" value="1"}
                    {if condition="1 == $userConfig.users_open_release"}
                        <li>
                            <a href="{:url('UsersRelease/conf')}" {if condition="in_array($Think.const.CONTROLLER_NAME, ['UsersRelease'])"}class="current"{/if}>
                                <span>会员投稿</span>
                            </a>
                        </li>
                    {/if}
                {/eq}
            </ul>
        </div>
    </div>