1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 03:57:50 +03:00
This commit is contained in:
Anton Afanasyeu
2026-05-30 20:47:12 +02:00
parent c80d646f09
commit 350f8343ad
9 changed files with 106 additions and 6 deletions

View File

@@ -1,9 +1,10 @@
<?php
declare(strict_types=1);
require_once dirname(__DIR__, 2) . '/platform/shared_session.php';
$examplesRoot = dirname(__DIR__, 3);
require_once $examplesRoot . '/platform/shared_session.php';
$crashSrc = dirname(__DIR__, 2) . '/crash_reporter/backend/src';
$crashSrc = $examplesRoot . '/crash_reporter/backend/src';
$configPath = __DIR__ . '/../config/config.php';
if (!is_file($configPath)) {
$configPath = __DIR__ . '/../config/config.example.php';