<?php
	chdir($_GET['home']);
	include $_GET['functions'];
  $links = getFolders($_GET['path'], $_GET['home']);  //$files = getFiles($_GET['path'], $_GET['home']);
  $kwt='http://www.keywesttechnology.com/';
  
  if (count($links) > 0) { 
    buildfolderlinks($links);
  }

?>

