Commit 850a7563f14fa17960b76ff2a733995e3f8cc470
1 parent
177c565c
123
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
www-arktika/email.php
| ... | ... | @@ -8,7 +8,7 @@ date_default_timezone_set('Etc/UTC'); |
| 8 | 8 | require 'PHPMailer/PHPMailerAutoload.php'; |
| 9 | 9 | |
| 10 | 10 | // Читаем содержимое |
| 11 | - $text = file_get_contents("test.php"); | |
| 11 | + $text = file_get_contents("list.php"); | |
| 12 | 12 | // Переводим содержимое в видимую форму |
| 13 | 13 | $text = htmlspecialchars($text); |
| 14 | 14 | // Выводим содержимое файла | ... | ... |