Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/data/repositories/ProductionSystemConfigRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ class ProductionSystemConfigRepository implements SystemConfigRepositoryInterfac

private $systemConfig;

private const DEFAULT_SERVICE_DIRNAME = '/TermsOfUseService/';
private const DEFAULT_SERVICE_DIRNAME = '/';

private const DEFAULT_TEMPLATE_DIRNAME = 'template/';

private const DEFAULT_MAX_EXECUTION_TIME = 120;

private const DEFAULT_MEMORY_LIMIT = '1024M';

private const DEFAULT_DISPLAY_ERRORS = 1;
private const DEFAULT_DISPLAY_ERRORS = 0;

private const ERROR_LEVEL = -1;

Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion template/android/battle-city/private_policy_en.php
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ class="c0">The app does use third-party services that may collect information us
<p class="c15"><span class="c0"></span></p>
<p class="c19"><span class="c2">Contact Us</span></p>
<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
class="c6 c17"><a class="c11" href="mailto:battlecity@srcblog.ru">battlecity@srcblog.ru</a></span><span
class="c6 c17"><a class="c11" href="mailto:support@udfsoft.com">support@udfsoft.com</a></span><span
class="c6">.</span></p>
<p class="c3"><span class="c0"></span></p></body>
</html>
2 changes: 1 addition & 1 deletion template/android/vpnclient/private_policy_en.php
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,6 @@
<h2 class="c6" id="h.hv1k9h7bdlwj"><span class="c8">Feedback, final provisions</span></h2>
<p class="c0"><span class="c3"></span></p>
<p class="c13"><span class="c3">You can contact the developers of UserVPN regarding privacy policy at <a
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>
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>
</p></body>
</html>
Loading