notification.php 317 B

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