                                        
<?php
//-->-->-->-->-->-->-->-->-->-->-->-->-->-->
   $sLibraryPath = '/usr50/home/retrovox/public_html/manage/php-lib';
   include "$sLibraryPath/RETROVOX-CONSTANT-VARIABLES.php";
   include "$sLibraryPath/fnDirectoryTreeHtmlSelect.php";
   include "$sLibraryPath/fnRetrovoxStartHtml.php";

   $sFolderPath = $_GET['folder'];
//--<--<--<--<--<--<--<--<--<--<--<--<--<--<
?>


<?=fnRetrovoxStartHtml("Backup a Server Directory")?>

    <p>You can use this page to backup a directory on the server to
        a file which can then be downloaded and stored locally</p>
    <form action = "backup-directory.php" 
          method = "get">
    <br>
    <em>Select the name of a directory (folder) to backup</em>
    <br>
    <?= fnDirectoryTreeHtmlSelect('/usr50/home/retrovox/public_html/') ?><br>
    <input   type = "submit"  value = "Backup This Folder">
    </form>
</body>
</html>

                                        