Blame view

sources/apps/notify/ajax/getAutoRefresh.php 141 Bytes
42e4f8d60   Kload   add all apps
1
2
3
  <?php
  OCP\JSON::checkLoggedIn();
  OCP\JSON::encodedPrint((bool)OCP\Config::getUserValue(OCP\User::getUser(), 'notify', 'autorefresh', true));