home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / modules / email / select_file.php < prev    next >
PHP Script  |  2004-03-08  |  767b  |  21 lines

  1. <?php
  2. /*
  3. Copyright Intermesh 2003
  4. Author: Merijn Schering <mschering@intermesh.nl>
  5. Version: 1.0 Release date: 08 July 2003
  6.  
  7. This program is free software; you can redistribute it and/or modify it
  8. under the terms of the GNU General Public License as published by the
  9. Free Software Foundation; either version 2 of the License, or (at your
  10. option) any later version.
  11. */
  12.  
  13. require_once('../../Group-Office.php');
  14. require($GO_LANGUAGE->get_language_file('filesystem'));
  15. $module = $GO_MODULES->get_module('email');
  16. $GO_HANDLER = $GO_CONFIG->host.$module['path'].'attach_online.php';
  17. $GO_CONFIG->window_mode = 'popup';
  18. $target_frame = '_self';
  19. $module = $GO_MODULES->get_module('filesystem');
  20. require($GO_CONFIG->root_path.$module['path'].'index.php');
  21. ?>