Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Руслан Ибрагимов
/
landing
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 3ea8fd55
authored
Apr 27, 2017
by
Руслан Ибрагимов
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
url, email fixes
1 parent
1ff9dc32
Pipeline
#2596
for
3ea8fd55
skipped
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
index.html
send.php
index.html
View file @
3ea8fd5
...
@@ -650,7 +650,7 @@
...
@@ -650,7 +650,7 @@
myMap
.
geoObjects
.
add
(
myPlacemark
);
myMap
.
geoObjects
.
add
(
myPlacemark
);
}
}
site_url
=
'http
://landing.app/
'
;
site_url
=
'http
s://www.ashmanov.com/company/vacancy/cpc-manager
'
;
title
=
document
.
title
;
title
=
document
.
title
;
description
=
$
(
'meta[name="description"]'
).
attr
(
'content'
);;
description
=
$
(
'meta[name="description"]'
).
attr
(
'content'
);;
logo
=
site_url
+
"img/logo.png"
;
logo
=
site_url
+
"img/logo.png"
;
...
...
send.php
View file @
3ea8fd5
...
@@ -24,7 +24,7 @@ if (!in_array($extension, $whitelist)) {
...
@@ -24,7 +24,7 @@ if (!in_array($extension, $whitelist)) {
}
}
$user_email
=
$_POST
[
'email'
];
$user_email
=
$_POST
[
'email'
];
$to
=
'
mind.it@ya.ru
'
;
$to
=
'
hr@ashmanov.com
'
;
$subject
=
"Отклик на вакансию Менеджера по Контексту"
;
$subject
=
"Отклик на вакансию Менеджера по Контексту"
;
$message
=
$_POST
[
'message'
]
.
'<br>'
;
$message
=
$_POST
[
'message'
]
.
'<br>'
;
$message
.=
$_POST
[
'phone'
]
.
'<br>'
;
$message
.=
$_POST
[
'phone'
]
.
'<br>'
;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment