Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
retypos-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eterfund
retypos-server
Commits
6934ad6f
Commit
6934ad6f
authored
May 28, 2018
by
Георгий Попов
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Исправил ошибку "unresolved variable message_email"
parent
9b5f7847
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
server.php
server.php
+1
-0
No files found.
server.php
View file @
6934ad6f
...
...
@@ -133,6 +133,7 @@ if ($email_users) {
$controlPanelUrl
=
getControlPanelUrl
();
$message_email
=
""
;
$message_email
.=
"<p>"
.
$_language
[
$code_language
][
'mail_url'
]
.
" <a href="
.
htmlspecialchars
(
$userdata
[
'url'
])
.
">"
.
$_language
[
$code_language
][
'mail_click_url'
]
.
"</a>"
.
" ("
.
$userdata
[
'url'
]
.
")"
.
"</p>"
;
$message_email
.=
"<p> <a href='
{
$controlPanelUrl
}
'>
{
$_language
[
$code_language
][
'mail_cp_link'
]
}
</a></p>"
;
$message_email
.=
"<p>
{
$_language
[
$code_language
][
'mail_text'
]
}
: <i>
{
$userdata
[
'text'
]
}
</i></p>"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment