Blame view

sources/apps/notify/ajax/getCount.php 124 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
  <?php
  OCP\JSON::checkLoggedIn();
  OCP\JSON::checkAppEnabled("notify");
  OCP\JSON::encodedPrint(OC_Notify::getUnreadNumber());