Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.87 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Include specialized String handling for phpMyAdmin * * @package PhpMyAdmin-String */ if (! defined('PHPMYADMIN')) { exit; } /** * Include the string handling class */ require_once 'libraries/String.class.php'; $PMA_String = new PMA_String(); ?>