notify.php 318 B

1234567
  1. <?php // $Id: notify.php 20962 2009-05-25 03:15:53Z iflorespaz $
  2. /* For licensing terms, see /chamilo_license.txt */
  3. require_once '../inc/global.inc.php';
  4. require_once api_get_path(LIBRARY_PATH).'message.lib.php';
  5. header("Cache-Control: no-cache, must-revalidate");
  6. echo MessageManager::get_new_messages();
  7. ?>