                                                                
<?php
//-->-->-->-->-->-->-->-->
  include "/home/waggacwc/public_html/refurb/RETRO-GLOBALS.php";

  include "$LIBRARYPATH/fnDirectoryTreeHtmlLinkList.php";
  include "$LIBRARYPATH/fnErrorHtmlPage.php";


  $sDirectoryTreeRoot = $_REQUEST['directory'];
  if ($sDirectoryTreeRoot == '')
  {
    //fnErrorHtmlPage("You did not specify a root directory");
    //exit;
    
  }



//--<--<--<--<--<--<--<--<
 
?>
<?= fnDirectoryTreeHtmlSelect("$WEBROOT") ?>
                                                                        