Файловый менеджер - Редактировать - /var/www/northsuburbantilers/includes/contact/contact-process.php
Назад
<?php define( "WEBMASTER_EMAIL", 'daniel132@live.com.au' ); $error = false; $fields = array( 'name', 'email', 'subject', 'message' ); foreach ( $fields as $field ) { if ( empty( $_POST[$field] ) || trim( $_POST[$field] ) == '' ) $error = true; } if ( ! $error ) { $name = stripslashes( $_POST['name'] ); $email = trim( $_POST['email'] ); $subject = stripslashes( $_POST['subject'] ); $message = stripslashes( $_POST['message'] ); $mail = @mail( WEBMASTER_EMAIL, $subject, $message, "From: " . $name . " <" . $email . ">\r\n" ."Reply-To: " . $email . "\r\n" ."X-Mailer: PHP/" . phpversion() ); if ( $mail ) { echo "Success"; } else { echo "Error"; } } ?>
| ver. 1.4 |
Github
|
.
| PHP 7.0.33-0ubuntu0.16.04.16 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка