RTMP/Build/nginx/conf/vhts/vtsvalues-eop.js

16 lines
585 B
JavaScript
Raw Permalink Normal View History

2024-11-18 14:20:44 +08:00
// vts values EndOfPage, change properties after page has been loaded
function updatetimedate() {
var mday = (new Date()).toString().split(' ').splice(0);
mday = mday[0];
var mdate = (new Date()).toString().split(' ').splice(1,4).join(' ');
document.title = mday + ", " + mdate + " :NOC: nginx VTS Monitor";
}
// change the title of the page to suit your needs
// document.title = "Your company name, NOC: nginx Vhost Traffic Status Monitor";
// change the title of the page to suit your needs and include a clock
// updatetimedate();
// setInterval(updatetimedate, 10000);