Yarik
/
artbox-basic
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
540d16cd039334d2ee13ba063c3f26a96ef2445f
Authored by
Alexey Boroda
2017-08-16 18:34:59 +0300
1 parent
e5dc074a
-Mail fixed
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
common/config/mail.php
Inline
Side-by-side
common/config/mail.php
Wrap text
Show/Hide comments
View file @
540d16c
...
...
@@ -3,8 +3,8 @@
3
3
return [
4
4
1 => [
5
5
'host' => 'smtp.gmail.com',
6
- 'user' => 'kennen.md@gmail.com',
7
- 'pass' => 'nobeernoparty',
6
+ 'user' => '',
7
+ 'pass' => '',
8
8
'id' => 1,
9
9
],
10
10
];
11
11
\ No newline at end of file
...
...