Skip to content

Commit 3afad5f

Browse files
committed
Change mail for contact
1 parent 862bed8 commit 3afad5f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/data/repositories/ProductionSystemConfigRepository.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ class ProductionSystemConfigRepository implements SystemConfigRepositoryInterfac
44

55
private $systemConfig;
66

7-
private const DEFAULT_SERVICE_DIRNAME = '/TermsOfUseService/';
7+
private const DEFAULT_SERVICE_DIRNAME = '/';
88

99
private const DEFAULT_TEMPLATE_DIRNAME = 'template/';
1010

1111
private const DEFAULT_MAX_EXECUTION_TIME = 120;
1212

1313
private const DEFAULT_MEMORY_LIMIT = '1024M';
1414

15-
private const DEFAULT_DISPLAY_ERRORS = 1;
15+
private const DEFAULT_DISPLAY_ERRORS = 0;
1616

1717
private const ERROR_LEVEL = -1;
1818

@@ -22,7 +22,7 @@ class ProductionSystemConfigRepository implements SystemConfigRepositoryInterfac
2222

2323
private const HTTPS_PROTOCOL = 'https://';
2424

25-
private const TEST_HOST = 'apis.com';
25+
private const TEST_HOST = 'test3.example.com';
2626

2727
public function __construct() {
2828
$protocol = trim($_SERVER['SERVER_NAME']) == self::TEST_HOST ? self::HTTP_PROTOCOL : self::HTTPS_PROTOCOL;

template/android/battle-city/private_policy_en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ class="c0">The app does use third-party services that may collect information us
434434
<p class="c15"><span class="c0"></span></p>
435435
<p class="c19"><span class="c2">Contact Us</span></p>
436436
<p class="c5"><span class="c6">If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us at </span><span
437-
class="c6 c17"><a class="c11" href="mailto:battlecity@srcblog.ru">battlecity@srcblog.ru</a></span><span
437+
class="c6 c17"><a class="c11" href="mailto:support@udfsoft.com">support@udfsoft.com</a></span><span
438438
class="c6">.</span></p>
439439
<p class="c3"><span class="c0"></span></p></body>
440440
</html>

template/android/vpnclient/private_policy_en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,6 @@
387387
<h2 class="c6" id="h.hv1k9h7bdlwj"><span class="c8">Feedback, final provisions</span></h2>
388388
<p class="c0"><span class="c3"></span></p>
389389
<p class="c13"><span class="c3">You can contact the developers of UserVPN regarding privacy policy at <a
390-
class="c5" href="mailto:vpn@srcblog.ru">vpn@srcblog.ru</a>. If you do not agree with this privacy policy, you cannot use the services of this application, in which case you should refrain from using our application and delete it.</span>
390+
class="c5" href="mailto:uservpn@udfsoft.com">uservpn@udfsoft.com</a>. If you do not agree with this privacy policy, you cannot use the services of this application, in which case you should refrain from using our application and delete it.</span>
391391
</p></body>
392392
</html>

0 commit comments

Comments
 (0)