You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

admin.php 411B

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. script('updatenotification', 'updatenotification');
  12. /** @var array $_ */
  13. ?>
  14. <div id="updatenotification" data-json="<?php p($_['json']); ?>"></div>