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