Commit 3450afde2a7d6e4f4ca4a142b32fc306f1832a14

Authored by Eugeny Galkovskiy
1 parent dfd9ac7e

123

Showing 1 changed file with 0 additions and 7 deletions   Show diff stats
www-arktika/email.php
@@ -8,13 +8,6 @@ date_default_timezone_set('Etc/UTC'); @@ -8,13 +8,6 @@ date_default_timezone_set('Etc/UTC');
8 require 'PHPMailer/PHPMailerAutoload.php'; 8 require 'PHPMailer/PHPMailerAutoload.php';
9 9
10 10
11 - function getHtml(){  
12 - $code = 'dsdsd';  
13 - $email = 'dsdsd';  
14 - return eval ("list.php");  
15 - }  
16 - print_r(getHtml());  
17 - die();  
18 11
19 if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) && !empty($_POST['email']) ) { 12 if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) && !empty($_POST['email']) ) {
20 13