[ Avaa Bypassed ]




Upload:

Command:

www-data@3.138.37.184: ~ $
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * hold PhpMyAdmin\Twig\PhpFunctionsExtension class
 *
 * @package PhpMyAdmin\Twig
 */
namespace PhpMyAdmin\Twig;

use Twig\Extension\AbstractExtension;
use Twig\TwigFunction;

/**
 * Class PhpFunctionsExtension
 *
 * @package PhpMyAdmin\Twig
 */
class PhpFunctionsExtension extends AbstractExtension
{
    /**
     * Returns a list of functions to add to the existing list.
     *
     * @return TwigFunction[]
     */
    public function getFunctions()
    {
        return array(
            new TwigFunction('array_search', 'array_search'),
            new TwigFunction('bin2hex', 'bin2hex'),
            new TwigFunction('htmlentities', 'htmlentities'),
            new TwigFunction('md5', 'md5'),
            new TwigFunction('preg_quote', 'preg_quote'),
            new TwigFunction('preg_replace', 'preg_replace'),
            new TwigFunction('strpos', 'strpos'),
            new TwigFunction('strstr', 'strstr'),
            new TwigFunction('strtotime', 'strtotime'),
        );
    }
}

Filemanager

Name Type Size Permission Actions
I18n Folder 0755
CharsetsExtension.php File 1.08 KB 0644
CoreExtension.php File 725 B 0644
I18nExtension.php File 880 B 0644
IndexExtension.php File 740 B 0644
MessageExtension.php File 1.04 KB 0644
PartitionExtension.php File 738 B 0644
PhpFunctionsExtension.php File 1.03 KB 0644
PluginsExtension.php File 1.25 KB 0644
RelationExtension.php File 1.36 KB 0644
SanitizeExtension.php File 1.07 KB 0644
ServerPrivilegesExtension.php File 778 B 0644
StorageEngineExtension.php File 758 B 0644
TableExtension.php File 647 B 0644
TrackerExtension.php File 671 B 0644
TransformationsExtension.php File 861 B 0644
UrlExtension.php File 1.33 KB 0644
UtilExtension.php File 6.17 KB 0644