Administrator
/
my-new-semena
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
5a7ec43024b9b2d8a861a3a7253031deebf94a25
Authored by
Eugeny Galkovskiy
2016-11-04 15:50:26 +0200
1 parent
e8b45fb1
123
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
www-arktika/email.php
Inline
Side-by-side
www-arktika/email.php
Wrap text
Show/Hide comments
View file @
5a7ec43
...
...
@@ -13,7 +13,7 @@ require 'PHPMailer/PHPMailerAutoload.php';
13
13
// Переводим содержимое в видимую форму
14
14
$text = htmlspecialchars($text);
15
15
// Выводим содержимое файла
16
-
eval
($text);
16
+
$text = eval
($text);
17
17
echo $text;
18
18
die();
19
19
...
...