function output()
 {
     global $application;
     $this->template_folder = "server_file_selector";
     $this->fsbrowser_tag = 'server_only_fselector_';
     $this->fsbrowser_file_tag = 'server_only_server_file_';
     $fargs = func_get_args();
     if (!isset($fargs[3])) {
         $fargs[3] = "";
     }
     if (!isset($fargs[4])) {
         $fargs[4] = "";
     }
     return parent::output($fargs[0], $fargs[1], $fargs[2], $fargs[4]);
 }