6 lines
115 B
PHP
6 lines
115 B
PHP
|
<?php
|
||
|
// translator ready
|
||
|
// addnews ready
|
||
|
// mail ready
|
||
|
header("Location: home.php?".$_SERVER['QUERY_STRING']);
|
||
|
?>
|