admin.php 370 B

1234567891011121314
  1. <?php
  2. declare(strict_types=1);
  3. /**
  4. * @copyright (c) 2018 Joas Schilling <coding@schilljs.com>
  5. *
  6. * @author Joas Schilling <coding@schilljs.com>
  7. *
  8. * This file is licensed under the Affero General Public License version 3 or
  9. * later. See the COPYING file.
  10. */
  11. \OCP\Util::addScript('updatenotification', 'updatenotification');
  12. ?>
  13. <div id="updatenotification"></div>