notification.php 323 B

12345678910111213
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /**
  4. * @package chamilo.notification
  5. * @author Julio Montoya <gugli100@gmail.com>
  6. */
  7. $language_file = array('userInfo');
  8. require_once '../inc/global.inc.php';
  9. require_once api_get_path(LIBRARY_PATH).'notification.lib.php';
  10. $notify = new Notification();
  11. $notify->send();