You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

vacation.php 596B

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * Postfix Admin
  4. *
  5. * LICENSE
  6. * This source file is subject to the GPL license that is bundled with
  7. * this package in the file LICENSE.TXT.
  8. *
  9. * Further details on the project are available at http://postfixadmin.sf.net
  10. *
  11. * @version $Id: vacation.php 1558 2013-11-10 15:57:32Z christian_boltz $
  12. * @license GNU GPL v2 or later.
  13. *
  14. * File: vacation.php
  15. * Responsible for allowing users to update their vacation status.
  16. *
  17. */
  18. $rel_path = '../';
  19. require_once('../common.php');
  20. require_once('../vacation.php');
  21. /* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */
  22. ?>