12 lines
109 B
PHP
12 lines
109 B
PHP
<?php
|
|
|
|
Header('Location:../');
|
|
|
|
/*
|
|
|
|
<html>
|
|
<script>window.top.location.replace('../');
|
|
</script>
|
|
../
|
|
</html>
|