9 lines
No EOL
274 B
HTML
9 lines
No EOL
274 B
HTML
<meta name="viewport" content="width=240">
|
|
<script>
|
|
var d=new Date();
|
|
var m=d.getMonth();m++;
|
|
var y=d.getFullYear();
|
|
y=y.toString().split(20)[1];
|
|
window.location="check.php?m="+m+"&y="+y;
|
|
</script>
|
|
<!--Last modified <script>document.write(document.lastModified);</script>--> |