PluginProbe
Subscribers – Free Web Push Notifications / 1.2
Subscribers – Free Web Push Notifications v1.2
1.7.8 1.7.9 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 trunk 1.0 1.1 1.2 1.2.1 1.3 1.3.1 1.3.2 1.4 1.4.1 1.5 1.6 1.7 1.7.1 1.7.2
subscribers-com / firebase-messaging-sw.js.php

firebase-messaging-sw.js.php in Subscribers – Free Web Push Notifications 1.2, at firebase-messaging-sw.js.php

7 lines 219 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 require("config.php");
3 header("Content-Type: application/javascript");
4 ?>
5 var cur_date = Math.floor(new Date());
6 importScripts("https://<?php echo $subscribers_cdn_host; ?>/assets/subscribers-sw.js?" + cur_date);
7