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