5 lines
79 B
JavaScript
Executable File
5 lines
79 B
JavaScript
Executable File
// Staff Security File
|
|
|
|
if (top == self) {
|
|
window.location="index.html";
|
|
} |