Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/ift/web/core/modules/system/tests/fixtures/update/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : /var/www/html/ift/web/core/modules/system/tests/fixtures/update/drupal-8.config-override-fix.php

<?php

/**
 * @file
 * Partial database to create broken config overrides.
 *
 * @see \Drupal\system\Tests\Update\ConfigOverridesUpdateTest
 */

use Drupal\Core\Database\Database;
use Symfony\Component\Yaml\Yaml;

$connection = Database::getConnection();

// Install the incorrect override configuration.
$configs = [
  // The view has field titles translated and had an addition field added,
  // translated and then removed.
  'views.view.content',
  // The configuration has a bogus key.
  'system.cron',
];
foreach ($configs as $config_name) {
  $config = Yaml::parse(file_get_contents(__DIR__ . '/es-' . $config_name . '.yml'));
  $connection->delete('config')
    ->condition('name', $config_name)
    ->condition('collection', 'language.es')
    ->execute();
  $connection->insert('config')
    ->fields(['data', 'name', 'collection'])
    ->values([
      'name' => $config_name,
      'data' => serialize($config),
      'collection' => 'language.es',
    ])
    ->execute();
}

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net