From 3afad5fd71ef31b90dd01f21259db6b0f8d8e203 Mon Sep 17 00:00:00 2001 From: djeday Date: Sat, 2 Mar 2024 11:35:41 +0200 Subject: [PATCH] Change mail for contact --- app/data/repositories/ProductionSystemConfigRepository.php | 6 +++--- template/android/battle-city/private_policy_en.php | 2 +- template/android/vpnclient/private_policy_en.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/data/repositories/ProductionSystemConfigRepository.php b/app/data/repositories/ProductionSystemConfigRepository.php index dcadbd8..485d94f 100644 --- a/app/data/repositories/ProductionSystemConfigRepository.php +++ b/app/data/repositories/ProductionSystemConfigRepository.php @@ -4,7 +4,7 @@ class ProductionSystemConfigRepository implements SystemConfigRepositoryInterfac private $systemConfig; - private const DEFAULT_SERVICE_DIRNAME = '/TermsOfUseService/'; + private const DEFAULT_SERVICE_DIRNAME = '/'; private const DEFAULT_TEMPLATE_DIRNAME = 'template/'; @@ -12,7 +12,7 @@ class ProductionSystemConfigRepository implements SystemConfigRepositoryInterfac private const DEFAULT_MEMORY_LIMIT = '1024M'; - private const DEFAULT_DISPLAY_ERRORS = 1; + private const DEFAULT_DISPLAY_ERRORS = 0; private const ERROR_LEVEL = -1; @@ -22,7 +22,7 @@ class ProductionSystemConfigRepository implements SystemConfigRepositoryInterfac private const HTTPS_PROTOCOL = 'https://'; - private const TEST_HOST = 'apis.com'; + private const TEST_HOST = 'test3.example.com'; public function __construct() { $protocol = trim($_SERVER['SERVER_NAME']) == self::TEST_HOST ? self::HTTP_PROTOCOL : self::HTTPS_PROTOCOL; diff --git a/template/android/battle-city/private_policy_en.php b/template/android/battle-city/private_policy_en.php index 4476d48..552a97b 100644 --- a/template/android/battle-city/private_policy_en.php +++ b/template/android/battle-city/private_policy_en.php @@ -434,7 +434,7 @@ class="c0">The app does use third-party services that may collect information us

Contact Us

If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us at battlecity@srcblog.rusupport@udfsoft.com.

\ No newline at end of file diff --git a/template/android/vpnclient/private_policy_en.php b/template/android/vpnclient/private_policy_en.php index addc3e5..dd4b067 100644 --- a/template/android/vpnclient/private_policy_en.php +++ b/template/android/vpnclient/private_policy_en.php @@ -387,6 +387,6 @@

Feedback, final provisions

You can contact the developers of UserVPN regarding privacy policy at vpn@srcblog.ru. 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. + class="c5" href="mailto:uservpn@udfsoft.com">uservpn@udfsoft.com. 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.

\ No newline at end of file