4 lines
55 B
PHP
4 lines
55 B
PHP
<?php
|
|
header('Location: index.html', true, 302);
|
|
exit;
|
<?php
|
|
header('Location: index.html', true, 302);
|
|
exit;
|