lnr/Originals/Website/staff/secure.js

5 lines
79 B
JavaScript
Raw Permalink Normal View History

2021-04-16 00:26:34 +00:00
// Staff Security File
if (top == self) {
window.location="index.html";
}