notify.php 1.0 KB

123456789101112131415161718192021222324252627
  1. <?php // $Id: notify.php 9491 2006-10-13 09:03:16Z evie_em $
  2. /*
  3. ==============================================================================
  4. Dokeos - elearning and course management software
  5. Copyright (c) Facultad de Matematicas, UADY (México)
  6. Copyright (c) Evie, Free University of Brussels (Belgium)
  7. For a full list of contributors, see "credits.txt".
  8. The full license can be read in "license.txt".
  9. This program is free software; you can redistribute it and/or
  10. modify it under the terms of the GNU General Public License
  11. as published by the Free Software Foundation; either version 2
  12. of the License, or (at your option) any later version.
  13. See the GNU General Public License for more details.
  14. Contact address: Dokeos, 44 rue des palais, B-1030 Brussels, Belgium
  15. Mail: info@dokeos.com
  16. ==============================================================================
  17. */
  18. include_once('../../main/inc/global.inc.php');
  19. include_once("functions.inc.php");
  20. header("Cache-Control: no-cache, must-revalidate");
  21. echo get_new_messages();
  22. ?>