Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

phpMyAdmin-4.9.7-bp153.1.12 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: phpMyAdmin Distribution: SUSE Linux Enterprise 15 SP3
Version: 4.9.7 Vendor: openSUSE
Release: bp153.1.12 Build date: Sat Mar 6 03:40:13 2021
Group: Productivity/Networking/Web/Frontends Build host: old-atreju4
Size: 34893526 Source RPM: phpMyAdmin-4.9.7-bp153.1.12.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.phpMyAdmin.net/
Summary: Administration of MySQL over the web
phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as a
single database. To accomplish the latter you'll need a properly set up MySQL
user who can read/write only the desired database. It's up to you to look up
the appropriate part in the MySQL manual.

Currently phpMyAdmin can:

  * browse and drop databases, tables, views, fields and indexes
  * create, copy, drop, rename and alter databases, tables, fields and indexes
  * maintenance server, databases and tables, with proposals on server
    configuration
  * execute, edit and bookmark any SQL-statement, even batch-queries
  * load text files into tables
  * create^1 and read dumps of tables
  * export^1 data to various formats: CSV, XML, PDF, ISO/IEC 26300 -
    OpenDocument Text and Spreadsheet, Word, Excel and L^AT[E]X formats
  * import data and MySQL structures from Microsoft Excel and OpenDocument
    spreadsheets, as well as XML, CSV, and SQL files
  * administer multiple servers
  * manage MySQL users and privileges
  * check referential integrity in MyISAM tables
  * using Query-by-example (QBE), create complex queries automatically
    connecting required tables
  * create PDF graphics of your Database layout
  * search globally in a database or a subset of it
  * transform stored data into any format using a set of predefined functions,
    like displaying BLOB-data as image or download-link
  * track changes on databases, tables and views
  * support InnoDB tables and foreign keys (see FAQ 3.6)
  * support mysqli, the improved MySQL extension (see FAQ 1.17)
  * communicate in 57 different languages
  * synchronize two databases residing on the same as well as remote servers
    (see FAQ 9.1)

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Sun Oct 18 2020 Andreas Stieger <andreas.stieger@gmx.de>
  - phpMyAdmin 4.9.7 (boo#1177842):
    * Fix two factor authentication that was broken in 4.9.6
    * Fix incompatibilities with older PHP versions
* Mon Oct 12 2020 ecsos <ecsos@opensuse.org>
  - Update to 4.9.6
    This is a security release.
  - Fix boo#1177561 (CVE-2020-26934, PMASA-2020-5) XSS relating to
    the transformation feature
  - Fix boo#1177562 (CVE-2020-26935, PMASA-2020-6) SQL injection
    vulnerability in SearchController
* Mon Mar 23 2020 ecsos@opensuse.org
  - Update to 4.9.5
    This is a security release containing several bug fixes.
    * CVE-2020-10804: SQL injection vulnerability in the user
      accounts page, particularly when changing a password
      (boo#1167335, PMASA-2020-2)
    * CVE-2020-10802: SQL injection vulnerability relating to the
      search feature (boo#1167336, PMASA-2020-3)
    * CVE-2020-10803: SQL injection and XSS having to do with
      displaying results (boo#1167337, PMASA-2020-4)
    * Removing of the "options" field for the external
      transformation.
* Wed Jan 08 2020 chris@computersalat.de
  - update to 4.9.4 (2020-01-07)
    * https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_4_9_4/ChangeLog
  - fix for boo#1160456
    * PMASA-2020-1 (CVE-2020-5504, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2020-1/
    - SQL injection in user accounts page
  - fix changes about corresponding PMASA
* Mon Dec 30 2019 ecsos@opensuse.org
  - phpMyAdmin 4.9.3
    * Several PHP notices and warnings including "Undefined index
      table_create_time," a notice about error_reporting() being
      disabled for security reasons, and several Undefined Index
      errors.
    * Support CloudFront-Forwarded-Proto header for Amazon CloudFront
      proxy
    * Early compatibility with development versions of PHP 8
    * Fix replication actions (start, stop, etc)
* Sat Nov 23 2019 Andreas Stieger <andreas.stieger@gmx.de>
  - phpMyAdmin 4.9.2:
    * CVE-2019-18622: SQL injection in Designer feature (PMASA-2019-5, boo#1157614)
    * Fixes for "Failed to set session cookie" error
    * Advisor with MySQL 8.0.3 and newer
    * Fix PHP deprecation errors
    * Fix a situation where exporting users after a delete query could
      remove users
    * Fix incorrect "You do not have privileges to manipulate with the
      users!" warning
    * Fix copying a database's privileges and several other problems
      moving columns with MariaDB
    * Fix for phpMyAdmin not selecting all the values when using
      shift-click to select during Export
* Sat Sep 21 2019 Andreas Stieger <andreas.stieger@gmx.de>
  - phpMyAdmin 4.9.1:
    * CVE-2019-12922: hardening against CSRF (no PMASA, boo#1150914)
    * Editing columns with CURRENT_TIMESTAMP for MySQL versions 8.0.13
      and newer
    * Compatibility issues with PHP 8
    * Export of GIS visualization
    * Enhanced descriptions for several collation types
    * Creating a user with a single quote in the password string
    * Unexpected quotes during import and export on text fields
    * Improvements to adding new tables to Designer
    * Fix an issue where an authenticated user could trigger heavy
      traffic between the database server and web server
    * Fix a weakness where an attacker, under certain conditions,
      working at the same time as an administrator is using the setup
      script, could delete a server from the setup script
* Sun Jun 30 2019 chris@computersalat.de
  - fix changelog
    * add missing boo# with relation to CVE and PMASA
  - rebase phpMyAdmin-config.patch
* Wed Jun 05 2019 ecsos@opensuse.org
  - phpMyAdmin 4.9.0.1:
    * Several issues with SYSTEM VERSIONING tables
    * Fixed json encode error in export
    * Fixed JavaScript events not activating on input
      (sql bookmark issue)
    * Show Designer combo boxes when adding a constraint
    * Fix edit view
    * Fixed invalid default value for bit field
    * Fix several errors relating to GIS data types
    * Fixed javascript error PMA_messages is not defined
    * Fixed import XML data with leading zeros
    * Fixed php notice, added support for 'DELETE HISTORY' table
      privilege (MariaDB >= 10.3.4)
    * Fixed MySQL 8.0.0 issues with GIS display
    * Fixed "Server charset" in "Database server" tab showing wrong
      information
    * Fixed can not copy user on Percona Server 5.7
    * Updated sql-parser to version 4.3.2, which fixes several
      parsing and linting problems
  - fix for boo#1137497
    * PMASA-2019-4 (CVE-2019-12616, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2019-4/
    - CSRF vulnerability in login form
  - fix for boo#1137496
    * PMASA-2019-3 (CVE-2019-11768, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2019-3/
    - SQL injection in Designer feature
* Fri Feb 01 2019 andreas.stieger@gmx.de
  - phpMyAdmin 4.8.5:
    * CVE-2019-6799: Arbitrary file read vulnerability (PMASA-2019-1,
      bsc#1123272)
    * CVE-2019-6798: SQL injection in the Designer interface
      PMASA-2019-2, bsc#1123271)
    * Fix rxport to SQL format not available
    * Fix QR code not shown when adding two-factor authentication to
      a user account
    * Fix issue with adding a new user in MySQL 8.0.11 and newer
    * Fix frozen interface relating to Text_Plain_Sql plugin
    * Fix missing table level operations tab
* Wed Dec 12 2018 ecsos@opensuse.org
  - update to 4.8.4 (2018-12-11)
    - gh#14452 Remove hash param in edit query URL
    - gh#14295 Issue in Changing theme
    - gh#13267 Ensure that database names with '.' are handled
      properly when DisableIS is true
    - gh#14438 Invisible Icon "Show Full Queries"
    - gh#14133 CSS issue in Designer
    - gh#14447 Error while copying database (pma__column_info)
    - gh#14571 "No database selected" - DROP a view
    - gh#14636 Move operation causes SELECT * FROM `undefined`
    - gh#14630 Enum '0' produces incorrect search SQL
    - gh#14223 Fix TypeError in database designer
    - gh#13621 QBE selenium tests broken since merge of #13342
    - gh#14672 When logging with $cfg['AuthLog'] to syslog,
      successful login messages were not logged even if
      $cfg['AuthLogSuccess'] was true.
    - gh#14339 Fix infinite loop when sorting table rows by key.
    - gh#14658 Regression on multi table query functionality
      (foreign keys)
    - gh#14617 Fix designer errors when database is empty
    - gh#13032 Fix designer errors when database contains special
      chars
    - gh#14352 Fix designer javascript errors
    - gh#14764 Fix left/right icons hidden
  - fix for boo#1119245
    - PMASA-2018-6 (CVE-2018-19968, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2018-6/
    - PMASA-2018-7 (CVE-2018-19969, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2018-7/
    - PMASA-2018-8 (CVE-2018-19970, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2018-8/
* Thu Aug 23 2018 ecsos@opensuse.org
  - update to 4.8.3 (2018-08-22)
    - gh#14314 Error when naming a database '0'
    - gh#14333 Fix NULL as default not shown
    - gh#14229 Fixes issue with recent table list
    - gh#14045 Fix slow performance on DB structure filtering
    - gh#14327 Fix Editing server variable not showing save or cancel
      option
    - gh#14377 Populate options for view create and edit
    - gh#14171 2FA configuration fails if PHP doesn't have GD support
    - gh#14390 Can't unhide tables
    - gh#14382 "Visualize GIS data" icon missing
    - gh#14435 Event scheduler status toggle doesn't work
    - gh#14365 View not working on multiple servers
    - gh#14207 Partition actions in table structure do not work
    - gh#14375 Fixes ERR_BLOCKED_BY_XSS_AUDITOR on export table
    - gh#14552 Blank message shown instead of MySQL error when adding
      trigger and other locations
    - gh#14525 Fix PHP 7.3 warning: "continue" in "switch" is equal
      to "break"
    - gh#14554 Icon missing when creating a new trigger, routine,
      and event
    - gh#14422 Table comment not showing since 4.8.1
    - gh#14426 Drop table doesn't work when you copy tables to
      another database
    - gh#14581 Escaped HTML in 'Add a new server' setup
    - gh#14548 [security] HTML injection in import warning messages,
      see PMASA-2018-5
  - fix for boo#1105726
    - PMASA-2018-5 (CVE-2018-15605, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2018-5/
* Tue Jul 31 2018 chris@computersalat.de
  - fix for boo#1103305
    * add missing dependency for php-ctype
* Fri Jun 22 2018 chris@computersalat.de
  - update to 4.8.2 (2018-06-21)
    * issue #14370 WHERE 0 causes Fatal error
    * issue #14225 Fix missing index icon
  - fix for boo#1098752
    * PMASA-2018-3 (CVE-2018-12581, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2018-3/
    - XSS in Designer feature
  - fix for boo#1098751
    * PMASA-2018-4 (CVE-2018-12613, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2018-4/
    - File inclusion and remote code execution attack
  - some minor changelog fixes about security fix entries
* Sat May 26 2018 ecsos@opensuse.org
  - update to 4.8.1 (2018-05-25)
    * gh#12772 Fix case where the central columns attributes don't
      get filled in
    * gh#14049 Fix case where the query builder doesn't work when
      selected column is *
    * gh#14029 Revert "Browse" table CSS overflow
    * gh#14241 Dropping indexes and foreign keys fail
    * gh#14227 Relational linking broken
    * gh#14246 Fixed error in configuration storage zero config
    * gh#14128 Show 2FA Secret next to QR code
    * gh#14212 XML Export from single table throws fatal error
    * gh#14239 Line and some other charts ignore result set order of
      values chosen for the x-axis
    * gh#14260 Fixed configuration for DefaultLang and Lang
    * gh#14264 Linking for 'Distinct values' broken
    * gh#13968 Fix MariaDB 10.2 current_timestamp()
    * gh#14249 Fix for missing go button in view edit
    * gh#14125 Fix for issues with spatial fields
    * gh#14189 Remember table's sorting broken
    * gh#14289 Fix multi-column sorting
    * gh#14278 Fix central columns in-line edit bug
    * gh#14066 Fix AUTO_INCREMENT error when only exporting table
      structure in database-level exports
    * gh#13893 Simulating queries produces unexpected results
    * gh#14309 Setup script icons missing
* Fri Apr 20 2018 ecsos@opensuse.org
  - update to 4.8.0.1 (2018-04-19)
  - fix for boo#1090309
    * PMASA-2018-2 (CVE-2018-10188, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2018-2/
    - Multiple CSRF vulnerabilities
* Wed Apr 11 2018 ecsos@opensuse.org
  - fix wrong require /usr/bin/bash to /bin/bash so phpMyAdmin could
    install
  - insert missing templates dir in htaccess
    See https://docs.phpmyadmin.net/de/latest/setup.html#securing-your-phpmyadmin-installation
  - create tmp dir and insert this in htaccess to fix the errormessage
    after login
* Wed Apr 11 2018 javier@opensuse.org
  - spec clean up
    * Let rpm find the library dependencies by itself. Remove
      unneeded explicit Requires: tags (php-zlib)
    * Remove logic for obsolete openSUSE releases
    * Ignore pem-certificate rpmlint warning (see
      libraries/certs/README.rst)
    * Remove hidden .github, .php_cs.dist, .scrutinizer.yml and
      .editorconfig
    * Remove php_twig.h and twig.c (devel)
    * Set proper shebang for bash and php scripts
    * Make phpmyadmin/sql-parser/bin/*-query and
      paragonie/random_compat/*.sh executable
* Wed Apr 11 2018 javier@opensuse.org
  - update to 4.8.0 (2018-04-07)
    * gh#12946 Allow to export JSON with unescaped unicode chars
    * gh#12983 Disable login button without solved reCaptcha
    * gh#12315 Allow to remove individual segments from pie charts
    * gh       Change label from "Improve table structure" to
    "Normalize" to match standard terminology
    * gh#13087 Offer login as different user on access denied from
    MySQL
    * gh#13110 Indicate when HTTPS is not properly reported on the
    server
    * gh#13119 No database selected error when adding foreign key
    * gh#12388 Improved database search to allow search for exact
    phrase match
    * gh#13099 Report error when trying to copy database to same
    name
    * gh#13167 Themes now have to contain metadata in theme.json
    * gh#6363  phpMyAdmin no longer requires eval() in PHP
    * gh#12386 The mbstring dependency is now optional
    * gh#13269 Small refactoring in preparation to CSP
    * gh#13384 Database link broken in Databases Page
    * gh#13391 Configurable authentication logging using
    $cfg['AuthLog']
    * gh#13086 Add support for Google Invisible Captcha
    * gh#13058 Improved error reporting for reCAPTCHA
    * gh#12899 Improved rendering of server variables table
    * gh#12948 Fixed javascript editor for TIME values
    * gh#13095 Fixed alignment of foreign keys editing
    * gh#12944 Improved inline editor for JSON
    * gh#13145 Improved layout of operations pages
    * gh#13448 Add "format" query button in edit view form
    * gh#6241  Implement Responsive Design/mobile interface
    * gh       Use a single location for classes under PhpMyAdmin
    namespace
    * gh#12354 Indicate SSL status on main page
    * gh#5666  Configuration directives for defaults of Transformation
    options
    * gh#12261 Remove inline JavaScript
    * gh#13408 Show MySQL warnings when executing SQL queries
    * gh#5827  Allow Designer to show tables from other databases
    * gh#13268 Replace Query-By-Example with multi-table query
    generator interface
    * gh#13576 Add privileges export to per-database listing
    * gh       Consolidate functions into class files
    * gh#13560 Add support for changing collation for all tables and
    columns in database
    * gh#13303 Add support for creating fulltext index from table
    structure
    * gh#13711 Lower default value for $cfg['MaxExactCount']
    * gh#13722 DisableIS is not fully honored
    * gh#6197  Added support for authentication using U2F and 2FA
    * gh#13480 Avoid removing cookies on upgrade
    * gh#13397 Remember state of navigation panel
    * gh#11688 Reduced cookie usage
    * gh#13466 Better utilization of user preferences
    * gh#14042 Rename PMD to Designer
    * gh#13940 Honor arg_separator in AJAX requests
    * gh#14060 Can't edit rows in Internet Explorer
    * gh#14096 Internet Explorer compatibility; fixes JavaScript error
    Object doesn't support property or method 'startsWith'
* Tue Mar 06 2018 ecsos@opensuse.org
  - update to 4.7.9 (2018-03-05)
    * gh#13931 Fixed browsing tables with more results
    * gh#13927 "Not an integer" when browsing a table
    * gh#13887 "Input variables exceeded 1000" error relating
      to PHP's max_input_vars directive
* Thu Feb 22 2018 astieger@suse.com
  - phpMyAdmin 4.7.8:
    * Fixed error handling with PHP 7.2
    * Fixed resetting default setting values
    * Fixed fallback value for collation connection
  - fix for boo#1082188
    * PMASA-2018-1 (CVE-2018-7260, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2018-1/
    - Fix XSS in Central Columns Feature
* Mon Dec 25 2017 astieger@suse.com
  - phpMyAdmin 4.7.7:
    * Fixed displaying of formatted numeric values for some locales
    * Ensure datetimepicker is always loaded for datetime fields
    * Fixed PHP error when browsing certain results
    * Fix XSRF/CSRF vulnerability (bsc#1074066, PMASA-2017-09)
      CVE-2017-1000499
* Sat Dec 02 2017 ecsos@opensuse.org
  - update to 4.7.6 (2017-11-29)
    * gh#13517 Fixed check all interaction with filtering
    * gh#13803 Add SJIS-win to default list of allowed charsets
    * gh#13436 Improve detection that MySQL server needs SSL connection
    * gh#13038 Support JSON datatype on MariaDB 10.2.7 and newer
    * gh#13824 Fixed constructing ALTER query with AFTER
    * gh#13821 Lock page when changes are done in the SQL editor
    * gh#13842 Prefer iconv for encoding conversions
    * gh#13737 Fixed changing password on MariaDB cluster
* Sun Nov 26 2017 suse+build@de-korte.org
  - fix for boo#1057661
    * no longer require php_mod_any (recommend it instead)
    * only enable php5 / php7 if running Apache prefork MPM
  - fix %post
    * use sed instead of grep/awk to determine PHP version
* Tue Oct 24 2017 ecsos@opensuse.org
  - update to 4.7.5 (2017-10-23)
    * gh#13615 Avoid problems with browsing unknown query types
    * gh#13612 Integrate tooltip into datetime pickers
    * gh#13628 Fixed javascript error in server monitor
    * gh#13444 Fixed server monitor on non Linux and Windows systems
    * gh#13633 Reload javscript messages when changing language
    * gh#13604 Fixed crash on invalid ordering data
    * gh#13639 Fixed error when browsing non SELECT results
    * gh#13533 Fixed saving column to display
    * gh#13647 Fixed export of tables with VIRTUAL columns
    * gh#13669 Fixed selecting multiple rows accidentally selects
      the next row too
    * gh#13513 Fixed edit index Column alignment issue
    * gh#13515 Fixed rendering of add index dialog
    * gh#13710 Fixed possible error in server advisor
    * gh#13477 Fixed setting input transformations
    * gh#13552 Fixed IPv4/IPv6 To Binary input transformation
    * gh#13686 Clicking on column name to trigger sort with an active
      search leads to logout
    * gh#13725 Fixed copying tables with specific PARTITION
      definition
    * gh#13761 Fixed listing of bookmarks for a database
* Fri Sep 08 2017 chris@computersalat.de
  - fix recommends
    * php5-curl -> php-curl
    * php5-zip -> php-zip
  - fix post step
    * enable correct phpX module
* Fri Aug 25 2017 ecsos@opensuse.org
  - update to 4.7.4
    * gh#13415 Remove shadow from the logo
    * gh#13507 Fixed per server theme feature
    * gh#13523 Missing newline in ALTER exports
    * gh#13414 Fixed several compatibility issues with PHP 7.2
    * gh#13550 Fixed copy results to clipboard
    * gh#13562 Add limitation for user group length
    * gh#13561 Fixed edit variable link in advisor
    * gh#13579 Optimize table link should not be visible in print
      page
    * gh#13553 Improved error handling on corrupted tables
    * gh#13512 Fixed rendering of add index dialog
    * gh#13606 Fixed refreshing server variables
* Fri Jul 28 2017 chris@computersalat.de
  - fix for boo#1050980
    * replace mcrypt with openssl, see
      https://github.com/phpseclib/phpseclib/issues/1028
  - update changes (update to 4.6.6 (2017-01-23))
    * add missing (CVE-Not yet available) CVE's
* Sat Jul 22 2017 ecsos@opensuse.org
  - update to 4.7.3
    * gh#13447 Large multi-line query removes Export operation and
      blanks query box options
    * gh#13445 Fixed rendering of query results
    * gh#13437 Fixed version check when not connected to a database
    * gh#13465 Fixed creating relation
    * gh#13475 Fixed export without backquotes
    * gh#13482 Improved handling of uploaded files with open_basedir
    * gh#13387 Fixed inline editing of hex values
    * gh#13382 Fixed size of index edit dialog
    * gh#13489 Fixed rendering SQL lint errors
    * gh#13468 Avoid breakage if set_time_limit is disabled
    * gh#13471 Fail if ini_set/ini_get are disabled
    * gh#13436 Automatically connect using SSL when server is
      configured so
    * gh#13478 Fixed usage of some browser transformations
* Sun Jul 02 2017 ecsos@opensuse.org
  - update to 4.7.2 (2017-06-29)
    * gh#13314 Make theme selection keep current server
    * gh#13311 Fixed direct login for accounts without password
    * gh#13316 Fixed check for mbstring.func_overload
    * gh#13323 Fixed wrong encoding of table at triggers
    * gh#12976 Fixed natural sorting in several places
    * gh#12718 Show warning for users removed from mysql.user table
    * gh#13362 Fixed loading additional javascripts
    * gh#13343 Fixed editing QBE
    * gh#13193 Improved documentation on user settings
    * gh#13092 Gracefully handle early fatal errors in AJAX requests
    * gh#13327 Fixed Incorrect NavigationTreeEnableExpansion default
      value in the documentation
    * gh#13008 Fixed export of database with a lot of tables
    * gh#13318 Improved performance when importing with enabled
      tracking
    * gh#13386 Avoid PHP errors with non existing configuration on
      OS X
    * gh#13388 Show only supported charsets for conversion
    * gh#13392 Fixed operation with session.auto_start enabled
    * gh#13383 "Create PHP code" is broken
    * gh#13189 Fixed links to resume timeouted import
* Fri Jun 02 2017 ecsos@opensuse.org
  - update to 4.7.1 (2017-05-25)
    * gh#13132 Always execute tracking queries as controluser
    * gh#13125 Focus on SQL editor after inserting field name
    * gh#13133 Fixed broken links in setup
    * gh#13135 Database list Tooltips: Show wrong value
    * gh#13150 Fixed pagination while browsing resuls
    * gh#13149 Fixed outbound links in changelog.php
    * gh#13146 Do not include devel dependencies in the release
    * gh#13144 Do not show New as a database in database dropdown
    * gh#13130 Fixed handling of errors in AJAX requests
    * gh#13152 Fixed PHP error in case of invalid table preferences
    * gh#13154 Fixed PHP error on password change
    * gh#13219 Fix Refresh of Process List
    * gh#13182 Fix refresh of long queries
    * gh#12301 Improved handling of logout with disabled
      LoginCookieDeleteAll
    * gh#13216 Add support for MySQL 8.0 collations
    * gh#13218 Fixed rendering of phpMyAdmin logos
    * gh#13234 Properly report not working sessions
    * gh#13256 Fixed password check on server replication
    * gh#13252 Fixed grid editing time column
    * gh#13258 Fixed detection of Amazon RDS
    * gh#13241 Redirect user to last page that has any tables to
      display
    * gh#13266 Fix link to User accounts overview page
    * gh#13274 Fix error in query builder
    * gh#13177 Grid editing repeats action after error
* Sat Apr 22 2017 chris@computersalat.de
  - restore phpMyAdmin-pma.patch
    * because it is NOT upstream and needed for configuration storage
  - restore previous phpMyAdmin-config.patch
    * merge with upstream config VAR changes
    - removed $cfg['Servers'][$i]['designer_coords']
* Sat Apr 01 2017 ecsos@opensuse.org
  - update to 4.7.0 (2017-03-28)
    * gh#12233 [Display] Improve message when renaming database to
      same name
    * gh#6146  Log authentication attempts to syslog
    * gh#11981 Remove support for Swekey authentication
    * gh#11987 Remove code for no longer supported MSIE versions
    * gh#11962 Remove embedded PHP libraries, use composer to install
      them
    * gh#12017 Cannot easily select multiple tables when exporting
    * gh#12047 Add javascript filtering for databases
    * gh#12166 More compact rendering of navigation tree
    * gh#12129 Improve performance with SkipLockedTables
    * gh#12173 Do not hide indexes under a slider
    * Improve performance of zip file import
    * gh#12196 Removed $cfg['ThemePath']
    * gh#6274  Add support for export user settings as config.inc.php
      snippet
    * gh#5555  Better report query errors while generating SQL exports
    * gh#12307 Produce valid JSON on export
    * gh#12325 Setup script icons broken
    * gh#12378 Support IPv6 proxies
    * Removed MySQL connection retry without password
    * gh#12218 Allow to specify further parameters for control
      connection
    * gh#12162 Show charset for each table on Database structure page
    * gh#12463 Incorrect link in the href of icon at Hide/Show unhide
      links
    * gh#12330 Shortcut for closing console
    * gh#12465 Improved handling of http requests
    * gh#12474 Broken links in Setup forms Navigation
    * gh#12494 Can't add a new User
    * gh#12523 Add 'token' Parameter in all POST requests
      (Fix 'Token mismatch' errors)
    * gh#12302 Improved usage of number_format
    * gh#12656 Server selection not working
    * gh#12543 NULL results in dataset are colored grey
    * gh#12664 Create Bookmark broken
    * gh#12688 Use unsigned int for storing bookmark ID
    * gh#12352 Added password strength indicator
    * gh#12713 Correctly handle HTTP status when doing requests
    * gh#12247 Add option to delete settings from browser storage
    * gh#12783 Remove unused PMA_addJSCode function
    * gh#12069 Add table filtering to database structure
    * gh#12799 Allow to configure signon session parameters
    * gh#12854 Drop database is broken
    * gh#12863 Can't toggle Event Scheduler on
    * gh#12742 Finish removing dead code references to xls/xlsx
      import and export, which was removed some time ago.
    * gh#12536 Rename "Relations" to "Relationships" in many places
      as it's the more proper term
    * gh#12834 Fixed margins in central columns feature
    * gh#12903 Document more export configuration options
    * gh#12897 Use consistent numeric format for table overhead
    * gh#12901 Use server returned table name on renaming table
    * gh#12918 Always use \r\n as newline when editing fields
    * gh#12923 Fixed server side search in navigation panel
    * gh#12929 Undefined index warning with ssl_ca_paths
    * gh#12924 Do not show errors from OpenSSL cookie
      encryption/decryption
    * gh#12945 Fixed hint rendering on adding new user
    * gh#12941 Fixed sorting of tables in relation view
    * gh#12936 Fixed tables pagination in navigation panel
    * gh#12904 Do not collapse add form for central columns if there
      are none
    * gh#12955 Fixed database renaming
    * gh#12954 Fixed export of tracking data
    * gh#12960 Enclose exports in transaction by default
    * gh#12966 After adding a column ADD INDEX option won't be
      displayed when enabling AI
    * gh#12972 Better error message when Composer has not been run
    * gh#12988 Do not show language selector without choices
    * gh#12993 Fixed external links to php documentation
    * gh#12990 Fixed error when loading favorite tables to console
    * gh#12981 Improved rendering of new version information
    * gh#12922 Fixed bookmarks ordering
    * gh#12964 Fixed table search in navigation
    * gh#12985 Fixed rendering of foreign key browsing
    * gh#12957 Fixed manipulation with GIS data having zero
      coordinates
    * gh#12804 Fixed various designer javascript errors
    * gh#12934 Fixed possible javascript error on server status page
    * gh#12927 Fixed javascript error on 3NF normalization
    * gh#12996 List all databses in navigation panel database
      dropdown
    * gh#12980 Better defaults when creating multi field foreign key
    * gh#12976 Improved foreign key editor behavior
    * gh#12958 Always show error reporting dialog on top
    * gh#12693 Improved support for TokuDB
    * gh#11231 Try harder to honor LoginCookieValidity setting
    * gh#13016 and #13017 Slight improvements to the table layout of
      Relation view
    * gh#12345 Correctly show affected rows for LOAD DATA queries
    * gh#13010 Copy database: SQL error for copying PMADB metadata
    * gh#13002 Fixed OpenDocument exports
    * gh#13000 Align NULL values according to the column alignment
    * gh#13021 Show phpMyAdmin errors even with error_reporting
      set to 0
    * gh#13020 Removed warning about client and server versions
      mismatch
    * Hide comments on table Structure tab when no comment is set
    * Fixed submission of error reports
    * gh#13033 Use Referrer-Policy header to specify referrer policy
    * Fixed javascript confirmation of dangerous queries
    * gh#13040 Compatibility with hhvm 3.18
    * gh#13031 Fixed displaying of all rows
    * gh#12967 Fixed related field selection for native relations
    * gh#13045 Properly escape MIME transformatoin names
    * gh#13028 Always show 100% in font selector
    * gh#13047 Fix query simulating for more servers
    * gh#12846 Fix new version check for sites with wrongly
      configured curl
    * gh#12951 When exporting to Excel, the default is now to include
      column names in the first row
    * gh#13059 Removed debugging code
    * gh#13029 Fixed table tracking for nested table groups
    * gh#13053 Fixed broken links in setup
    * gh#12708 Removed phpMyAdmin version from User-Agent header
    * gh#13084 Do not point users to setup when it is disabled
    * gh#12660 Delete only phpMyAdmin cookies on upgrade
    * gh#13088 Fixed editing of rows with text primary key
    * gh#13092 Do not try to sync favorite tables if configuration
      storage is not enabled
    * gh#13105 Fixed changing attribute for virtual field
    * gh#12757 Fixed setting password on recent MariaDB with non
      working plugins
    * gh#12349 Fixed undefined variable on import from some formats
    * gh#13103 Do not offer default names for copying/renaming
      databases
    * [security] Possible to bypass
      $cfg['Servers'][$i]['AllowNoPassword'], see PMASA-2017-08
  - Drop patch phpMyAdmin-pma.patch because now in upstream
* Mon Mar 20 2017 chris@computersalat.de
  - add http.inc file
    * include one file for php5/php7 admin flags/values
* Wed Jan 25 2017 chris@computersalat.de
  - 4.6.6 (2017-01-23)
    * gh#12759 Fix Notice regarding 'Undefined index: old_usergroup'
    * gh#12760 Fix Notice regarding 'Undefined index: users'
    * gh#12762 Fixed parsing of SQL with BINARY function
    * gh#12588 ReCaptcha now works without allow_url_fopen
    * gh#12699 Show no local storage warning only on settings tab
    * gh#12778 Syntax Error in Adding/Changing TIMESTAMP columns with
      default value as NULL
    * gh#12769 Edit/Export links are not clickable under Routines tab
    * gh#12757 Fixed creating new user with older MariaDB
    * gh#12784 Remove ctype installation suggestion
    * gh#12780 Format button replaces all text with blank spaces
    * gh#12786 Fixed database searching
    * gh#12792 Fixed javascript error on new version link
    * gh#12785 Add information about required and suggested extensions
      to composer.json
    * gh#12801 Custom header shown twice with cookie login form
    * gh#12802 Custom footer not shown with auth_type http login failure
    * gh#12434 Improve documentation for servers running with Suhosin
    * gh#12800 Updated embedded phpSecLib to 2.0.4
    * gh#12800 Fixed various issues with PHP 7.1
    * gh#11816 Fixed operation with lower_case_table_names=2
    * gh#12813 Fixed stored procedure execution
    * gh#12826 Honor user configured connection collation
    * gh#12293 Correctly report OpenSSL errors from cookie encryption
    * gh#12814 DateTime won't allow to input length in Routine editor
    * gh#12840 Fix Notice regarding 'Undefined index: row_format' when
      altering table options
    * gh#12841 Fixed moving of columns with whitespace in name
    * gh#12847 Fixed editing of virtual columns
    * gh#12859 Changed WHERE condition to 0 instead of 1 for SQL query
      window to avoid accidents
    * gh#12872 Use same query for display and execution when dropping
      index
    * gh#12868 Fix check for user groups freatures being enabled
    * gh#12876 Fix notices and warning related to dbs_to_test global
    * gh#12831 Fix table formatting on Insert tab, which mostly
      affected row highlighting
    * gh#12495 Reintroduced phpinfo page with limited capabilities
    * gh#12861 Fix renaming tables with lower_case_table_names=2
    * gh#12876 Fix possible PHP error in navigation
    * gh#12881 Fix database search with newer php-gettext
    * gh#12894 Fix linter error on unterminated variable name
    * gh#12732 Fixed filtering for active processes
  - fix for boo#1021597
    * PMASA-2016-44 (CVE-2016-6621, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2016-44/
    - Multiple vulnerabilities in setup script
    * PMASA-2017-1 (CVE-2017-1000013, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2017-1/
    - Open redirect
    * PMASA-2017-2 (CVE-2015-8980, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2017-2/
    - php-gettext code execution
    * PMASA-2017-3 (CVE-2017-1000014, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2017-3/
    - DOS vulnerabiltiy in table editing
    * PMASA-2017-4 (CVE-2017-1000015, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2017-4/
    - CSS injection in themes
    * PMASA-2017-5 (CVE-2017-1000016, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2017-5/
    - Cookie attribute injection attack
    * PMASA-2017-6 (CVE-2017-1000017, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2017-6/
    - SSRF in replication
    * PMASA-2017-7 (CVE-2017-1000018, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2017-7/
    - DOS in replication status
  - remove obsolete phpMyAdmin-12757_sql_syntax_errror.patch
  - rework phpMyAdmin-config.patch
* Thu Jan 19 2017 ecsos@opensuse.org
  - Add Patch phpMyAdmin-12757_sql_syntax_errror.patch to fix
    gh#12757 SQL syntax errror on MariaDB < 10.0.2 in check for mysql
    password check plugin.
    Will be fixed in 4.6.6
* Tue Dec 06 2016 chris@computersalat.de
  - update to 4.6.5.2 (2016-12-05)
    * gh#12765 Fixed SQL export with newlines
  - update changes (update to 4.6.5 (2016-11-25))
    * add missing (Not yet available) CVE's
  - fix phpMyAdmin.http
* Sat Nov 26 2016 ecsos@opensuse.org
  - update to 4.6.5.1 (2016-11-26)
    - quick fix for 4.6.5
    * an issue affecting a small number of users using
      $cfg['Servers'][$i]['hide_db'] or $cfg['Servers'][$i]['only_db'].
    * an issue affecting the create table dialog where the partition
      selection tool was overzealous and made it difficult to create
      a new table.
  - update to 4.6.5 (2016-11-25)
    - security fixes
    * Fix for expanding in navigation pane
    * Reintroduced a simplified version of PmaAbsoluteUri directive
      (needed with reverse proxies)
    * Fix editing of ENUM/SET/DECIMAL field structures
    * Improvements to the parser
    - other fixes
    * Remove potentionally license problematic sRGB profile
    * gh#12459 Display read only fields as read only when editing
    * gh#12384 Fix expanding of navigation pane when clicking on database
    * gh#12430 Impove partitioning support
    * gh#12374 Reintroduced simplified PmaAbsoluteUri configuration
      directive
    * Always use UTC time in HTTP headers
    * gh#12479 Simplified validation of external links
    * gh#12483 Fix browsing tables with built in transformations
    * gh#12485 Do not show warning about short blowfish_secret if none
      is set
    * gh#12251 Fixed random logouts due to wrong cookie path
    * gh#12480 Fixed editing of ENUM/SET/DECIMAL fields structure
    * gh#12497 Missing escaping of configuration used in SQL
      (hide_db and only_db)
    * gh#12476 Add error checking in reading advisory rules file
    * gh#12477 Add checking missing elements and confirming element
      types from json_decode
    * gh#12251 Automatically save SQL query in browser local storage
      rather than in cookie
    * gh#12292 Unable to edit transformations
    * gh#12502 Remove unused paramenter when connecting to MySQLi
    * gh#12303 Fix number formatting with different settings of
      precision in PHP
    * gh#12405 Use single quotes in PHP code
    * gh#12534 Option for the dropped column is not removed from
      'after_field' select, after the column is dropped
    * gh#12531 Properly detect DROP DATABASE queries
    * gh#12470 Fix possible race condition in setting URL hash
    * gh#11924 Remove caching of server information
    * gh#11628 Proper parsing of INSERT ... ON DUPLICATE KEY queries
    * gh#12545 Proper parsing of CREATE TABLE ... PARTITION queries
    * gh#12473 Code can throw unhandled exception
    * gh#12550 Do not try to keep alive session even after expiry
    * gh#12512 Fixed rendering BBCode links in setup
    * gh#12518 Fixed copy of table with generated columns
    * gh#12221 Fixed export of table with generated columns
    * gh#12320 Copying a user does not copy usergroup
    * gh#12272 Adding a new row with default enum goes to no selection
      when you want to add more then 2 rows
    * gh#12487 Drag and drop import prevents file dropping to blob
      column file selector on the insert tab
    * gh#12554 Absence of scrolling makes it impossible to read longer
      text values in grid editing
    * gh#12530 "Edit routine" crashes when the current user is not the
      definer, even if privileges are adequate
    * gh#12300 Export selective tables by-default dumps Events also
    * gh#12298 Fixed export of view definitions
    * gh#12242 Edit routine detail dialog does not fill "Return length"
      field in mysql functions
    * gh#12575 New index Confirm adds whitespace around the field name
    * gh#12382 Bug in zoom search
    * gh#12321 Assign LIMIT clause only to syntactically correct queries
    * gh#12461 Can't Execute SQL With Sub-Query Due To "LIMIT 0,25"
      Inserted At Wrong Place
    * gh#12511 Clarify documentation on ArbitraryServerRegexp
    * gh#12508 Remove duplicate code in SQL escaping
    * gh#12475 Cleanup code for getting table information
    * gh#12579 phpMyAdmin's export of a Select statment without a FROM
      clause generates Wrong SQL
    * gh#12316 Correct export of complex SELECT statements
    * gh#12080 Fixed parsing of subselect queries
    * gh#11740 Fixed handling DELETE ... USING queries
    * gh#12100 Fixed handling of CASE operator
    * gh#12455 Query history stores separate entry for every letter
      typed
    * gh#12327 Create PHP code no longer works
    * gh#12179 Fixed bookmarking of query with multiple statements
    * gh#12419 Wrong description on GRANT OPTION
    * gh#12615 Fixed regexp for matching browser versions
    * gh#12569 Avoid showing import errors twice
    * gh#12362 prefs_manage.php can leave an orphaned temporary file
    * gh#12619 Unable to export csv when using union select
    * gh#12625 Broken Edit links in query results of JOIN query
    * gh#12634 Drop DB error in import if DB doesn't exist
    * gh#12338 Designer reverts to first saved ER after EACH relation
      create or delete
    * gh#12639 'Show trace' in Console generates JS error for functions
      in query's trace called without any arguments
    * gh#12366 Fix user creation with certain MariaDB setups
    * gh#12616 Refuse to work with mbstring.func_overload enabled
    * gh#12472 Properly report connection without password in setup
    * gh#12365 Fix records count for large tables
    * gh#12533 Fix records count for complex queries
    * gh#12454 Query history not updated in console until page refresh
    * gh#12344 Fixed parsing of labels in loop
    * gh#12228 Fixed parsing of BEGIN labels
    * gh#12637 Fixed editing some timestamp values
    * gh#12622 Fixed javascript error in designer
    * gh#12334 Missing page indicator or VIEWs
    * gh#12610 Export of tables with Timestamp/Datetime/Time columns
      defined with ON UPDATE clause with precision fails
    * gh#12661 Error inserting into pma__history after timeout
    * gh#12195 Row_format = fixed not visible
    * gh#12665 Cannot add a foreign key - non-indexed fields not listed
      in InnoDB tables
    * gh#12674 Allow for proper MySQL-allowed strings as identifiers
    * gh#12651 Allow for partial dates on table insert page
    * gh#12681 Fixed designer with tables using special chars
    * gh#12652 Fixed visual query builder for foreign keys with more
      fields
    * gh#12257 Improved search page performance
    * gh#12322 Avoid selecting default function for foreign keys
    * gh#12453 Fixed escaping of SQL parts in some corner cases
    * gh#12542 Missing table name in account privileges editor
    * gh#12691 Remove ksort call on empty array in PMA_getPlugins
      function
    * gh#12443 Check parameter type before processing
    * gh#12299 Avoid generating too long URLs in search
    * gh#12361 Fix self SQL injection in table-specific privileges
    * gh#12698 Add link to release notes and download on new version
      notification
    * gh#12712 Error when trying to setup replication (fatal error in
      call to an old PMA_DBI_connect function)
  - fix for boo#1012271
    https://www.phpmyadmin.net/security/
    * Unsafe generation of $cfg['blowfish_secret']
      see PMASA-2016-58 (CVE ids: CVE-2016-9847, CWE-661)
    * phpMyAdmin's phpinfo functionality is removed
      see PMASA-2016-59 (CVE ids: CVE-2016-9848, CWE-661)
    * AllowRoot and allow/deny rule bypass with specially-crafted
      username
      see PMASA-2016-60 (CVE ids: CVE-2016-9849, CWE-661)
    * Username matching weaknesses with allow/deny rules
      see PMASA-2016-61 (CVE ids: CVE-2016-9850, CWE-661)
    * Possible to bypass logout timeout
      see PMASA-2016-62 (CVE ids: CVE-2016-9851, CWE-661)
    * Full path disclosure (FPD) weaknesses
      see PMASA-2016-63 (CVE ids: CVE-2016-9852, CVE-2016-9853,
      CVE-2016-9854, CVE-2016-9855, CWE-661)
    * Multiple XSS weaknesses
      see PMASA-2016-64 (CVE ids: CVE-2016-9856, CVE-2016-9857,
      CWE-661, CWE-352)
    * Multiple denial-of-service (DOS) vulnerabilities
      see PMASA-2016-65 (CVE ids: CVE-2016-9858, CVE-2016-9859,
      CVE-2016-9860, CWE-661, CW-400)
    * Possible to bypass white-list protection for URL redirection
      see PMASA-2016-66 (CVE ids: CVE-2016-9861, CWE-661, CWE-20,
      CWE-601)
    * BBCode injection to login page
      see PMASA-2016-67 (CVE ids: CVE-2016-9862, CWE-661)
    * Denial-of-service (DOS) vulnerability in table partitioning
      see PMASA-2016-68 (CVE ids: CVE-2016-9863, CWE-661, CWE-400)
    * Multiple SQL injection vulnerabilities
      see PMASA-2016-69 (CVE ids: CVE-2016-9864, CWE-661, CWE-89)
    * Incorrect serialized string parsing
      see PMASA-2016-70 (CVE ids: CVE-2016-9865, CWE-661)
    * CSRF token not stripped from the URL
      see PMASA-2016-71 (CVE ids: CVE-2016-9866, CWE-661)
* Sun Nov 06 2016 chris@computersalat.de
  - fix deps
    * add missing Recommends php5-curl
  - fix phpMyAdmin.http
    * add <IfModule mod_php7.c>
* Sat Nov 05 2016 chris@computersalat.de
  - fix phpMyAdmin.http
* Thu Aug 18 2016 chris@computersalat.de
  - 4.6.4 (2016-08-16)
    - securitiy fixes
    * Improve session cookie code for openid.php and signon.php example
      files
    * Full path disclosure in openid.php and signon.php example files
    * Unsafe generation of BlowfishSecret (when not supplied by the user)
    * Referrer leak when phpinfo is enabled
    * Use HTTPS for wiki links
    * Improve SSL certificate handling
    * Fix full path disclosure in debugging code
    * Administrators could trigger SQL injection attack against users
    - other fixes
    * Remove Swekey support
    * Include X-Robots-Tag header in responses
    * Enforce numeric field length when creating table
    * Fixed invalid Content-Length in some HTTP responses
    * gh#12394 Create view should require a view name
    * gh#12391 Message with 'Change password successfully' displayed,
      but does not take effect
    * Tighten control on PHP sessions and session cookies
    * gh#12409 Re-enable overhead on server databases view
    * gh#12414 Fixed rendering of Original theme
    * gh#12413 Fixed deleting users in non English locales
    * gh#12416 Fixed replication status output in Databases listing
    * gh#12303 Avoid typecasting to float when not needed
    * gh#12425 Duplicate message variable names in messages.inc.php
    * gh#12399 Adding index to table shows wrong top navigation
    * gh#12424 Fixed password change on MariaDB without auth plugin
    * gh#12339 Do not error on unset server port
    * gh#12422 Improvements to the original theme
    * gh#12395 Do not try to load old transformation plugins
    * gh#12423 Fixed replication status in database listing
    * gh#12433 Copy table with prefix does not copy the indexes
    * gh#12375 Search in database: Window content is not scrolling down
      when clicking first time on Browse link
    * gh#12346 SQL Editor textareas can have their size increased from
      the top, distorting the page view
  - fix for boo#994313
    https://www.phpmyadmin.net/security/
    * Weaknesses with cookie encryption
      see PMASA-2016-29 (CVE-2016-6606, CWE-661)
    * Multiple XSS vulnerabilities
      see PMASA-2016-30 (CVE-2016-6607, CWE-661)
    * Multiple XSS vulnerabilities
      see PMASA-2016-31 (CVE-2016-6608, CWE-661)
    * PHP code injection
      see PMASA-2016-32 (CVE-2016-6609, CWE-661)
    * Full path disclosure
      see PMASA-2016-33 (CVE-2016-6610, CWE-661)
    * SQL injection attack
      see PMASA-2016-34 (CVE-2016-6611, CWE-661)
    * Local file exposure through LOAD DATA LOCAL INFILE
      see PMASA-2016-35 (CVE-2016-6612, CWE-661)
    * Local file exposure through symlinks with UploadDir
      see PMASA-2016-36 (CVE-2016-6613, CWE-661)
    * Path traversal with SaveDir and UploadDir
      see PMASA-2016-37 (CVE-2016-6614, CWE-661)
    * Multiple XSS vulnerabilities
      see PMASA-2016-38 (CVE-2016-6615, CWE-661)
    * SQL injection vulnerability as control user
      see PMASA-2016-39 (CVE-2016-6616, CWE-661)
    * SQL injection vulnerability
      see PMASA-2016-40 (CVE-2016-6617, CWE-661)
    * Denial-of-service attack through transformation feature
      see PMASA-2016-41 (CVE-2016-6618, CWE-661)
    * SQL injection vulnerability as control user
      see PMASA-2016-42 (CVE-2016-6619, CWE-661)
    * Verify data before unserializing
      see PMASA-2016-43 (CVE-2016-6620, CWE-661)
    * SSRF in setup script
      see PMASA-2016-44 (CVE-2016-6621, CWE-661)
    * Denial-of-service attack with
      $cfg['AllowArbitraryServer'] = true and persistent connections
      see PMASA-2016-45 (CVE-2016-6622, CWE-661)
    * Denial-of-service attack by using for loops
      see PMASA-2016-46 (CVE-2016-6623, CWE-661)
    * Possible circumvention of IP-based allow/deny rules with IPv6 and
      proxy server
      see PMASA-2016-47 (CVE-2016-6624, CWE-661)
    * Detect if user is logged in
      see PMASA-2016-48 (CVE-2016-6625, CWE-661)
    * Bypass URL redirection protection
      see PMASA-2016-49 (CVE-2016-6626, CWE-661)
    * Referrer leak
      see PMASA-2016-50 (CVE-2016-6627, CWE-661)
    * Reflected File Download
      see PMASA-2016-51 (CVE-2016-6628, CWE-661)
    * ArbitraryServerRegexp bypass
      see PMASA-2016-52 (CVE-2016-6629, CWE-661)
    * Denial-of-service attack by entering long password
      see PMASA-2016-53 (CVE-2016-6630, CWE-661)
    * Remote code execution vulnerability when running as CGI
      see PMASA-2016-54 (CVE-2016-6631, CWE-661)
    * Denial-of-service attack when PHP uses dbase extension
      see PMASA-2016-55 (CVE-2016-6632, CWE-661)
    * Remove tode execution vulnerability when PHP uses dbase extension
      see PMASA-2016-56 (CVE-2016-6633, CWE-661)
  - fix deps
    * add missing php-gettext
  - rebase phpMyAdmin-config.patch
* Thu Jun 23 2016 chris@computersalat.de
  - update to 4.6.3 (2016-06-23)
    * gh#12249 Fixed cookie path on Windows
    * gh#12279 Fixed error reporting on connect problems
    * gh#12290 Fixed export of tables without explicitly set engine
    * gh#12285 Designer JavaScript error: Show/Hide tables list
    * gh#12293 Fix MySQL SSL connection with some PHP versions
    * gh#12279 Fix MySQL connection error on version mismatch
    * gh#12281 Keep user attributes (privileges, authentication mode, etc) when copying a user
    * gh#12308 Fix division by zero in case of misconfigured MySQL server
    * gh#12317 Fix editing server variables
    * gh#12303 Fix table size calculation in some circumstances
    * gh#12310 Fix listing routines for non privileged user
    * issue Escape generated query in exporting a database
    * issue Setup script did not properly use input type password for some input types
  - fix for boo#986154
    * PMASA-2016-17 (CVE-2016-5701, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2016-17/
    - BBCode injection vulnerability
    * PMASA-2016-18 (CVE-2016-5702, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2016-18/
    - Cookie attribute injection attack
    * PMASA-2016-19 (CVE-2016-5703, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2016-19/
    - SQL injection attack
    * PMASA-2016-20 (CVE-2016-5704, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2016-20/
    - XSS on table structure page
    * PMASA-2016-21 (CVE-2016-5705, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2016-21/
    - Multiple XSS vulnerabilities
    * PMASA-2016-22 (CVE-2016-5706, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2016-22/
    - DOS attack
    * PMASA-2016-23 (CVE-2016-5730, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2016-23/
    - Multiple full path disclosure vulnerabilities
    * PMASA-2016-24 (CVE-2016-5731, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2016-24/
    - XSS through FPD
    * PMASA-2016-25 (CVE-2016-5732, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2016-25/
    - XSS in partition range functionality
    * PMASA-2016-26 (CVE-2016-5733, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2016-26/
    - Multiple XSS vulnerabilities
    * PMASA-2016-27 (CVE-2016-5734, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2016-27/
    - Unsafe handling of preg_replace parameters
    * PMASA-2016-28 (CVE-2016-5739, CWE-661)
      https://www.phpmyadmin.net/security/PMASA-2016-28/
    - Referrer leak in transformations
* Sun May 29 2016 chris@computersalat.de
  - rebase phpMyAdmin-config.patch
* Sat May 28 2016 ecsos@opensuse.org
  - update to 4.6.2 (2016-05-25)
    - gh#12225 Use https for documentation links
    - gh#12234 Fix schema export with too many tables
    - gh#12240 Avoid parsing non JSON responses as JSON
    - gh#12244 Avoid using too log URLs when getting javascripts
    - gh#12118 Fixed setting mixed case languages
    - gh#12229 Avoid storing objects in session when debugging SQL
    - gh#12249 Fix cookie path on IIS
    - gh#11705 Fix occassional 200 errors on Windows
    - gh#12219 Fix locking issues when importing SQL
    - gh#12231 Avoid confusing warning when mysql extension is missing
    - fix issue Improve handling of logout
    - fix issue Safer handling of sessions during authentication
    - gh#12209 Fix server selection on main page
    - gh#12192 Avoid storing full error data in session
    - gh#12082 Fixed export of ARCHIVE tables with keys
    - gh#11565 Add session reload for config authentication
    - gh#12229 Do not fail on errors stored in session
    - gh#12248 Fix loading of APC based upload progress bar
  - remove PmaAbsoluteUri from phpMyAdmin-config.patch because since
    version 4.6.0 it is remove
  - Security fixes:
    * PMASA-2016-14 (CVE-2016-5097, CWE-661, boo#982126)
      https://www.phpmyadmin.net/security/PMASA-2016-14/
    - User SQL queries can be revealed through URL GET parameters,
      see PMASA-2016-14
    * PMASA-2016-16 (CVE-2016-5099, CWE-661, boo#982128)
      https://www.phpmyadmin.net/security/PMASA-2016-16/
    - Self XSS vulneratbility, see PMASA-2016-16
* Mon May 09 2016 chris@computersalat.de
  - phpMyAdmin 4.6.1:
    * Problems with SQL syntax warnings from the linter/parser
    * Fixing an error about "PMA_Util" not found
    * Better handling of JSON columns
    * Fixed quoting with the SQL parser, which in particular adversely
      affected SQL imports and exports
* Thu Mar 24 2016 astieger@suse.com
  - phpMyAdmin 4.6.0:
    * Allow setting routine-wise privileges
    * UI for defining partitioning in create table window
    * Support JSON data type
    * Editing partitions in table Structure
    * Copy results to clipboard
    * Reactivate cut&paste possibility in print view
    * Display binary strings as text if they are valid UTF-8
    * Copy multiple tables to database
    * Show MySQL error messages in user language
    * Add new configuration directive 'ssl_verify' for self-signed
      certificates with mysqlnd and PHP >= 5.6
    * Remove ForceSSL and PmaAbsoluteUri configuration directives
      (these are better handled by proper webserver configuration)
    * Fixed several bugs relating to exporting, particularly with
      DEFAULT and COMMENT fields
* Tue Mar 01 2016 astieger@suse.com
  - phpMyAdmin 4.5.5.1:
    The following vulnerabilities were fixed:
    * CVE-2016-2559: XSS vulnerability in SQL parser (PMASA-2016-10 boo#968940)
    * CVE-2016-2560: Multiple XSS vulnerabilities (PMASA-2016-11 boo#968938)
    * CVE-2016-2561: Multiple XSS vulnerabilities (PMASA-2016-12 boo#968941)
    * CVE-2016-2562: Vulnerability allowing man-in-the-middle attack on API call to GitHub (PMASA-2016-13 boo#968928)
    The following upstream bugs were fixed:
    * CREATE UNIQUE INDEX index type is not recognized by parser.
    * Row count wrong when grouping joined tables.
    * Column definition with default value and comment in CREATE TABLE expoerted faulty.
    * New statement but no delimiter and unexpected token with REPLACE.
    * Fixed incorrect usage of SQL parser context in SQL export
    * Fixed inclusion of gettext library from SQL parser
* Wed Feb 24 2016 astieger@suse.com
  - phpMyAdmin 4.5.5
    * improvements to changing passwords on newer MariaDB servers
    * several fixes to the SQL parser
* Sat Jan 30 2016 ecsos@opensuse.org
  - update to 4.5.4.1 (2016-01-28)
    - gh#11892 Error with PMA 4.4.15.3
    - gh#11896 Remove hard dependency on phpseclib
* Thu Jan 28 2016 astieger@suse.com
  - phpMyAdmin 4.5.4
    The followinng vulnerabilities were fixed: (boo#964024)
    * CVE-2016-2038: Multiple full path disclosure vulnerabilities
    * CVE-2016-2039: Unsafe generation of XSRF/CSRF token
    * CVE-2016-2040: Multiple XSS vulnerabilities
    * CVE-2016-1927: Insecure password generation in JavaScript
    * CVE-2016-2041: Unsafe comparison of XSRF/CSRF token
    * CVE-2016-2042: Multiple full path disclosure vulnerabilities
    * CVE-2016-2043: XSS vulnerability in normalization page
    * CVE-2016-2044: Full path disclosure vulnerability in SQL parser
    * CVE-2016-2045: XSS vulnerability in SQL editor
  - update upstream singing keyring
* Sun Jan 10 2016 astieger@suse.com
  - 4.5.x package was missing template - fix boo#961285
* Wed Jan 06 2016 chris@computersalat.de
  - fix for boo#960854
    * add missing dependency of php-json
* Mon Jan 04 2016 astieger@suse.com
  - phpMyAdmin 4.5.3.1:
    * Minimum requirement is PHP 5.5
  - Highlights of the 4.5.x.x series:
    * Improvements to the Console feature
    * Include structure in PDF export
    * Validate data before import
    * Support CHECKSUM TABLE operation
    * Improved operations regarding partitions
    * Alter privileges when renaming or copying a database or table
    * Several improvements related to speed and responsiveness
    * Improved print view
    * Use CTRL or ALT plus arrow keys to navigate in grid editor
    * Use plain-English destinations for
      $cfg['NavigationTreeDefaultTabTable'], $cfg['DefaultTabServer'],
      $cfg['DefaultTabDatabase'], and $cfg['DefaultTabTable'].
      The old style values will still work, but this makes it easier for
      new users to easily understand the destination links.
    * Integrate SQL debugging into Console
    * Restore row editing when no unique/primary key exists
    * Allow exporting one file per table and one file per database
    * Improvements to using multiple servers with the auth_type cookie
    * Support virtual columns (MySQL 5.7.5+)
    * Add or improve support for several MariaDB features including
      process list and virtual/persistent columns
    * Improved handling of cached data when upgrading phpMyAdmin
    * Add SHA256 security password support
* Tue Dec 29 2015 ecsos@opensuse.org
  - update to 4.4.15.2 (2015-12-25)
  - Security fixes:
    * PMASA-2015-5 (CVE-2015-8669, CWE-661 CWE-200) boo#960282
      https://www.phpmyadmin.net/security/PMASA-2015-6/
    - [Security] Path disclosure, see PMASA-2015-6
* Mon Oct 26 2015 ecsos@opensuse.org
  - update to 4.4.15.1 (2015-10-23)
    - gh#11464 phpMyAdmin suggests upgrading to newer version not
      usable on that system
  - Security fixes: [boo#951960]
    * PMASA-2015-5 (CVE-2015-7873, CWE-661 CWE-20)
      https://www.phpmyadmin.net/security/PMASA-2015-5/
    - fix issue [security] Content spoofing on url.php
* Sun Sep 20 2015 ecsos@opensuse.org
  - update to 4.4.15 (2015-09-20)
    - gh#11411 Undefined "replace" function on numeric scalar
    - gh#11421 Stored-proc / routine - broken parameter parsing
    - fix issue  Missing name for configuration read_as_multibytes
    - gh#11431 Incorrect "No row selected" message
    - gh#11447 MySQL 5.5 and the language system variable
    - gh#11452 Semantics of export and import icons are mixed up
    - gh#11451 Designer-Bug in move.js on multiple server
      configuration
    - gh#11458 Invalid UTF-8 sequence in argument
    - gh#11457 Request URI too large
    - fix issue Invalid argument supplied for foreach()
    - gh#11461 Foreign key constraints for InnoDB tables with
      upper-case letters disabled
    - gh#11487 Warning when entering Query page
  - change entrys in changelog from sf to gh from 4.13.0 to now
* Thu Sep 17 2015 ecsos@opensuse.org
  - boo#945999 enable required apache modules in spec at install
* Fri Sep 11 2015 ecsos@opensuse.org
  - update 4.4.14.1 (2015-09-08)
  - Security fixes: [boo#945420]
    * PMASA-2015-4 (CVE-2015-6830, CWE-661 CWE-307)
      https://www.phpmyadmin.net/security/PMASA-2015-4/
    - fix issue [security] reCaptcha bypass
* Tue Aug 25 2015 ecsos@opensuse.org
  - update to 4.4.14 (2015-08-20)
    - gh#11367 Export after search, missing WHERE clause
    - gh#11380 Incomplete message after import
    - fix issue Incorrect scalar type declaration
      (reported under PHP 7)
    - gh#11389 ReCaptcha produces deprecated messages under PHP 7
    - gh#11387 phpseclib < 2.0 produces deprecated messages on PHP 7
    - gh#11404 "Switch to copied table" doesn't work
    - gh#11406 Missing quotes after calling "distinct values"
    - gh#11386 Cannot import database with long data in one column
    - gh#11410 SPATIAL index option is not clickable
* Sun Aug 09 2015 ecsos@opensuse.org
  - update to 4.4.13.1 (2015-08-08)
    - gh#11368 SQL error when importing phpMyAdmin dump file
* Sat Aug 08 2015 ecsos@opensuse.org
  - update to 4.4.13 (2015-08-07)
    - gh#1808 "Improve table structure" generates invalid SQL
    - fix issue Once checked "Show only active" checkbox is always
      checked
    - gh#1813 Delete rows using "Check All" is broken
    - fix issue Fix PHP 7 possible binding ambiguity
    - gh#11326 Exported schema includes all the tables of the
      database
    - gh#11339 Results not displayed if query ends in delimiter and
      comment
    - gh#11320 Live edit of data fields is not working always
    - fix issue Table list in navigation collapses when entering into
      a table in another page
    - gh#11364 JS error while trying to auto navigate to db structure
      page when db creation has failed
* Tue Jul 21 2015 mcihar@suse.cz
  - Apache configuration compatible with both 2.2 and 2.4
* Mon Jul 20 2015 mcihar@suse.cz
  - update to 4.4.12 (2015-07-20)
    - Saved chart image does not have a proper name or an extension
    - sf#4976 Timepicker CSS issues in Original theme
    - sf#4975 Move/Copy/Rename operations on Table/Db fail on Drizzle server
    - sf#4826 Two inline edit windows
    - sf#4979 Problem when import *.ods file
    - Add missing head tag
    - sf#4985 Column headers move when scrolling
  - use smaller xz compressed archive
  - update Apache configuration to be compatible with 2.4
* Wed Jul 08 2015 ecsos@opensuse.org
  - update to 4.4.11 (2015-07-06)
    - fix bug Missing selected/entered values when editing active
    options in visual query builder
    - sf#4969 Autoload from prefs_storage not behaving properly
    - sf#4972 Incorrect length computed for binary data
    - fix bug Remove character set from create_tables_drizzle.sql
    - sf#4973 Users overview needs clarification
    - sf#4974 Creating a database from console doesn't update
      navigation panel
    - sf#4844 FAQ 1.17 needs an update
  - change sourcepath in spec
* Thu Jul 02 2015 mcihar@suse.cz
  - switch upstream url to https
  - include signed release together with keyring to verify signatures
* Wed Jun 17 2015 ecsos@opensuse.org
  - add missing sql-scripts to doc
* Wed Jun 17 2015 ecsos@opensuse.org
  - update to 4.4.10 (2015-06-17)
    - sf#4950 Issues in database selection for replication
    - sf#4951 Trying to save chart as image crashes the browser
    - sf#4953 cant drag sql.gz file onto import input
    - sf#4960 Table creation results in GET request with missing
      server parameter that invalidates the session
    - sf#4961 Javascript error when Designer is opened
    - sf#4962 Insert by foreign key scrolls page to top
    - sf#4955 Clicking on the navi logo does not always work
    - fix bug External URL for $cfg['NavigationLogoLink'] causes
      JavaScript error when clicked
* Fri Jun 05 2015 ecsos@opensuse.org
  - update to 4.4.9 (2015-06-04)
    - sf#4920 relation view doesn't list fields of table in other
      database
    - sf#4905 Sorting by an alias
    - sf#4931 False error before entering reCAPTCHA
    - sf#4909 central column with multiple server
    - sf#4937 Custom export with backquotes off is not working
    - sf#4908 Reverse proxy: infinite internal redirect
      (added warning in doc)
    - sf#4942 Export to gzip saves plain text under Chrome
* Thu May 28 2015 ecsos@opensuse.org
  - update to 4.4.8 (2015-05-28)
    - fix bug Allow accessing visual query builder when pmadb is not
      configured
    - sf#4893 Nav tree line alignment issue
    - sf#4911 Lock page icon is not shown after fresh reload
    - sf#4912 "Highlight pointer" and "Row marker" doesn't work
      properly
    - fix bug Browse foreigners window goes out of the window
    - sf#4918 Date field popup dialog position bug
    - fix bug In /setup, PMA_messages is not defined
    - sf#4924 Recaptcha failure
    - sf#4930 Database copy doesn't work for tables with more than
      one FULLTEXT index
    - sf#4929 Edit view structure doesn't load the algorithm
    - sf#4923 Do not limit table comments to 60 characters
* Sat May 16 2015 ecsos@opensuse.org
  - update to 4.4.7 (2015-05-16)
    - sf#4876 Settings issues (Favorite tables shown twice in
      Settings)
    - sf#4896 Non-styled error page when following results link
    - sf#4894 Deleting without confirmation
    - sf#4858 Issues with SQL autocomplete
    - sf#4897 Column hint in SQL autocomplete is sometimes not shown
    - sf#4898 JS error after selecting a field and press Enter
    - fix bug Honor proxy settings when getting Git commit
      information
    - fix bug Missing title on link
    - sf#4512 ForceSSL Redirect Check
    - fix bug Undefined index collation_connection
    - fix bug Error when the reporting server is down
    - fix bug Escape database and table names for partition
      maintenance
    - fix bug Invalid value for CURLOPT_SSL_VERIFYPEER
    - sf#4367 Import status infinite loop
    - sf#4902 Designer: Loading does not work
    - sf#4904 Setup: Overview > Display does not work
    - sf#4906 Designer: pages from all databases
* Wed May 13 2015 ecsos@opensuse.org
  - update 4.4.6.1 (2015-05-13)
    This update fixes several vulnerabilities
  - Security fixes:
    * PMASA-2015-2 (CVE-2015-3902, CWE-661 CWE-352)
      http://www.phpmyadmin.net/home_page/security/PMASA-2015-2.php
    - sf#4899 [security] CSRF vulnerability in setup
    * PMASA-2015-3 ( CVE-2015-3903, CWE-661 CWE-295)
      http://www.phpmyadmin.net/home_page/security/PMASA-2015-3.php
    - sf#4900 [security] Vulnerability allowing man-in-the-middle
      attack
* Thu May 07 2015 ecsos@opensuse.org
  - update to 4.4.6 (2015-05-07)
    - sf#4890 webkitStorageInfo and webkitIndexedDB is deprecated
    - sf#4892 Undefined variable: unique_conditions
    - sf#4891 CSV Import ignores "Replace table data with file"
      checkbox
* Tue May 05 2015 ecsos@opensuse.org
  - update to 4.4.5 (2015-05-05)
    - fix bug Table overhead stats: missing space before the unit
    - fix bug Fix resize icon in Designer
    - sf#4879 Exit fullscreen in Designer does not change
      the button text
    - sf#4880 Designer icons missing when using original theme
    - sf#4878 Column list of central columns is not cleared
    - sf#4881 jQuery dialogs of the Designer are not displayed in
      fullscreen
    - sf#4883 Search function breaks when searching for certain
      combinations of backslashes and slashes
    - sf#4830 Maximum execution time exceeded in Util.class.php
      (better fix)
    - sf#4885 Some icons are above the overlay of jQuery dialogs
    - sf#4886 Clicking on external links in advisor rules give
      JS error
    - sf#4888 Filter in central columns does not work in other
      languages
* Sun Apr 26 2015 ecsos@opensuse.org
  - update to 4.4.4 (2015-04-26)
    - sf#4863 Edit vs Change
    - sf#4859 Don't scroll (to bottom) when editing multiple rows
    - sf#4862 Misaligned Inline edit field
    - sf#4861 Use of undefined constant PMA_DRIZZLE
    - sf#4865 sprintf(): Too few arguments
    - sf#4866 Limit column ordering in index edit dialog
    - sf#4867 Incorrect ALTER TABLE statement generated
    - sf#4870 Inconsistency in 'Ignore' checkbox in insert page
    - sf#4869 Drop column action not asking to confirm
    - sf#4871 Error on creating table
    - fix bug Undefined index: Rows
* Mon Apr 20 2015 ecsos@opensuse.org
  - update to 4.4.3 (2015-04-20)
    - sf#4851 PHP errors in login dialogue
    - sf#4845 White screen (Cloudflare)
    - sf#4207 json_encode error due to strftime returning non utf8
      chars in Windows 8.1 Chinese version
    - sf#4794 Server error viewing table content
    - fix bug Fix issues related to number of decimal places in time
    - sf#4853 Relation view between 1600 and 1780 px
    - fix bug PHP 7 compatibility in php-gettext
    - fix bug PHP 7 compatibility in bfShapeFiles
    - fix bug PHP 7 session_regenerate_id() warning
    - sf#4857 Alter table after changing column name error
    - sf#4830 Maximum execution time exceeded in Util.class.php
* Mon Apr 13 2015 ecsos@opensuse.org
  - update to 4.4.2 (2015-04-13)
    - sf#4835 PMA_hideShowConnection not called after
      submit_num_fields
    - sf#4836 Server warning after moving from console to
      direct clicks
    - sf#4837 Duplicate new version notification when using
      the "Back" button
    - sf#4839 DOC link in setting is broken
    - sf#4841 Status page: Mislukte pogingen per uur value is
      incorrect
    - fix bug   MIME Transformation link fixed
    - sf#4838 Prevents console window from moving out of the
      screen height
    - sf#4829 Create procedure via SQL Editor not more possible
    - sf#4833 CSS and Javascript are not compressed
    - sf#4849 Functions accessed from navigation do not load on
      ajax dialog
    - sf#4850 Relation view on 1920
* Sat Apr 11 2015 ecsos@opensuse.org
  - update 4.4.1.1 (2015-04-08)
    - sf#4846 Web server's error log is flooded
  - changes from 4.4.1 (2015-04-07)
    - sf#4813 MySQL 5.7.6 and the Users menu tab
    - sf#4818 MySQL 5.7.6 and changing the password for another user
    - sf#4819 Request URI too large
    - sf#4814 MySQL 5.7.6 and Databases
    - fix bug Use 'server' parameter in console to work in multi
      server environments
    - fix bug Missing tooltip in monitor
    - fix bug Missing sort icons in monitor
    - sf#4805 Inline edit broken when using functions in query
    - sf#4821 Timed-out import fails to restart when file represented
    - sf#4754 pMA DB not detected properly
    - sf#4825 Datepicker missing when changing number of rows on
      Insert page
    - sf#4824 INNODB STATUS page is empty
    - sf#4828 JavaScript is loaded in wrong order
    - sf#4827 TEXT formatting doesn't work after inline editing
    - sf#4822 Compress when php.ini output_buffering is active
    - sf#4832 Sorting distinct values result loses links
    - sf#4834 Do not attach token to css requests to improve caching
* Fri Apr 03 2015 ecsos@opensuse.org
  - update to 4.4.0 (2015-04-01)
    + rfe #1553 InnoDB presently supports one FULLTEXT index creation
      at a time
    + rfe #1562 Allow tracking multiple table at once from database
      level tracking page
    + rfe #1564 Improve action message on Tracking page
    + rfe #1566 Change value of "Number of rows:" when "Show all"
      is checked
    + rfe Focus console by clicking on white space
    + rfe #1507 Part 1: Cycle through console history with keyboard
      up/down arrows
    + rfe #1579 Default to primary key when adding relation
    + rfe #1572 User prefs: Diff-friendly JSON for config
    + rfe #1567 Sever Variables Table UI Improvements
    - sf#4675 phpMyAdmin should be able to work without 'examples'
      DIR - move SQL scripts to sql directory
    + rfe #1578 Warn about reserved word only when a column is
      created
    + rfe #1590 Recaptcha API v2
    + rfe #1580 Individual Zeroconf PMA tables support
    + rfe #1525 Generate keys one per line
    + rfe #347 allow table with transformed column anywhere in
      FROM clause
    + rfe #1591 Shortcut link to search page
    + rfe #1568 Fold Add Column After / Before into dropdown
    - sf#4705 Table structure: adding primary key doesn't refresh
      page
    + rfe #1582 SQL formatter
    + rfe #1597 Fast filter improvement: remove
      "x other results found"
    - sf#4720 No error message on Missing extension mbstring
    + rfe #801 Builtin transformations and relations
    + rfe #767 USING BTREE support for HEAP/MEMORY tables
    + rfe #1596 Make "Options > Relational" configurable
    + rfe #719 More details in PDF relation view
    + rfe #1096 Cannot enter connection for federated engine table
    + rfe #954 Allow SALT in ENCRYPT function
    + rfe #1260 Setting LoginCookieValidity > session.gc_maxlifetime
    + rfe Transformation for JSON
    - bug Fix isCanvasSupported for new window
    + rfe #1600 Clarify the "Inline" link
    + rfe #1179 Speed up slow triggers by using EVENT_OBJECT_SCHEMA
    + rfe #1192 ON DUPLICATE KEY UPDATE for loading CSV
    - bug fix Cannot execute command from console
      (multi-server installation)
    + rfe #1208 linking from information_schema
    + rfe #1235 Relation view: move to main "Structure" page
    + rfe #1558 Designer menu with explicit text
    + rfe #937 Relations with views like with tables
    + rfe #1241 Browse Field -> Search
    + rfe #723 Provide sanity check for table/column names
      (table names)
    + rfe #1312 SessionTimeZone configuration directive
    - bug fix Add missing confirmation when deleting tracking report
      entries
    + rfe Ability to disable foreign key check when emptying tables
    + rfe #1549 Reset auto-increment when exporting structure
    + rfe #1602 Recover query in redaction after session end
    + rfe #1605 After database creation, go to database structure
      page
    + rfe #1604 Show PHP version
    - sf#4770 Multiple delete on table browse ignoring foreign key
      checkbox
    + rfe CodeMirror based SQL editor as an input transformation
    + rfe #1275 CodeMirror based JSON editor as an input
      transformation
    + rfe #685 Editor for HTML content
    + rfe #1595 make professional code editor suggestion
    + rfe #1606 processlist filter
    + rfe Change tracking activation status from db level tracking
      page
    + rfe #1207 Export users associated with a specific
      schema/database
    + rfe #1575 "Disable database expansion" : unclear directive name
      and explanation
    + rfe #1607 Tool tip for lock icon when making changes to a page
    + rfe #1327 Hide 'Add user' link if user does not have privileges
    + rfe #501 Support for SSL GRANT option
    + rfe #1608 Central columns allowing setting SIGNED / UNSIGNED
      attribute for integer
    + rfe #1441 Add regexp match when using AllowArbitraryServer
    - sf#4806 Unable to work with two different servers in two tabs
  - fix incorrect fsf-address
  - change pma.patch
* Sun Mar 29 2015 ecsos@opensuse.org
  - update to 4.3.13 (2015-03-29)
    - sf#4803 "Show hidden items" is sometimes hidden
    - sf#4807 Breaks when sorting by multiple columns
      while using UNION
    - sf#4798 Missing column when exporting in sql
    - sf#4810 Broken find and replace
    - sf#4804 Undefined Index after export schema
    - sf#4802 Changelog page is not working
    - sf#4815 Infinite calls to index.php
    - sf#4820 Invalid links to dev.mysql.com
    - sf#4718 simulate query fails, but actual query does not
* Sat Mar 14 2015 ecsos@opensuse.org
  - update to 4.3.12 (2015-03-14)
    - sf#4746 Right-aligned columns have left-aligned header
    - sf#4779 PMA_Util::parseEnumSetValues fails on enums with UTF-8
      values
    - fix bug Undefined index savedsearcheswork
    - sf#4788 Inline edit of DATE fields with NULL, NULL checkbox is
      under datepicker
    - sf#4790 DROP TABLE/VIEW IF EXISTS are not tracked
    - fix bug Compatibility with central columns of version 4.4
    - sf#4758 Firefox with auth_type to http with multiple server
      doesn't work anymore
    - sf#4789 Views aren't dropped when copying a database
    - sf#4784 Incomplete bookmark saving
    - sf#4786 SELECT width on relations page
* Wed Mar 04 2015 ecsos@opensuse.org
  - update to 4.3.11.1 (2015-03-04)
    This update fixes several vulnerabilities
  - Security fixes:
    * PMASA-2015-1 (CVE-2015-2206, CWE-661 CWE-352) [boo#920773]
      http://www.phpmyadmin.net/home_page/security/PMASA-2015-1.php
    - fix bug [security] Risk of BREACH attack
* Wed Mar 04 2015 ecsos@opensuse.org
  - fix error displayed in Status/Advisor and not functional display
    of cpu and memory under Status/Monitor/
* Tue Mar 03 2015 ecsos@opensuse.org
  - update to 4.3.11 (2015-03-02)
    - sf#4774 SQL links are completely wrong
    - sf#4768 MariaDB: version mismatch
    - sf#4777 Some images are missing in Designer for original theme
    - sf#4767 Drizzle: undefined index in mysql_charsets.inc.php
    - sf#4753 Normal field and multi-line field have different
      margins
    - sf#4760 Cannot re-import settings from local storage
    - sf#4778 SQL error when database list is sorted by additional
      columns
    - sf#4780 Notice when timestamp column does not have default
      value
* Fri Feb 20 2015 ecsos@opensuse.org
  - update to 4.3.10 (2015-02-20)
    - fix bug Undefined index navwork
    - sf#4744 Opening console scroll down the page
    - fix bug Remove extra column heading in view structure page
    - fix bug Add missing confirmation when deleting central columns
    - fix bug Undefined index DisableIS
    - sf#4763 Database export with more than 512 tables fails
    - sf#4769 Previously set column aliases are destroyed if returned
      to the same table
    - sf#4752 Incorrect page after creating table
    - sf#4771 Central Columns not working, showing error
* Fri Feb 06 2015 ecsos@opensuse.org
  - update to 4.3.9 (2015-02-05)
    - sf#4728 Incorrect headings in routine editor
    - sf#4730 Notice while browsing tables when phpmyadmin
      pma database exists, but not all the tables
    - sf#4729 Display original field when using "Relational display
      column" option and display column is empty
    - sf#4734 Default values for binary fields do not support
      binary values
    - sf#4736 Changing display options breaks query highlighting
    - fix bug Undefined index submit_type
    - sf#4738 Header lose align when scrolling in Firefox
    - sf#4741 in ./libraries/Advisor.class.php#184 vsprintf():
      Too few arguments
    - sf#4743 Unable to move cursor with keyboard in filter rows box
    - fix bug Incorrect link in doc
    - sf#4745 Tracking does not handle views properly
    - sf#4706 Schema export doesn't handle dots in db/table name
    - sf#3935 Table Header not displayed correct (Safari 5.0.5 Mac)
    - sf#4750 Disable renaming referenced columns
    - sf#4748 Column name center-aligned instead of left-aligned
      in Relations
* Sat Jan 24 2015 ecsos@opensuse.org
  - update to 4.3.8 (2015-01-24)
    - fix bug Undefined constant PMA_DRIZZLE
    - sf#4712 Wrongly positioned date-picker while Grid-Editing
    - sf#4714 Forced ORDER BY for own sql statements
    - sf#4721 Undefined property: stdClass::$version
    - sf#4719 'only_db' not working
    - sf#4700 Error text: Internal Server Error
    - sf#4722 Incorrect width table summary when favorite tables
      is disabled
    - sf#4716 Collapse all in navigation panel is sometimes broken
    - sf#4724 Cannot navigate in filtered table list
    - sf#4717 Database navigation menu broken when resolution/screen
      is changing
    - sf#4727 Collation column missing in database list
      when DisableIS is true
    - fix bug Undefined index central_columnswork
    - fix bug Undefined index favorite_tables
* Sat Jan 17 2015 ecsos@opensuse.org
  - update to 4.3.7 (2015-01-15)
    - sf#4694 js error on marking table as favorite in Safari (in private mode)
    - sf#4695 Changing $cfg['DefaultTabTable'] doesn't update link and title
    - fix bug Undefined index menuswork
    - fix bug Undefined index navwork
    - fix bug Undefined index central_columnswork
    - sf#4697 Server Status refresh not behaving as expected
    - fix bug Null argument in array_multisort()
    - sf#4699 Navigation panel should not hide icons based on 'TableNavigationLinksMode'
    - sf#4703 Unsaved schema page exported as pdf.pdf
    - sf#4707 Call to undefined method PMA_Schema_PDF::dieSchema()
    - sf#4702 URL is non RFC-2396 compatible in get_scripts.js.php
* Thu Jan 08 2015 ecsos@opensuse.org
  - update to 4.3.6 (2015-01-07)
    - fix bug Undefined index notices while configuring recent and
      favorite tables
    - sf#4687 Designer breaks without configuration storage
    - sf#4686 Select elements flicker and selects something else
    - sf#4689 Setup tool creates "pma__favorites" incorrectly
    - sf#4685 Call to a member function isUserType() on a non-object
    - sf#4691 Do not include console when no server is selected
    - sf#4688 File permissions in archive
    - sf#4692 Dynamic javascripts gives 500 when db selected
* Mon Jan 05 2015 chris@computersalat.de
  - fix for boo#911360
    * problems with pma__config enabled by default in phpMyAdmin
  - rework config patch
    * fix for pma storage config (disabled by default)
  - add phpMyAdmin-pma.patch
    * fix create_tables.sql
  - fix restart_on_update
* Mon Jan 05 2015 ecsos@opensuse.org
  - update to 4.3.5 (2015-01-05)
    - fix bug Auto-configuration: tables were not created
      automatically
    - sf#4677 Advanced feature checker does not check for
      favorite tables feature
    - sf#4678 Some of the data stored in configuration storage
      are not deleted upon db or table delete
    - sf#4679 Setup does not allow providing a name for
      favorites table
    - sf#4680 Number of favorite table are not configurable in setup
    - sf#4681 'Central columns table' field in setup does not have
      a description
    - sf#4318 Default connection collation and sorting
    - sf#4683 Relational data is not properly updated on table rename
    - sf#4655 Undefined index: collation_connection (second patch)
    - sf#4682 4.3.3 & 4.3.4 Import sql created by mysqldump fails on
      foreign keys
    - sf#4676 Auto-configuration issues
    - sf#4416 New lines are removed when grid editing (part two: TEXT)
* Mon Dec 29 2014 ecsos@opensuse.org
  - update to 4.3.4 (2014-12-29)
    - sf#4653 Always connection error was shown, on /setup
      at tab "configuration storage"
    - sf#4661 Drag and drop file import always fails
    - sf#4651 don't open console with esc
    - sf#4664 select min() displays 1 row, but reports the table
      amount of rows returned
    - sf#4666 Undefined indexes in table stucture print view
      of a view
    - sf#4663 Export missing back ticks for order table name
    - sf#4668 Remove from central columns error
    - sf#4670 CSV import reads both commas and values into
      first column after first row
    - sf#4642 phpmyadmin often fails to load due to specific
      load order
    - sf#4671 Unable to move all columns
    - sf#4645 Import of export created with mysqldump
    - sf#4672 "Distinct values" does not page
    - sf#4667 Consistency in borders
    - sf#4658 Illegal string offset (Data_length, Index_length)
    - sf#4655 Undefined index: collation_connection
    - sf#4673 Delimiter causing page lock
* Sun Dec 21 2014 ecsos@opensuse.org
  - update to 4.3.3 (2014-12-21)
    - fix bug The "Recently used tables" setting should be with
      Nav panel
    - sf#4647 Can't disable Favorites
    - sf#4646 Version Check Broken
    - sf#4630 AJAX request infinite loop
    - sf#4649 Attributes field size smaller than others
    - sf#4622 Cannot remove table ordering on a Mac
    - fix bug Fix initial replication configuration
    - fix bug Undefined index central_columnswork
    - sf#4657 Don't have default blowfish_secret
    - sf#4656 Some error popups fade away too quickly
    - sf#4648 Consistency in borders
    - fix bug $cfg['Error_Handler']['display'] no longer necessary
    - sf#4659 Leading and trailing whitespace in column name
* Fri Dec 12 2014 ecsos@opensuse.org
  - update to 4.3.2 (2014-12-12)
    - sf#4628 PHP error while exporting schema as PDF
    - sf#4631 Server selector submits two server parameter values
    - sf#4629 Problem with custom SQL queries using cookie
      authentication
    - fix bug Undefined index central_columnswork
    - sf#4632 Notice in ./libraries/Util.class.php#1916
      Undefined index: query
    - sf#4633 Wrong parameter in fetchValue
    - sf#4634 Error reporting creates an infinite loop
    - sf#4635 Token mismatch while creating configuration storage
    - sf#4640 Incorrect reference to PHP 6
    - sf#3794 failure to handle repeating empty columns when
      importing ODS
    - sf#4638 Default Export Method setting broken
    - sf#4639 Export SQL missing indentation first field
    - sf#4637 Field Alignment
    - sf#4644 Error when browsing tables
* Mon Dec 08 2014 ecsos@opensuse.org
  - update to 4.3.1 (2014-12-08)
    - sf#4609 'Show all' checkbox label is not clickable
    - sf#4610 JS error reporting: Hash fragment is reset
    - fix bug Undefined index menuswork
    - sf#4614 Separator between "Show All" and "Number of rows"
      disappears
    - sf#4615 SQL highlighting in process list breaks on auto refresh
    - sf#4616 Warning in db structure print view page
    - fix bug Undefined index navwork, savedsearcheswork, fields
    - sf#4620 Undefined index while adding to the central
      columns list
    - sf#4618 Page scrolls while GIS visualization is zoomed in/out
      with mousewheel
    - sf#4613 HHVM: method 'ob_gzhandler' not found
    - sf#4593 Manual "SELECT" doesn't change active table
    - sf#4623 Incomplete PHP OpenSSL support
    - sf#4626 Ctrl + click on a column not in sort triggers a server
      call to erroneous url
    - sf#4625 "Insufficient space to save the file" on export SQL to
      file on server
    - sf#4627 "file_get_contents(examples/create_tables.sql): failed
      to open stream" after update
    - sf#4617 UI issues with sortable tables
    - sf#4619 SELECT LENGTH(`field`) FROM `table` does not sort
* Sat Dec 06 2014 ecsos@opensuse.org
  - update to 4.3.0 (2014-12-05)
    + rfe #1502 Smart sorting for int keys
    + rfe #1521 Confirmation message when dropping user(s)
    + rfe #1518 Confirm dialog on accidentally leaving a page
    + rfe #1445 Easy access to "SHOW CREATE ..."
    + rfe #1448 Allow clicking an approximate row count to get
      a correct one
    + rfe #1487 "Browse foreign values" should be a modal dialog
    + rfe #1523 Better visual clue for table structure
      primary key column
    + rfe #982 Support for editing binary fields in hexadecimal
    - sf#4416 New lines are removed when grid editing
    + rfe #706 Multi-db privileges adding
    + rfe #1527 Charts for data in <x-axis, series, value> format
    + rfe Allow saving query charts as images
    + rfe #1145 Preview SQL instead of executing it
    + rfe #759 Use aliases in SQL export for tables and columns
    - sf#4450 Query is duplicated on Ctrl+Enter
    + rfe #755 Export with table/column name changes
    + rfe #869 Run SQL query: Allow rollback for InnoDB tables
    + rfe #654 Range Search Capability
    + rfe #1490 Dynamic process list
    + rfe #1522 Drag and Drop SQL import
    + rfe #637 Custom Field Handlers
    + rfe #1488 User privilege tab not shown in all relevant cases
    + rfe #781 Privileges for non superuser
    + rfe #908 Improvements for the table editor (index creation)
    + rfe #1426 Navigation state lost on reload
    - sf#4439 Table list in left panel doesn't expand
    + rfe Improved validation when inserting data
    + rfe #1491 Support InnoDB for database Query by example
    + rfe #345 Normalize a table
    + rfe #1123 Zeroconf PMA tables support
    + rfe #1492 Remove the distinct query window / Add SQL
      log+history panel
    + rfe #919 Multiple-column foreign key relation
    - sf#3165 Redundant foreign keys not supported
    - fix bug Incorrect link to documentation
    + rfe #857 Regexp replace
    - fix bug Incorrect path in change password when on reverse proxy
      or
      non-root directory
    + MariaDB 10+ multi-master replication support
    + rfe #1544 MySQL 5.7.5 compatibility
    + rfe #1529 Avoid session timeout when user is active
    - sf#4528 Can't import dump via SQL field
    + rfe #1251 Show "Overhead" with same precision for all tables
    + rfe #1546 Improve the js printf library
    + rfe #1542 Better error reporting in Designer
    - sf#4547 Micro history does not work in Users page
    - sf#4551 Wrong test in source code
    - sf#4537 BLOB inline-view JPG column transformation does
      not work for anything except simple queries
    + rfe #1535 Keyword-based autocompletion in SQL query editors
    - sf#4558 Unable to Add Rows while Creating Table
    + rfe #1547 Wrap No Tables Found message with message box
    - sf#4559 Logging in causes 100% CPU usage
    - sf#4564 Designer: spaces in table name with edit table link
      generates bad links
    - sf#4582 Debug SQL works only for the first page
    - sf#3869 Count(*) on information_scheme.INNODB_BUFFER_PAGE
      with a huge bufferpool
    - sf#4495 Comment lines in multiquery
    - sf#4535 Loads of Warnings/Notices in PMA_getServerSlaveStatus
      on replication slave
    - sf#4585 Multi query results not shown
    + rfe #1556 Disabling Show all
    - sf#4513 phpmyadmin run very slow (information_schema)
    - sf#4243 Super slow page rendering with tens of thousands of DBs
    - sf#4391 Upgraded to 4.2.0, insanely slow now
    + rfe #1537 PHP OpenSSL support for cookie encryption/decryption
    - sf#4227 Token mismatch when using HTTP AUTH and the SESSION
      expires
  - change all my old mail address in this changelog
    from ecsos@old.domain to ecsos@opensuse.org
* Wed Dec 03 2014 ecsos@opensuse.org
  - update to 4.2.13.1 (2014-12-03)
    This update fixes several vulnerabilities
  - Security fixes:
    * PMASA-2014-18 (CVE-2014-9219, CWE-661 CWE-79) [boo#908364]
      http://www.phpmyadmin.net/home_page/security/PMASA-2014-18.php
    - sf#4612 [security] XSS vulnerability in redirection mechanism
    * PMASA-2014-17 (CVE-2014-9218, CWE-661 CWE-400) [boo#908363]
      http://www.phpmyadmin.net/home_page/security/PMASA-2014-17.php
    - sf#4611 [security] DOS attack with long passwords
* Sun Nov 30 2014 ecsos@opensuse.org
  - update to 4.2.13 (2014-11-30)
    - sf#4604 Query history not being deleted
    - sf#4057 db/table query string parameters no longer work
    - sf#4605 Unseen messages in tracking
    - sf#4606 Tracking report export as SQL dump does not work
    - sf#4607 Syntax error during db_copy operation
    - sf#4608 SELECT permission issues with relations and restricted
      access
* Thu Nov 20 2014 ecsos@opensuse.org
  - update to 4.2.12 (2014-11-20)
    This update fixes several vulnerabilities, as well as a number of
    other bug fixes.
  - Security fixes:
    * PMASA-2014-16 (CVE-2014-8961, CWE-661 CWE-23) [boo#906488]
      http://www.phpmyadmin.net/home_page/security/PMASA-2014-16.php
    - sf#4595 [security] Path traversal can lead to leakage of
      line count
    * PMASA-2014-15 (CVE-2014-8960, CWE-661 CWE-79) [boo#906487]
      http://www.phpmyadmin.net/home_page/security/PMASA-2014-15.php
    - sf#4596 [security] XSS through exception stack
    * PMASA-2014-14 (CVE-2014-8959, CWE-661 CWE-98) [boo#906486]
      http://www.phpmyadmin.net/home_page/security/PMASA-2014-14.php
    - sf#4594 [security] Path traversal in file inclusion of
      GIS factory
    * PMASA-2014-13 (CVE-2014-8958, CWE-661 CWE-79) [boo#906485]
      http://www.phpmyadmin.net/home_page/security/PMASA-2014-13.php
    - sf#4578 [security] XSS vulnerability in table print view
    - sf#4579 [security] XSS vulnerability in zoom search page
    - sf#4598 [security] XSS in multi submit
    - sf#4597 [security] XSS through pma_fontsize cookie
  - Other bug fixes:
    - sf#4574 Blank/white page when JavaScript disabled
    - sf#4577 Multi row actions cause full page reloads
    - fix ReferenceError: targeturl is not defined
    - fix Incorrect text/icon display in Tracking report
    - sf#4404 Recordset return from procedure display nothing
    - sf#4584 Edit dialog for routines is too long for
      smaller displays
    - sf#4586 Javascript error after moving a column
    - sf#4576 Issue with long comments on table columns
    - sf#4599 Input field unnecessarily selected on focus
    - sf#4602 Exporting selected rows exports all rows of the query
    - sf#4444 No insert statement produced in SQL export for
      queries with alias
    - sf#4603 Field disabled when internal relations used
* Fri Oct 31 2014 ecsos@opensuse.org
  - update to 4.2.11 (2014-10-31)
    - fix ReferenceError: Table_onover is not defined
    - sf#4552 Incorrect routines display for database due to case
      insensitive checks
    - sf#4259 reCaptcha sound session expired problem
    - sf#4557 PHP fatal error, undefined function __()
    - sf#4568 Date displayed incorrectly when charting a timeline
    - sf#4571 Database Privileges link does not work
    - fix makegrid.js: where_clause is undefined
    - sf#4572 missing trailing slash (import and open_basedir)
* Tue Oct 21 2014 andreas.stieger@gmx.de
  - phpMyAdmin 4.2.10.1 [boo#902154] [CVE-2014-8326]
    This release fixes cross-site scripting vulnerabilities in the
    SQL debug output and server monitor pages. This developer option
    is not enabled by default.
    - sf#4562 [security] XSS in debug SQL output
    - sf#4563 [security] XSS in monitor query analyzer

Files

/etc/apache2/conf.d/phpMyAdmin.conf
/etc/apache2/conf.d/phpMyAdmin.inc
/etc/phpMyAdmin
/etc/phpMyAdmin/config.inc.php
/srv/www/htdocs/phpMyAdmin
/srv/www/htdocs/phpMyAdmin/ajax.php
/srv/www/htdocs/phpMyAdmin/browse_foreigners.php
/srv/www/htdocs/phpMyAdmin/changelog.php
/srv/www/htdocs/phpMyAdmin/chk_rel.php
/srv/www/htdocs/phpMyAdmin/config.sample.inc.php
/srv/www/htdocs/phpMyAdmin/db_central_columns.php
/srv/www/htdocs/phpMyAdmin/db_datadict.php
/srv/www/htdocs/phpMyAdmin/db_designer.php
/srv/www/htdocs/phpMyAdmin/db_events.php
/srv/www/htdocs/phpMyAdmin/db_export.php
/srv/www/htdocs/phpMyAdmin/db_import.php
/srv/www/htdocs/phpMyAdmin/db_multi_table_query.php
/srv/www/htdocs/phpMyAdmin/db_operations.php
/srv/www/htdocs/phpMyAdmin/db_qbe.php
/srv/www/htdocs/phpMyAdmin/db_routines.php
/srv/www/htdocs/phpMyAdmin/db_search.php
/srv/www/htdocs/phpMyAdmin/db_sql.php
/srv/www/htdocs/phpMyAdmin/db_sql_autocomplete.php
/srv/www/htdocs/phpMyAdmin/db_sql_format.php
/srv/www/htdocs/phpMyAdmin/db_structure.php
/srv/www/htdocs/phpMyAdmin/db_tracking.php
/srv/www/htdocs/phpMyAdmin/db_triggers.php
/srv/www/htdocs/phpMyAdmin/error_report.php
/srv/www/htdocs/phpMyAdmin/export.php
/srv/www/htdocs/phpMyAdmin/favicon.ico
/srv/www/htdocs/phpMyAdmin/gis_data_editor.php
/srv/www/htdocs/phpMyAdmin/import.php
/srv/www/htdocs/phpMyAdmin/import_status.php
/srv/www/htdocs/phpMyAdmin/index.php
/srv/www/htdocs/phpMyAdmin/js
/srv/www/htdocs/phpMyAdmin/js/ajax.js
/srv/www/htdocs/phpMyAdmin/js/chart.js
/srv/www/htdocs/phpMyAdmin/js/codemirror
/srv/www/htdocs/phpMyAdmin/js/codemirror/addon
/srv/www/htdocs/phpMyAdmin/js/codemirror/addon/lint
/srv/www/htdocs/phpMyAdmin/js/codemirror/addon/lint/sql-lint.js
/srv/www/htdocs/phpMyAdmin/js/common.js
/srv/www/htdocs/phpMyAdmin/js/config.js
/srv/www/htdocs/phpMyAdmin/js/console.js
/srv/www/htdocs/phpMyAdmin/js/cross_framing_protection.js
/srv/www/htdocs/phpMyAdmin/js/db_central_columns.js
/srv/www/htdocs/phpMyAdmin/js/db_multi_table_query.js
/srv/www/htdocs/phpMyAdmin/js/db_operations.js
/srv/www/htdocs/phpMyAdmin/js/db_qbe.js
/srv/www/htdocs/phpMyAdmin/js/db_query_generator.js
/srv/www/htdocs/phpMyAdmin/js/db_search.js
/srv/www/htdocs/phpMyAdmin/js/db_structure.js
/srv/www/htdocs/phpMyAdmin/js/db_tracking.js
/srv/www/htdocs/phpMyAdmin/js/designer
/srv/www/htdocs/phpMyAdmin/js/designer/database.js
/srv/www/htdocs/phpMyAdmin/js/designer/history.js
/srv/www/htdocs/phpMyAdmin/js/designer/init.js
/srv/www/htdocs/phpMyAdmin/js/designer/move.js
/srv/www/htdocs/phpMyAdmin/js/designer/objects.js
/srv/www/htdocs/phpMyAdmin/js/designer/page.js
/srv/www/htdocs/phpMyAdmin/js/doclinks.js
/srv/www/htdocs/phpMyAdmin/js/error_report.js
/srv/www/htdocs/phpMyAdmin/js/export.js
/srv/www/htdocs/phpMyAdmin/js/export_output.js
/srv/www/htdocs/phpMyAdmin/js/functions.js
/srv/www/htdocs/phpMyAdmin/js/gis_data_editor.js
/srv/www/htdocs/phpMyAdmin/js/import.js
/srv/www/htdocs/phpMyAdmin/js/indexes.js
/srv/www/htdocs/phpMyAdmin/js/jqplot
/srv/www/htdocs/phpMyAdmin/js/jqplot/plugins
/srv/www/htdocs/phpMyAdmin/js/jqplot/plugins/jqplot.byteFormatter.js
/srv/www/htdocs/phpMyAdmin/js/keyhandler.js
/srv/www/htdocs/phpMyAdmin/js/makegrid.js
/srv/www/htdocs/phpMyAdmin/js/menu-resizer.js
/srv/www/htdocs/phpMyAdmin/js/messages.php
/srv/www/htdocs/phpMyAdmin/js/microhistory.js
/srv/www/htdocs/phpMyAdmin/js/multi_column_sort.js
/srv/www/htdocs/phpMyAdmin/js/navigation.js
/srv/www/htdocs/phpMyAdmin/js/normalization.js
/srv/www/htdocs/phpMyAdmin/js/page_settings.js
/srv/www/htdocs/phpMyAdmin/js/replication.js
/srv/www/htdocs/phpMyAdmin/js/rte.js
/srv/www/htdocs/phpMyAdmin/js/server_databases.js
/srv/www/htdocs/phpMyAdmin/js/server_plugins.js
/srv/www/htdocs/phpMyAdmin/js/server_privileges.js
/srv/www/htdocs/phpMyAdmin/js/server_status_advisor.js
/srv/www/htdocs/phpMyAdmin/js/server_status_monitor.js
/srv/www/htdocs/phpMyAdmin/js/server_status_processes.js
/srv/www/htdocs/phpMyAdmin/js/server_status_queries.js
/srv/www/htdocs/phpMyAdmin/js/server_status_sorter.js
/srv/www/htdocs/phpMyAdmin/js/server_status_variables.js
/srv/www/htdocs/phpMyAdmin/js/server_user_groups.js
/srv/www/htdocs/phpMyAdmin/js/server_variables.js
/srv/www/htdocs/phpMyAdmin/js/shortcuts_handler.js
/srv/www/htdocs/phpMyAdmin/js/sql.js
/srv/www/htdocs/phpMyAdmin/js/tbl_change.js
/srv/www/htdocs/phpMyAdmin/js/tbl_chart.js
/srv/www/htdocs/phpMyAdmin/js/tbl_find_replace.js
/srv/www/htdocs/phpMyAdmin/js/tbl_gis_visualization.js
/srv/www/htdocs/phpMyAdmin/js/tbl_operations.js
/srv/www/htdocs/phpMyAdmin/js/tbl_relation.js
/srv/www/htdocs/phpMyAdmin/js/tbl_select.js
/srv/www/htdocs/phpMyAdmin/js/tbl_structure.js
/srv/www/htdocs/phpMyAdmin/js/tbl_tracking.js
/srv/www/htdocs/phpMyAdmin/js/tbl_zoom_plot_jqplot.js
/srv/www/htdocs/phpMyAdmin/js/transformations
/srv/www/htdocs/phpMyAdmin/js/transformations/image_upload.js
/srv/www/htdocs/phpMyAdmin/js/transformations/json.js
/srv/www/htdocs/phpMyAdmin/js/transformations/json_editor.js
/srv/www/htdocs/phpMyAdmin/js/transformations/sql_editor.js
/srv/www/htdocs/phpMyAdmin/js/transformations/xml.js
/srv/www/htdocs/phpMyAdmin/js/transformations/xml_editor.js
/srv/www/htdocs/phpMyAdmin/js/u2f.js
/srv/www/htdocs/phpMyAdmin/js/vendor
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/LICENSE
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/addon
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/addon/hint
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/addon/hint/show-hint.css
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/addon/hint/show-hint.js
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/addon/hint/sql-hint.js
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/addon/lint
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/addon/lint/lint.css
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/addon/lint/lint.js
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/addon/runmode
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/addon/runmode/runmode.js
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/lib
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/lib/codemirror.css
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/lib/codemirror.js
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/mode
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/mode/javascript
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/mode/javascript/javascript.js
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/mode/sql
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/mode/sql/sql.js
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/mode/xml
/srv/www/htdocs/phpMyAdmin/js/vendor/codemirror/mode/xml/xml.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jqplot
/srv/www/htdocs/phpMyAdmin/js/vendor/jqplot/jquery.jqplot.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jqplot/plugins
/srv/www/htdocs/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.barRenderer.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.canvasTextRenderer.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.categoryAxisRenderer.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.cursor.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.dateAxisRenderer.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.enhancedPieLegendRenderer.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.highlighter.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.pieRenderer.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jqplot/plugins/jqplot.pointLabels.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/MIT-LICENSE.txt
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/additional-methods.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/jquery-migrate.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/jquery-ui-timepicker-addon.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/jquery-ui.min.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/jquery.ba-hashchange-1.3.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/jquery.debounce-1.0.5.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/jquery.event.drag-2.2.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/jquery.fullscreen.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/jquery.md5.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/jquery.min.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/jquery.mousewheel.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/jquery.sortableTable.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/jquery.svg.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/jquery.tablesorter.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/jquery.uitablefilter.js
/srv/www/htdocs/phpMyAdmin/js/vendor/jquery/jquery.validate.js
/srv/www/htdocs/phpMyAdmin/js/vendor/js.cookie.js
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/OpenLayers.js
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/blank.gif
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/cloud-popup-relative.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/drag-rectangle-off.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/drag-rectangle-on.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/east-mini.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/layer-switcher-maximize.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/layer-switcher-minimize.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/marker-blue.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/marker-gold.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/marker-green.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/marker.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/measuring-stick-off.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/measuring-stick-on.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/north-mini.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/panning-hand-off.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/panning-hand-on.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/slider.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/south-mini.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/west-mini.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/zoom-minus-mini.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/zoom-plus-mini.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/zoom-world-mini.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/img/zoombar.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/google.css
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/google.tidy.css
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/ie6-style.css
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/ie6-style.tidy.css
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/add_point_off.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/add_point_on.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/blank.gif
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/close.gif
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/drag-rectangle-off.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/drag-rectangle-on.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/draw_line_off.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/draw_line_on.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/draw_point_off.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/draw_point_on.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/draw_polygon_off.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/draw_polygon_on.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/editing_tool_bar.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/move_feature_off.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/move_feature_on.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/navigation_history.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/overview_replacement.gif
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/pan-panel-NOALPHA.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/pan-panel.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/pan_off.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/pan_on.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/panning-hand-off.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/panning-hand-on.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/remove_point_off.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/remove_point_on.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/ruler.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/save_features_off.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/save_features_on.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/view_next_off.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/view_next_on.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/view_previous_off.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/view_previous_on.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/zoom-panel-NOALPHA.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/img/zoom-panel.png
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/style.css
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/style.mobile.css
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/style.mobile.tidy.css
/srv/www/htdocs/phpMyAdmin/js/vendor/openlayers/theme/default/style.tidy.css
/srv/www/htdocs/phpMyAdmin/js/vendor/sprintf.js
/srv/www/htdocs/phpMyAdmin/js/vendor/tracekit.js
/srv/www/htdocs/phpMyAdmin/js/vendor/u2f-api-polyfill.js
/srv/www/htdocs/phpMyAdmin/js/vendor/zxcvbn.js
/srv/www/htdocs/phpMyAdmin/js/whitelist.php
/srv/www/htdocs/phpMyAdmin/libraries
/srv/www/htdocs/phpMyAdmin/libraries/advisory_rules_generic.txt
/srv/www/htdocs/phpMyAdmin/libraries/advisory_rules_mysql_before80003.txt
/srv/www/htdocs/phpMyAdmin/libraries/certs
/srv/www/htdocs/phpMyAdmin/libraries/certs/12d55845.0
/srv/www/htdocs/phpMyAdmin/libraries/certs/2e5ac55d.0
/srv/www/htdocs/phpMyAdmin/libraries/certs/4042bcee.0
/srv/www/htdocs/phpMyAdmin/libraries/certs/6187b673.0
/srv/www/htdocs/phpMyAdmin/libraries/certs/README.rst
/srv/www/htdocs/phpMyAdmin/libraries/certs/cacert.pem
/srv/www/htdocs/phpMyAdmin/libraries/check_user_privileges.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/classes
/srv/www/htdocs/phpMyAdmin/libraries/classes/Advisor.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Bookmark.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/BrowseForeigners.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/CentralColumns.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Charsets.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/CheckUserPrivileges.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/ConfigFile.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Descriptions.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Form.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/FormDisplay.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/FormDisplayTemplate.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/BaseForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/BaseFormList.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Page
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Page/BrowseForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Page/DbStructureForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Page/EditForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Page/ExportForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Page/ImportForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Page/NaviForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Page/PageFormList.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Page/SqlForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Page/TableStructureForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Setup
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Setup/ConfigForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Setup/ExportForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Setup/FeaturesForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Setup/ImportForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Setup/MainForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Setup/NaviForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Setup/ServersForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Setup/SetupFormList.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/Setup/SqlForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/User
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/User/ExportForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/User/FeaturesForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/User/ImportForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/User/MainForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/User/NaviForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/User/SqlForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Forms/User/UserFormList.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/PageSettings.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/ServerConfigChecks.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Config/Validator.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Console.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Controller.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Database
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Database/DatabaseStructureController.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/DatabaseController.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Server
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Server/ServerBinlogController.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Server/ServerCollationsController.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Server/ServerDatabasesController.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Server/ServerEnginesController.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Server/ServerPluginsController.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Server/ServerVariablesController.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Table
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Table/TableChartController.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Table/TableGisVisualizationController.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Table/TableIndexesController.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Table/TableRelationController.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Table/TableSearchController.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/Table/TableStructureController.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Controllers/TableController.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Core.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/CreateAddField.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Database
/srv/www/htdocs/phpMyAdmin/libraries/classes/Database/DatabaseList.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Database/Designer
/srv/www/htdocs/phpMyAdmin/libraries/classes/Database/Designer.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Database/Designer/Common.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Database/Designer/DesignerTable.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Database/MultiTableQuery.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Database/Qbe.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Database/Search.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/DatabaseInterface.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Dbi
/srv/www/htdocs/phpMyAdmin/libraries/classes/Dbi/DbiDummy.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Dbi/DbiExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Dbi/DbiMysql.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Dbi/DbiMysqli.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Di
/srv/www/htdocs/phpMyAdmin/libraries/classes/Di/AliasItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Di/Container.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Di/ContainerException.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Di/FactoryItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Di/Item.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Di/NotFoundException.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Di/ReflectorItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Di/ServiceItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Di/ValueItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Display
/srv/www/htdocs/phpMyAdmin/libraries/classes/Display/ChangePassword.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Display/CreateTable.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Display/Export.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Display/GitRevision.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Display/Import.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Display/ImportAjax.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Display/Results.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Encoding.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Engines
/srv/www/htdocs/phpMyAdmin/libraries/classes/Engines/Bdb.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Engines/Berkeleydb.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Engines/Binlog.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Engines/Innobase.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Engines/Innodb.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Engines/Memory.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Engines/Merge.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Engines/MrgMyisam.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Engines/Myisam.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Engines/Ndbcluster.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Engines/Pbxt.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Engines/PerformanceSchema.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Error.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/ErrorHandler.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/ErrorReport.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Export.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/File.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/FileListing.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Font.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Footer.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Gis
/srv/www/htdocs/phpMyAdmin/libraries/classes/Gis/GisFactory.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Gis/GisGeometry.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Gis/GisGeometryCollection.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Gis/GisLineString.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Gis/GisMultiLineString.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Gis/GisMultiPoint.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Gis/GisMultiPolygon.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Gis/GisPoint.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Gis/GisPolygon.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Gis/GisVisualization.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Header.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Import.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Index.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/IndexColumn.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/InsertEdit.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/IpAllowDeny.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Language.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/LanguageManager.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Linter.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/ListAbstract.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/ListDatabase.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Logging.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Menu.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Message.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Mime.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/MultSubmits.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Navigation.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/NavigationHeader.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/NavigationTree.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/NodeFactory.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/Node.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeColumn.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeColumnContainer.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeDatabase.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeDatabaseChild.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeDatabaseChildContainer.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeEvent.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeEventContainer.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeFunction.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeFunctionContainer.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeIndex.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeIndexContainer.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeProcedure.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeProcedureContainer.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeTable.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeTableContainer.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeTrigger.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeTriggerContainer.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeView.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Navigation/Nodes/NodeViewContainer.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Normalization.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/OpenDocument.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Operations.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/OutputBuffering.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/ParseAnalyze.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Partition.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Pdf.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Auth
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Auth/AuthenticationConfig.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Auth/AuthenticationCookie.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Auth/AuthenticationHttp.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Auth/AuthenticationSignon.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/AuthenticationPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/ExportCodegen.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/ExportCsv.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/ExportExcel.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/ExportHtmlword.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/ExportJson.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/ExportLatex.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/ExportMediawiki.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/ExportOds.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/ExportOdt.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/ExportPdf.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/ExportPhparray.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/ExportSql.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/ExportTexytext.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/ExportXml.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/ExportYaml.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/Helpers
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/Helpers/Pdf.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/Helpers/TableProperty.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Export/README
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/ExportPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/IOTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import/AbstractImportCsv.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import/ImportCsv.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import/ImportLdi.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import/ImportMediawiki.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import/ImportOds.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import/ImportShp.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import/ImportSql.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import/ImportXml.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import/README
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import/ShapeFileImport.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import/Upload
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import/Upload/UploadApc.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import/Upload/UploadNoplugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import/Upload/UploadProgress.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Import/Upload/UploadSession.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/ImportPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Dia
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Dia/Dia.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Dia/TableStatsDia.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Eps
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Eps/Eps.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Eps/RelationStatsEps.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Eps/TableStatsEps.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/ExportRelationSchema.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Pdf
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Pdf/Pdf.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Pdf/RelationStatsPdf.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Pdf/TableStatsPdf.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/RelationStats.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/SchemaDia.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/SchemaEps.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/SchemaPdf.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/SchemaSvg.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Svg
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Svg/RelationStatsSvg.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Svg/Svg.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/Svg/TableStatsSvg.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Schema/TableStats.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/SchemaPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/Bool2TextTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/CodeMirrorEditorTransformationPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/DateFormatTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/FormattedTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/HexTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/ImageLinkTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/ImageUploadTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/LongToIPv4TransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/PreApPendTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/RegexValidationTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/SQLTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/SubstringTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/TextFileUploadTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/TextImageLinkTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Abs/TextLinkTransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Input
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Input/Image_JPEG_Upload.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Input/Text_Plain_FileUpload.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptobinary.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Input/Text_Plain_RegexValidation.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Input/Text_Plain_SqlEditor.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Input/Text_Plain_XmlEditor.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Download.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Application_Octetstream_Hex.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Image_JPEG_Inline.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Image_JPEG_Link.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Image_PNG_Inline.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Octetstream_Sql.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Binarytoip.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Bool2Text.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Dateformat.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_External.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Formatted.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Imagelink.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Json.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Sql.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Output/Text_Plain_Xml.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/README
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/TEMPLATE
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/TEMPLATE_ABSTRACT
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Text_Plain_Link.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Text_Plain_Longtoipv4.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Text_Plain_PreApPend.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/Transformations/Text_Plain_Substring.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/TransformationsInterface.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/TransformationsPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/TwoFactor
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/TwoFactor/Application.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/TwoFactor/Invalid.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/TwoFactor/Key.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/TwoFactor/Simple.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/TwoFactorPlugin.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Plugins/UploadInterface.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/Groups
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/Groups/OptionsPropertyMainGroup.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/Groups/OptionsPropertyRootGroup.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/Groups/OptionsPropertySubgroup.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/Items
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/Items/BoolPropertyItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/Items/DocPropertyItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/Items/HiddenPropertyItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/Items/MessageOnlyPropertyItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/Items/NumberPropertyItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/Items/RadioPropertyItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/Items/SelectPropertyItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/Items/TextPropertyItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/OptionsPropertyGroup.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/OptionsPropertyItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Options/OptionsPropertyOneItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Plugins
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Plugins/ExportPluginProperties.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Plugins/ImportPluginProperties.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Plugins/PluginPropertyItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/Plugins/SchemaPluginProperties.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Properties/PropertyItem.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/RecentFavoriteTable.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Relation.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/RelationCleanup.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Replication.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/ReplicationGui.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Response.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Rte
/srv/www/htdocs/phpMyAdmin/libraries/classes/Rte/Events.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Rte/Export.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Rte/Footer.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Rte/General.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Rte/Routines.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Rte/RteList.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Rte/Triggers.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Rte/Words.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Sanitize.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/SavedSearches.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Scripts.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Server
/srv/www/htdocs/phpMyAdmin/libraries/classes/Server/Privileges.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Server/Select.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Server/Status
/srv/www/htdocs/phpMyAdmin/libraries/classes/Server/Status.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Server/Status/Advisor.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Server/Status/Data.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Server/Status/Monitor.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Server/Status/Processes.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Server/Status/Queries.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Server/Status/Variables.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Server/UserGroups.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Server/Users.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Session.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Sql.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/SqlQueryForm.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/StorageEngine.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/SubPartition.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/SysInfo.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/SysInfoBase.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/SysInfoLinux.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/SysInfoSunOS.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/SysInfoWINNT.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/SystemDatabase.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Table.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Template.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Theme.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/ThemeManager.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Tracker.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Tracking.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Transformations.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/CharsetsExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/CoreExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/I18n
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/I18n/NodeTrans.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/I18n/TokenParserTrans.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/I18nExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/IndexExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/MessageExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/PartitionExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/PhpFunctionsExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/PluginsExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/RelationExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/SanitizeExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/ServerPrivilegesExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/StorageEngineExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/TableExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/TrackerExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/TransformationsExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/UrlExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Twig/UtilExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/TwoFactor.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Types.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Url.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/UserPassword.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/UserPreferences.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Util.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/Utils
/srv/www/htdocs/phpMyAdmin/libraries/classes/Utils/HttpRequest.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/VersionInformation.php
/srv/www/htdocs/phpMyAdmin/libraries/classes/ZipExtension.php
/srv/www/htdocs/phpMyAdmin/libraries/common.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/config.default.php
/srv/www/htdocs/phpMyAdmin/libraries/config.values.php
/srv/www/htdocs/phpMyAdmin/libraries/db_common.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/db_table_exists.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/dbi
/srv/www/htdocs/phpMyAdmin/libraries/dbi/dbi_dummy.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/error.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/hash.lib.php
/srv/www/htdocs/phpMyAdmin/libraries/information_schema_relations.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/language_stats.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/mult_submits.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/mysql_relations.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/replication.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/rte
/srv/www/htdocs/phpMyAdmin/libraries/rte/rte_main.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/server_common.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/special_schema_links.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/tbl_columns_definition_form.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/tbl_common.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/tbl_partition_definition.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/user_preferences.inc.php
/srv/www/htdocs/phpMyAdmin/libraries/vendor_config.php
/srv/www/htdocs/phpMyAdmin/license.php
/srv/www/htdocs/phpMyAdmin/lint.php
/srv/www/htdocs/phpMyAdmin/locale
/srv/www/htdocs/phpMyAdmin/locale/ar
/srv/www/htdocs/phpMyAdmin/locale/ar/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/ar/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/az
/srv/www/htdocs/phpMyAdmin/locale/az/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/az/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/be
/srv/www/htdocs/phpMyAdmin/locale/be/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/be/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/bg
/srv/www/htdocs/phpMyAdmin/locale/bg/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/bg/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/bn
/srv/www/htdocs/phpMyAdmin/locale/bn/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/bn/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/ca
/srv/www/htdocs/phpMyAdmin/locale/ca/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/ca/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/cs
/srv/www/htdocs/phpMyAdmin/locale/cs/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/cs/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/da
/srv/www/htdocs/phpMyAdmin/locale/da/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/da/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/de
/srv/www/htdocs/phpMyAdmin/locale/de/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/de/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/el
/srv/www/htdocs/phpMyAdmin/locale/el/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/el/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/en_GB
/srv/www/htdocs/phpMyAdmin/locale/en_GB/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/en_GB/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/es
/srv/www/htdocs/phpMyAdmin/locale/es/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/es/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/et
/srv/www/htdocs/phpMyAdmin/locale/et/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/et/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/fi
/srv/www/htdocs/phpMyAdmin/locale/fi/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/fi/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/fr
/srv/www/htdocs/phpMyAdmin/locale/fr/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/fr/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/gl
/srv/www/htdocs/phpMyAdmin/locale/gl/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/gl/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/he
/srv/www/htdocs/phpMyAdmin/locale/he/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/he/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/hu
/srv/www/htdocs/phpMyAdmin/locale/hu/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/hu/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/hy
/srv/www/htdocs/phpMyAdmin/locale/hy/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/hy/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/ia
/srv/www/htdocs/phpMyAdmin/locale/ia/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/ia/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/id
/srv/www/htdocs/phpMyAdmin/locale/id/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/id/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/it
/srv/www/htdocs/phpMyAdmin/locale/it/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/it/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/ja
/srv/www/htdocs/phpMyAdmin/locale/ja/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/ja/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/kk
/srv/www/htdocs/phpMyAdmin/locale/kk/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/kk/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/ko
/srv/www/htdocs/phpMyAdmin/locale/ko/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/ko/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/lt
/srv/www/htdocs/phpMyAdmin/locale/lt/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/lt/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/nb
/srv/www/htdocs/phpMyAdmin/locale/nb/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/nb/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/nl
/srv/www/htdocs/phpMyAdmin/locale/nl/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/nl/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/pl
/srv/www/htdocs/phpMyAdmin/locale/pl/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/pl/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/pt
/srv/www/htdocs/phpMyAdmin/locale/pt/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/pt/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/pt_BR
/srv/www/htdocs/phpMyAdmin/locale/pt_BR/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/pt_BR/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/ro
/srv/www/htdocs/phpMyAdmin/locale/ro/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/ro/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/ru
/srv/www/htdocs/phpMyAdmin/locale/ru/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/ru/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/si
/srv/www/htdocs/phpMyAdmin/locale/si/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/si/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/sk
/srv/www/htdocs/phpMyAdmin/locale/sk/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/sk/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/sl
/srv/www/htdocs/phpMyAdmin/locale/sl/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/sl/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/sq
/srv/www/htdocs/phpMyAdmin/locale/sq/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/sq/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/sr@latin
/srv/www/htdocs/phpMyAdmin/locale/sr@latin/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/sr@latin/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/sv
/srv/www/htdocs/phpMyAdmin/locale/sv/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/sv/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/th
/srv/www/htdocs/phpMyAdmin/locale/th/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/th/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/tr
/srv/www/htdocs/phpMyAdmin/locale/tr/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/tr/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/uk
/srv/www/htdocs/phpMyAdmin/locale/uk/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/uk/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/vi
/srv/www/htdocs/phpMyAdmin/locale/vi/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/vi/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/zh_CN
/srv/www/htdocs/phpMyAdmin/locale/zh_CN/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/zh_CN/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/locale/zh_TW
/srv/www/htdocs/phpMyAdmin/locale/zh_TW/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/locale/zh_TW/LC_MESSAGES/phpmyadmin.mo
/srv/www/htdocs/phpMyAdmin/logout.php
/srv/www/htdocs/phpMyAdmin/navigation.php
/srv/www/htdocs/phpMyAdmin/normalization.php
/srv/www/htdocs/phpMyAdmin/phpinfo.php
/srv/www/htdocs/phpMyAdmin/phpmyadmin.css.php
/srv/www/htdocs/phpMyAdmin/prefs_forms.php
/srv/www/htdocs/phpMyAdmin/prefs_manage.php
/srv/www/htdocs/phpMyAdmin/prefs_twofactor.php
/srv/www/htdocs/phpMyAdmin/print.css
/srv/www/htdocs/phpMyAdmin/schema_export.php
/srv/www/htdocs/phpMyAdmin/server_binlog.php
/srv/www/htdocs/phpMyAdmin/server_collations.php
/srv/www/htdocs/phpMyAdmin/server_databases.php
/srv/www/htdocs/phpMyAdmin/server_engines.php
/srv/www/htdocs/phpMyAdmin/server_export.php
/srv/www/htdocs/phpMyAdmin/server_import.php
/srv/www/htdocs/phpMyAdmin/server_plugins.php
/srv/www/htdocs/phpMyAdmin/server_privileges.php
/srv/www/htdocs/phpMyAdmin/server_replication.php
/srv/www/htdocs/phpMyAdmin/server_sql.php
/srv/www/htdocs/phpMyAdmin/server_status.php
/srv/www/htdocs/phpMyAdmin/server_status_advisor.php
/srv/www/htdocs/phpMyAdmin/server_status_monitor.php
/srv/www/htdocs/phpMyAdmin/server_status_processes.php
/srv/www/htdocs/phpMyAdmin/server_status_queries.php
/srv/www/htdocs/phpMyAdmin/server_status_variables.php
/srv/www/htdocs/phpMyAdmin/server_user_groups.php
/srv/www/htdocs/phpMyAdmin/server_variables.php
/srv/www/htdocs/phpMyAdmin/show_config_errors.php
/srv/www/htdocs/phpMyAdmin/sql.php
/srv/www/htdocs/phpMyAdmin/tbl_addfield.php
/srv/www/htdocs/phpMyAdmin/tbl_change.php
/srv/www/htdocs/phpMyAdmin/tbl_chart.php
/srv/www/htdocs/phpMyAdmin/tbl_create.php
/srv/www/htdocs/phpMyAdmin/tbl_export.php
/srv/www/htdocs/phpMyAdmin/tbl_find_replace.php
/srv/www/htdocs/phpMyAdmin/tbl_get_field.php
/srv/www/htdocs/phpMyAdmin/tbl_gis_visualization.php
/srv/www/htdocs/phpMyAdmin/tbl_import.php
/srv/www/htdocs/phpMyAdmin/tbl_indexes.php
/srv/www/htdocs/phpMyAdmin/tbl_operations.php
/srv/www/htdocs/phpMyAdmin/tbl_recent_favorite.php
/srv/www/htdocs/phpMyAdmin/tbl_relation.php
/srv/www/htdocs/phpMyAdmin/tbl_replace.php
/srv/www/htdocs/phpMyAdmin/tbl_row_action.php
/srv/www/htdocs/phpMyAdmin/tbl_select.php
/srv/www/htdocs/phpMyAdmin/tbl_sql.php
/srv/www/htdocs/phpMyAdmin/tbl_structure.php
/srv/www/htdocs/phpMyAdmin/tbl_tracking.php
/srv/www/htdocs/phpMyAdmin/tbl_triggers.php
/srv/www/htdocs/phpMyAdmin/tbl_zoom_select.php
/srv/www/htdocs/phpMyAdmin/templates
/srv/www/htdocs/phpMyAdmin/templates/checkbox.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/column_adjust_privileges.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/column_attribute.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/column_attributes.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/column_auto_increment.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/column_comment.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/column_default.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/column_definitions_form.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/column_extra.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/column_indexes.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/column_length.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/column_name.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/column_null.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/column_type.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/column_virtuality.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/mime_type.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/move_column.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/partitions.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/table_fields_definitions.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/transformation.twig
/srv/www/htdocs/phpMyAdmin/templates/columns_definitions/transformation_option.twig
/srv/www/htdocs/phpMyAdmin/templates/components
/srv/www/htdocs/phpMyAdmin/templates/components/error_message.twig
/srv/www/htdocs/phpMyAdmin/templates/config
/srv/www/htdocs/phpMyAdmin/templates/config/form_display
/srv/www/htdocs/phpMyAdmin/templates/config/form_display/errors.twig
/srv/www/htdocs/phpMyAdmin/templates/config/form_display/fieldset_bottom.twig
/srv/www/htdocs/phpMyAdmin/templates/config/form_display/fieldset_top.twig
/srv/www/htdocs/phpMyAdmin/templates/config/form_display/form_bottom.twig
/srv/www/htdocs/phpMyAdmin/templates/config/form_display/group_header.twig
/srv/www/htdocs/phpMyAdmin/templates/config/form_display/tabs_bottom.twig
/srv/www/htdocs/phpMyAdmin/templates/console
/srv/www/htdocs/phpMyAdmin/templates/console/bookmark_content.twig
/srv/www/htdocs/phpMyAdmin/templates/console/display.twig
/srv/www/htdocs/phpMyAdmin/templates/console/query_action.twig
/srv/www/htdocs/phpMyAdmin/templates/console/toolbar.twig
/srv/www/htdocs/phpMyAdmin/templates/database
/srv/www/htdocs/phpMyAdmin/templates/database/central_columns
/srv/www/htdocs/phpMyAdmin/templates/database/central_columns/add_column.twig
/srv/www/htdocs/phpMyAdmin/templates/database/central_columns/edit_table_header.twig
/srv/www/htdocs/phpMyAdmin/templates/database/central_columns/table_navigation.twig
/srv/www/htdocs/phpMyAdmin/templates/database/create_table.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer
/srv/www/htdocs/phpMyAdmin/templates/database/designer/aggregate_query_panel.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/canvas.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/database_tables.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/delete_relation_panel.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/edit_delete_pages.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/having_query_panel.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/js_fields.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/new_relation_panel.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/options_panel.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/page_save_as.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/page_selector.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/query_details.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/rename_to_panel.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/schema_export.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/side_menu.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/table_list.twig
/srv/www/htdocs/phpMyAdmin/templates/database/designer/where_query_panel.twig
/srv/www/htdocs/phpMyAdmin/templates/database/multi_table_query
/srv/www/htdocs/phpMyAdmin/templates/database/multi_table_query/form.twig
/srv/www/htdocs/phpMyAdmin/templates/database/qbe
/srv/www/htdocs/phpMyAdmin/templates/database/qbe/column_select_cell.twig
/srv/www/htdocs/phpMyAdmin/templates/database/qbe/footer_options.twig
/srv/www/htdocs/phpMyAdmin/templates/database/qbe/sort_order_select_cell.twig
/srv/www/htdocs/phpMyAdmin/templates/database/qbe/sort_select_cell.twig
/srv/www/htdocs/phpMyAdmin/templates/database/search
/srv/www/htdocs/phpMyAdmin/templates/database/search/result_divs.twig
/srv/www/htdocs/phpMyAdmin/templates/database/search/results.twig
/srv/www/htdocs/phpMyAdmin/templates/database/search/selection_form.twig
/srv/www/htdocs/phpMyAdmin/templates/database/structure
/srv/www/htdocs/phpMyAdmin/templates/database/structure/body_for_table_summary.twig
/srv/www/htdocs/phpMyAdmin/templates/database/structure/browse_table.twig
/srv/www/htdocs/phpMyAdmin/templates/database/structure/browse_table_label.twig
/srv/www/htdocs/phpMyAdmin/templates/database/structure/check_all_tables.twig
/srv/www/htdocs/phpMyAdmin/templates/database/structure/empty_table.twig
/srv/www/htdocs/phpMyAdmin/templates/database/structure/favorite_anchor.twig
/srv/www/htdocs/phpMyAdmin/templates/database/structure/print_view_data_dictionary_link.twig
/srv/www/htdocs/phpMyAdmin/templates/database/structure/search_table.twig
/srv/www/htdocs/phpMyAdmin/templates/database/structure/show_create.twig
/srv/www/htdocs/phpMyAdmin/templates/database/structure/show_create_row.twig
/srv/www/htdocs/phpMyAdmin/templates/database/structure/structure_table_row.twig
/srv/www/htdocs/phpMyAdmin/templates/database/structure/table_header.twig
/srv/www/htdocs/phpMyAdmin/templates/database/structure/tracking_icon.twig
/srv/www/htdocs/phpMyAdmin/templates/database/tracking
/srv/www/htdocs/phpMyAdmin/templates/database/tracking/tracked_tables.twig
/srv/www/htdocs/phpMyAdmin/templates/database/tracking/untracked_tables.twig
/srv/www/htdocs/phpMyAdmin/templates/display
/srv/www/htdocs/phpMyAdmin/templates/display/export
/srv/www/htdocs/phpMyAdmin/templates/display/export/format_dropdown.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/hidden_inputs.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/method.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/option_header.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/options_format.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/options_output.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/options_output_charset.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/options_output_compression.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/options_output_format.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/options_output_radio.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/options_output_save_dir.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/options_output_separate_files.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/options_quick_export.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/options_rows.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/select_options.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/selection.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/template_loading.twig
/srv/www/htdocs/phpMyAdmin/templates/display/export/template_options.twig
/srv/www/htdocs/phpMyAdmin/templates/display/import
/srv/www/htdocs/phpMyAdmin/templates/display/import/import.twig
/srv/www/htdocs/phpMyAdmin/templates/display/import/javascript.twig
/srv/www/htdocs/phpMyAdmin/templates/display/results
/srv/www/htdocs/phpMyAdmin/templates/display/results/additional_fields.twig
/srv/www/htdocs/phpMyAdmin/templates/display/results/comment_for_row.twig
/srv/www/htdocs/phpMyAdmin/templates/display/results/empty_display.twig
/srv/www/htdocs/phpMyAdmin/templates/display/results/multi_row_operations_form.twig
/srv/www/htdocs/phpMyAdmin/templates/display/results/null_display.twig
/srv/www/htdocs/phpMyAdmin/templates/display/results/options_block.twig
/srv/www/htdocs/phpMyAdmin/templates/display/results/show_all_checkbox.twig
/srv/www/htdocs/phpMyAdmin/templates/display/results/table_navigation_button.twig
/srv/www/htdocs/phpMyAdmin/templates/display/results/value_display.twig
/srv/www/htdocs/phpMyAdmin/templates/div_for_slider_effect.twig
/srv/www/htdocs/phpMyAdmin/templates/dropdown.twig
/srv/www/htdocs/phpMyAdmin/templates/encoding
/srv/www/htdocs/phpMyAdmin/templates/encoding/kanji_encoding_form.twig
/srv/www/htdocs/phpMyAdmin/templates/error
/srv/www/htdocs/phpMyAdmin/templates/error/report_form.twig
/srv/www/htdocs/phpMyAdmin/templates/export
/srv/www/htdocs/phpMyAdmin/templates/export/alias_add.twig
/srv/www/htdocs/phpMyAdmin/templates/export/alias_item.twig
/srv/www/htdocs/phpMyAdmin/templates/filter.twig
/srv/www/htdocs/phpMyAdmin/templates/fk_checkbox.twig
/srv/www/htdocs/phpMyAdmin/templates/header_location.twig
/srv/www/htdocs/phpMyAdmin/templates/javascript
/srv/www/htdocs/phpMyAdmin/templates/javascript/display.twig
/srv/www/htdocs/phpMyAdmin/templates/list
/srv/www/htdocs/phpMyAdmin/templates/list/item.twig
/srv/www/htdocs/phpMyAdmin/templates/list/unordered.twig
/srv/www/htdocs/phpMyAdmin/templates/login
/srv/www/htdocs/phpMyAdmin/templates/login/footer.twig
/srv/www/htdocs/phpMyAdmin/templates/login/header.twig
/srv/www/htdocs/phpMyAdmin/templates/login/twofactor
/srv/www/htdocs/phpMyAdmin/templates/login/twofactor.twig
/srv/www/htdocs/phpMyAdmin/templates/login/twofactor/application.twig
/srv/www/htdocs/phpMyAdmin/templates/login/twofactor/application_configure.twig
/srv/www/htdocs/phpMyAdmin/templates/login/twofactor/invalid.twig
/srv/www/htdocs/phpMyAdmin/templates/login/twofactor/key-https-warning.twig
/srv/www/htdocs/phpMyAdmin/templates/login/twofactor/key.twig
/srv/www/htdocs/phpMyAdmin/templates/login/twofactor/key_configure.twig
/srv/www/htdocs/phpMyAdmin/templates/login/twofactor/simple.twig
/srv/www/htdocs/phpMyAdmin/templates/navigation
/srv/www/htdocs/phpMyAdmin/templates/navigation/logo.twig
/srv/www/htdocs/phpMyAdmin/templates/prefs_autoload.twig
/srv/www/htdocs/phpMyAdmin/templates/prefs_twofactor.twig
/srv/www/htdocs/phpMyAdmin/templates/prefs_twofactor_configure.twig
/srv/www/htdocs/phpMyAdmin/templates/prefs_twofactor_confirm.twig
/srv/www/htdocs/phpMyAdmin/templates/preview_sql.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges
/srv/www/htdocs/phpMyAdmin/templates/privileges/add_privileges_database.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/add_privileges_routine.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/add_privileges_table.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/add_user_fieldset.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/choose_user_group.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/column_privileges.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/delete_user_fieldset.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/edit_routine_privileges.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/global_priv_table.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/global_priv_tbl_item.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/initials_row.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/privileges_summary.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/privileges_summary_row.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/require_options.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/require_options_item.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/resource_limit_item.twig
/srv/www/htdocs/phpMyAdmin/templates/privileges/resource_limits.twig
/srv/www/htdocs/phpMyAdmin/templates/radio_fields.twig
/srv/www/htdocs/phpMyAdmin/templates/secondary_tabs.twig
/srv/www/htdocs/phpMyAdmin/templates/select_all.twig
/srv/www/htdocs/phpMyAdmin/templates/select_lang.twig
/srv/www/htdocs/phpMyAdmin/templates/server
/srv/www/htdocs/phpMyAdmin/templates/server/binlog
/srv/www/htdocs/phpMyAdmin/templates/server/binlog/log_row.twig
/srv/www/htdocs/phpMyAdmin/templates/server/binlog/log_selector.twig
/srv/www/htdocs/phpMyAdmin/templates/server/collations
/srv/www/htdocs/phpMyAdmin/templates/server/collations/charsets.twig
/srv/www/htdocs/phpMyAdmin/templates/server/databases
/srv/www/htdocs/phpMyAdmin/templates/server/databases/create.twig
/srv/www/htdocs/phpMyAdmin/templates/server/databases/databases_footer.twig
/srv/www/htdocs/phpMyAdmin/templates/server/databases/databases_header.twig
/srv/www/htdocs/phpMyAdmin/templates/server/databases/index.twig
/srv/www/htdocs/phpMyAdmin/templates/server/databases/table_header.twig
/srv/www/htdocs/phpMyAdmin/templates/server/databases/table_row.twig
/srv/www/htdocs/phpMyAdmin/templates/server/engines
/srv/www/htdocs/phpMyAdmin/templates/server/engines/engine.twig
/srv/www/htdocs/phpMyAdmin/templates/server/engines/engines.twig
/srv/www/htdocs/phpMyAdmin/templates/server/plugins
/srv/www/htdocs/phpMyAdmin/templates/server/plugins/section.twig
/srv/www/htdocs/phpMyAdmin/templates/server/plugins/section_links.twig
/srv/www/htdocs/phpMyAdmin/templates/server/sub_page_header.twig
/srv/www/htdocs/phpMyAdmin/templates/server/variables
/srv/www/htdocs/phpMyAdmin/templates/server/variables/link_template.twig
/srv/www/htdocs/phpMyAdmin/templates/server/variables/session_variable_row.twig
/srv/www/htdocs/phpMyAdmin/templates/server/variables/variable_row.twig
/srv/www/htdocs/phpMyAdmin/templates/server/variables/variable_table_head.twig
/srv/www/htdocs/phpMyAdmin/templates/start_and_number_of_rows_panel.twig
/srv/www/htdocs/phpMyAdmin/templates/table
/srv/www/htdocs/phpMyAdmin/templates/table/browse_foreigners
/srv/www/htdocs/phpMyAdmin/templates/table/browse_foreigners/column_element.twig
/srv/www/htdocs/phpMyAdmin/templates/table/browse_foreigners/show_all.twig
/srv/www/htdocs/phpMyAdmin/templates/table/chart
/srv/www/htdocs/phpMyAdmin/templates/table/chart/tbl_chart.twig
/srv/www/htdocs/phpMyAdmin/templates/table/gis_visualization
/srv/www/htdocs/phpMyAdmin/templates/table/gis_visualization/gis_visualization.twig
/srv/www/htdocs/phpMyAdmin/templates/table/index_form.twig
/srv/www/htdocs/phpMyAdmin/templates/table/insert
/srv/www/htdocs/phpMyAdmin/templates/table/insert/continue_insertion_form.twig
/srv/www/htdocs/phpMyAdmin/templates/table/relation
/srv/www/htdocs/phpMyAdmin/templates/table/relation/common_form.twig
/srv/www/htdocs/phpMyAdmin/templates/table/relation/dropdown_generate.twig
/srv/www/htdocs/phpMyAdmin/templates/table/relation/foreign_key_row.twig
/srv/www/htdocs/phpMyAdmin/templates/table/relation/internal_relational_row.twig
/srv/www/htdocs/phpMyAdmin/templates/table/relation/relational_dropdown.twig
/srv/www/htdocs/phpMyAdmin/templates/table/search
/srv/www/htdocs/phpMyAdmin/templates/table/search/column_comparison_operators.twig
/srv/www/htdocs/phpMyAdmin/templates/table/search/fields_table.twig
/srv/www/htdocs/phpMyAdmin/templates/table/search/form_tag.twig
/srv/www/htdocs/phpMyAdmin/templates/table/search/geom_func.twig
/srv/www/htdocs/phpMyAdmin/templates/table/search/input_box.twig
/srv/www/htdocs/phpMyAdmin/templates/table/search/options.twig
/srv/www/htdocs/phpMyAdmin/templates/table/search/options_zoom.twig
/srv/www/htdocs/phpMyAdmin/templates/table/search/replace_preview.twig
/srv/www/htdocs/phpMyAdmin/templates/table/search/rows_normal.twig
/srv/www/htdocs/phpMyAdmin/templates/table/search/rows_zoom.twig
/srv/www/htdocs/phpMyAdmin/templates/table/search/search_and_replace.twig
/srv/www/htdocs/phpMyAdmin/templates/table/search/selection_form.twig
/srv/www/htdocs/phpMyAdmin/templates/table/search/table_header.twig
/srv/www/htdocs/phpMyAdmin/templates/table/search/zoom_result_form.twig
/srv/www/htdocs/phpMyAdmin/templates/table/secondary_tabs.twig
/srv/www/htdocs/phpMyAdmin/templates/table/structure
/srv/www/htdocs/phpMyAdmin/templates/table/structure/action_row_in_structure_table.twig
/srv/www/htdocs/phpMyAdmin/templates/table/structure/actions_in_table_structure.twig
/srv/www/htdocs/phpMyAdmin/templates/table/structure/add_column.twig
/srv/www/htdocs/phpMyAdmin/templates/table/structure/check_all_table_column.twig
/srv/www/htdocs/phpMyAdmin/templates/table/structure/display_partitions.twig
/srv/www/htdocs/phpMyAdmin/templates/table/structure/display_structure.twig
/srv/www/htdocs/phpMyAdmin/templates/table/structure/display_table_stats.twig
/srv/www/htdocs/phpMyAdmin/templates/table/structure/move_columns_dialog.twig
/srv/www/htdocs/phpMyAdmin/templates/table/structure/optional_action_links.twig
/srv/www/htdocs/phpMyAdmin/templates/table/structure/partition_definition_form.twig
/srv/www/htdocs/phpMyAdmin/templates/table/structure/row_stats_table.twig
/srv/www/htdocs/phpMyAdmin/templates/table/structure/table_structure_header.twig
/srv/www/htdocs/phpMyAdmin/templates/table/structure/table_structure_row.twig
/srv/www/htdocs/phpMyAdmin/templates/table/tracking
/srv/www/htdocs/phpMyAdmin/templates/table/tracking/activate_deactivate.twig
/srv/www/htdocs/phpMyAdmin/templates/table/tracking/create_version.twig
/srv/www/htdocs/phpMyAdmin/templates/table/tracking/report_table.twig
/srv/www/htdocs/phpMyAdmin/templates/table/tracking/selectable_tables.twig
/srv/www/htdocs/phpMyAdmin/templates/table/tracking/structure_snapshot_columns.twig
/srv/www/htdocs/phpMyAdmin/templates/table/tracking/structure_snapshot_indexes.twig
/srv/www/htdocs/phpMyAdmin/templates/test
/srv/www/htdocs/phpMyAdmin/templates/test/add_data.twig
/srv/www/htdocs/phpMyAdmin/templates/test/echo.twig
/srv/www/htdocs/phpMyAdmin/templates/test/gettext
/srv/www/htdocs/phpMyAdmin/templates/test/gettext/gettext.twig
/srv/www/htdocs/phpMyAdmin/templates/test/gettext/notes.twig
/srv/www/htdocs/phpMyAdmin/templates/test/gettext/pgettext.twig
/srv/www/htdocs/phpMyAdmin/templates/test/gettext/plural.twig
/srv/www/htdocs/phpMyAdmin/templates/test/gettext/plural_notes.twig
/srv/www/htdocs/phpMyAdmin/templates/test/static.twig
/srv/www/htdocs/phpMyAdmin/templates/theme_preview.twig
/srv/www/htdocs/phpMyAdmin/templates/toggle_button.twig
/srv/www/htdocs/phpMyAdmin/templates/view_create.twig
/srv/www/htdocs/phpMyAdmin/themes
/srv/www/htdocs/phpMyAdmin/themes.php
/srv/www/htdocs/phpMyAdmin/themes/dot.gif
/srv/www/htdocs/phpMyAdmin/themes/original
/srv/www/htdocs/phpMyAdmin/themes/original/css
/srv/www/htdocs/phpMyAdmin/themes/original/css/common.css.php
/srv/www/htdocs/phpMyAdmin/themes/original/css/navigation.css.php
/srv/www/htdocs/phpMyAdmin/themes/original/css/printview.css
/srv/www/htdocs/phpMyAdmin/themes/original/img
/srv/www/htdocs/phpMyAdmin/themes/original/img/ajax_clock_small.gif
/srv/www/htdocs/phpMyAdmin/themes/original/img/arrow_ltr.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/arrow_rtl.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_bookmark.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_browse.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_calendar.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_chart.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_close.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_column_add.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_comment.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_dbstatistics.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_deltbl.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_docs.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_drop.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_edit.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_empty.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_engine.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_event_add.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_events.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_export.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_favorite.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_find_replace.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_ftext.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_globe.gif
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_group.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_help.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_home.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_import.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_index.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_index_add.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_inline_edit.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_insrow.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_key.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_minus.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_more.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_move.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_newdb.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_newtbl.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_nextpage.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_no_favorite.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_plugin.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_plus.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_primary.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_print.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_props.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_relations.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_report.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_routine_add.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_routines.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_save.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_saveimage.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_sbrowse.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_search.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_select.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_snewtbl.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_spatial.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_sql.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_sqlhelp.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_table_add.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_tblanalyse.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_tblexport.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_tblimport.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_tblops.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_tbloptimize.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_tipp.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_trigger_add.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_triggers.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_undo.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_unique.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_usradd.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_usrcheck.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_usrdrop.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_usredit.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_usrlist.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_versions.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_view.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_view_add.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/b_views.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_browse.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_deltbl.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_drop.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_edit.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_empty.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_export.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_ftext.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_index.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_insrow.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_nextpage.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_primary.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_routine_add.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_sbrowse.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_select.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_spatial.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/bd_unique.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/centralColumns.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/centralColumns_add.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/centralColumns_delete.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/cleardot.gif
/srv/www/htdocs/phpMyAdmin/themes/original/img/col_drop.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/col_pointer.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/col_pointer_ver.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/console.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/east-mini.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/error.ico
/srv/www/htdocs/phpMyAdmin/themes/original/img/eye.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/eye_grey.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/hide.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/lightbulb.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/lightbulb_off.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/logo_left.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/logo_right.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/more.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/new_data.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/new_data_hovered.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/new_data_selected.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/new_data_selected_hovered.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/new_struct.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/new_struct_hovered.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/new_struct_selected.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/new_struct_selected_hovered.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/normalize.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/north-mini.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/pause.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/play.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_asc.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_asci.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_attention.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_cancel.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_cog.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_collapseall.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_db.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_desc.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_error.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_fulltext.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_host.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_info.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_lang.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_link.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_lock.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_loggoff.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_notice.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_okay.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_partialtext.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_passwd.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_really.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_reload.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_replication.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_rights.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_sortable.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_status.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_success.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_sync.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_tbl.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_theme.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_top.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_unlink.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_vars.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/s_views.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/show.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/south-mini.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/spacer.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/toggle-ltr.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/toggle-rtl.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/vertical_line.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/west-mini.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/window-new.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/zoom-minus-mini.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/zoom-plus-mini.png
/srv/www/htdocs/phpMyAdmin/themes/original/img/zoom-world-mini.png
/srv/www/htdocs/phpMyAdmin/themes/original/jquery
/srv/www/htdocs/phpMyAdmin/themes/original/jquery/images
/srv/www/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
/srv/www/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png
/srv/www/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png
/srv/www/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
/srv/www/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
/srv/www/htdocs/phpMyAdmin/themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
/srv/www/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_222222_256x240.png
/srv/www/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_2e83ff_256x240.png
/srv/www/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_454545_256x240.png
/srv/www/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_888888_256x240.png
/srv/www/htdocs/phpMyAdmin/themes/original/jquery/images/ui-icons_cd0a0a_256x240.png
/srv/www/htdocs/phpMyAdmin/themes/original/jquery/jquery-ui.css
/srv/www/htdocs/phpMyAdmin/themes/original/layout.inc.php
/srv/www/htdocs/phpMyAdmin/themes/original/screen.png
/srv/www/htdocs/phpMyAdmin/themes/original/theme.json
/srv/www/htdocs/phpMyAdmin/themes/pmahomme
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/css
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/css/codemirror.css.php
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/css/common.css.php
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/css/designer.css.php
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/css/enum_editor.css.php
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/css/gis.css.php
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/css/icons.css.php
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/css/jqplot.css.php
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/css/navigation.css.php
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/css/printview.css
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/css/resizable-menu.css.php
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/css/rte.css.php
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/ajax_clock_small.gif
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/arrow_ltr.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/arrow_rtl.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/asc_order.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_bookmark.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_browse.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_calendar.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_chart.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_close.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_column_add.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_comment.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_dbstatistics.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_deltbl.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_docs.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_docsql.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_drop.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_edit.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_empty.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_engine.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_event_add.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_events.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_export.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_favorite.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_find_replace.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_firstpage.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_ftext.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_globe.gif
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_group.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_help.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_home.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_import.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_index.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_index_add.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_inline_edit.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_insrow.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_key.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_lastpage.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_left.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_minus.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_more.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_move.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_newdb.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_newtbl.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_nextpage.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_no_favorite.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_pdfdoc.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_plugin.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_plus.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_prevpage.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_primary.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_print.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_props.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_relations.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_report.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_right.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_routine_add.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_routines.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_save.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_saveimage.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_sbrowse.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_sdb.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_search.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_select.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_snewtbl.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_spatial.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_sql.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_sqldoc.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_sqlhelp.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_table_add.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblanalyse.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblexport.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblimport.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_tblops.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_tbloptimize.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_tipp.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_trigger_add.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_triggers.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_undo.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_unique.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_usradd.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_usrcheck.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_usrdrop.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_usredit.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_usrlist.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_versions.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_view.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_view_add.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/b_views.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_browse.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_deltbl.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_drop.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_edit.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_empty.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_export.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_firstpage.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_ftext.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_index.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_insrow.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_lastpage.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_nextpage.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_prevpage.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_primary.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_routine_add.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_sbrowse.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_select.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_spatial.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/bd_unique.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/centralColumns.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/centralColumns_add.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/centralColumns_delete.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/col_drop.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/col_pointer.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/col_pointer_ver.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/console.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/database.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/1.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/2.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/2leftarrow.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/2leftarrow_m.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/2rightarrow.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/2rightarrow_m.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/3.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/4.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/5.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/6.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/7.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/8.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/FieldKey_small.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/Field_small.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/Field_small_char.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/Field_small_date.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/Field_small_int.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/Header.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/Header_Linked.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/anchor.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/and_icon.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/ang_direct.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/bord.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/bottom.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/def.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/display_field.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/downarrow1.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/downarrow2.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/downarrow2_m.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/exec.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/exec_small.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/exitFullscreen.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/export.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/favicon.ico
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/grid.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/help.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/help_relation.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/left_panel_butt.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/left_panel_tab.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/minus.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/or_icon.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/other_table.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/page_add.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/page_delete.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/page_edit.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/pdf.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/plus.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/query_builder.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/relation.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/reload.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/resize.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/resizeright.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/rightarrow1.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/rightarrow2.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/save.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/save_as.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/small_tab.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/table.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/toggle_lines.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/top_panel.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/uparrow2_m.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/designer/viewInFullscreen.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/east-mini.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/error.ico
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/eye.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/eye_grey.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/hide.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/item.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/left_nav_bg.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/lightbulb.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/lightbulb_off.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/logo_left.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/logo_right.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/more.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/new_data.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/new_data_hovered.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/new_data_selected.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/new_data_selected_hovered.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct_hovered.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct_selected.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/new_struct_selected_hovered.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/normalize.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/north-mini.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/pause.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/php_sym.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/play.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/pma_logo2.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_asc.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_asci.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_attention.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_cancel.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_cancel2.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_cog.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_collapseall.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_db.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_desc.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_error.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_fulltext.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_host.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_info.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_lang.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_link.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_lock.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_loggoff.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_notice.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_okay.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_partialtext.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_passwd.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_process.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_really.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_reload.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_replication.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_rights.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_sortable.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_status.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_success.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_sync.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_tbl.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_theme.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_top.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_unlink.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_vars.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/s_views.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/select_bg.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/show.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/south-mini.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/spacer.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/toggle-ltr.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/toggle-rtl.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/vertical_line.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/west-mini.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/window-new.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/zoom-minus-mini.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/zoom-plus-mini.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/img/zoom-world-mini.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/jquery
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/jquery/images
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/jquery/jquery-ui.css
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/layout.inc.php
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/screen.png
/srv/www/htdocs/phpMyAdmin/themes/pmahomme/theme.json
/srv/www/htdocs/phpMyAdmin/themes/svg_gradient.php
/srv/www/htdocs/phpMyAdmin/tmp
/srv/www/htdocs/phpMyAdmin/transformation_overview.php
/srv/www/htdocs/phpMyAdmin/transformation_wrapper.php
/srv/www/htdocs/phpMyAdmin/url.php
/srv/www/htdocs/phpMyAdmin/user_password.php
/srv/www/htdocs/phpMyAdmin/vendor
/srv/www/htdocs/phpMyAdmin/vendor/autoload.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/Module.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/README.md
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/autoload_classmap.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/autoload_function.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/autoload_register.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/AbstractEnum.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/BitArray.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/BitMatrix.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/BitUtils.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/CharacterSetEci.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/EcBlock.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/EcBlocks.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/ErrorCorrectionLevel.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/FormatInformation.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/Mode.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/ReedSolomonCodec.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Common/Version.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/BlockPair.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/ByteMatrix.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/Encoder.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/MaskUtil.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/MatrixUtil.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Encoder/QrCode.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/ExceptionInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/InvalidArgumentException.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/OutOfBoundsException.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/RuntimeException.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/UnexpectedValueException.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Exception/WriterException.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/Cmyk.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/ColorInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/Gray.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Color/Rgb.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/AbstractRenderer.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Decorator
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Decorator/DecoratorInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Decorator/FinderPattern.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Eps.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Png.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/RendererInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Image/Svg.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/RendererInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Text
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Text/Html.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Renderer/Text/Plain.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/src/BaconQrCode/Writer.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/BitArrayTest.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/BitMatrixTest.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/BitUtilsTest.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/ErrorCorrectionLevelTest.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/FormatInformationTest.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/ModeTest.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/ReedSolomonCodecTest.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Common/VersionTest.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder/EncoderTest.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder/MaskUtilTest.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Encoder/MatrixUtilTest.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Renderer
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Renderer/Text
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Renderer/Text/HtmlTest.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/BaconQrCode/Renderer/Text/TextTest.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/bootstrap.php
/srv/www/htdocs/phpMyAdmin/vendor/bacon/bacon-qr-code/tests/phpunit.xml
/srv/www/htdocs/phpMyAdmin/vendor/composer
/srv/www/htdocs/phpMyAdmin/vendor/composer/ClassLoader.php
/srv/www/htdocs/phpMyAdmin/vendor/composer/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/composer/autoload_classmap.php
/srv/www/htdocs/phpMyAdmin/vendor/composer/autoload_files.php
/srv/www/htdocs/phpMyAdmin/vendor/composer/autoload_namespaces.php
/srv/www/htdocs/phpMyAdmin/vendor/composer/autoload_psr4.php
/srv/www/htdocs/phpMyAdmin/vendor/composer/autoload_real.php
/srv/www/htdocs/phpMyAdmin/vendor/composer/autoload_static.php
/srv/www/htdocs/phpMyAdmin/vendor/composer/installed.json
/srv/www/htdocs/phpMyAdmin/vendor/google
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/ARCHITECTURE.md
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/CONTRIBUTING.md
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/README.md
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/app.yaml
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/phpunit.xml.dist
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/src
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/RequestMethod
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Curl.php
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Post.php
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/Socket.php
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/SocketPost.php
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/RequestParameters.php
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/src/ReCaptcha/Response.php
/srv/www/htdocs/phpMyAdmin/vendor/google/recaptcha/src/autoload.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/LICENSE.txt
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/README.md
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/phpunit.xml.dist
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/psalm.xml
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/src
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Base32.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Base32Hex.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Base64.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Base64DotSlash.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Binary.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/EncoderInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Encoding.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/Hex.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/src/RFC4648.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/tests
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/tests/Base32HexTest.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/tests/Base32Test.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/tests/Base64DotSlashOrderedTest.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/tests/Base64DotSlashTest.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/tests/Base64Test.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/tests/Base64UrlSafeTest.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/tests/EncodingTest.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/tests/HexTest.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/tests/RFC4648Test.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/constant_time_encoding/tests/autoload.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/dist
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/lib
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/lib/byte_safe_strings.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/lib/cast_to_int.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/lib/error_polyfill.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/lib/random.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/lib/random_int.php
/srv/www/htdocs/phpMyAdmin/vendor/paragonie/random_compat/phpunit-autoload.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/motranslator
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/motranslator/CHANGES.md
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/motranslator/CONTRIBUTING.md
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/motranslator/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/motranslator/PERFORMANCE.md
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/motranslator/README.md
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/motranslator/codecov.yml
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/motranslator/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/motranslator/phpunit.xml
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/motranslator/src
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/motranslator/src/Loader.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/motranslator/src/ReaderException.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/motranslator/src/StringReader.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/motranslator/src/Translator.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/motranslator/src/functions.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/shapefile
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/shapefile/CHANGELOG.md
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/shapefile/CONTRIBUTING.md
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/shapefile/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/shapefile/README.md
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/shapefile/codecov.yml
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/shapefile/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/shapefile/phpunit.xml
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/shapefile/src
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/shapefile/src/ShapeFile.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/shapefile/src/ShapeRecord.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/shapefile/src/Util.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/CHANGELOG.md
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/CODE_OF_CONDUCT.md
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/CONTRIBUTING.md
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/LICENSE.txt
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/README.md
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/bin
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/bin/highlight-query
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/bin/lint-query
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/bin/tokenize-query
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/af
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/af/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/af/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ar
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ar/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ar/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ast
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ast/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ast/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/az
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/az/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/az/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/be
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/be/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/be/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/be@latin
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/be@latin/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/be@latin/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/bg
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/bg/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/bg/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/bn
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/bn/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/bn/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/br
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/br/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/br/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/brx
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/brx/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/brx/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/bs
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/bs/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/bs/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ca
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ca/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ca/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ckb
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ckb/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ckb/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/cs
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/cs/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/cs/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/cy
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/cy/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/cy/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/da
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/da/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/da/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/de
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/de/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/de/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/el
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/el/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/el/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/en_GB
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/en_GB/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/en_GB/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/eo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/eo/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/eo/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/es
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/es/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/es/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/et
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/et/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/et/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/eu
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/eu/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/eu/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fa
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fa/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fa/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fi
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fi/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fi/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fr
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fr/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fr/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fy
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fy/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/fy/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/gl
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/gl/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/gl/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/gu
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/gu/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/gu/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/he
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/he/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/he/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hi
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hi/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hi/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hr
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hr/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hr/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hu
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hu/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hu/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hy
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hy/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/hy/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ia
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ia/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ia/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/id
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/id/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/id/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/it
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/it/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/it/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ja
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ja/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ja/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ka
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ka/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ka/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/kk
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/kk/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/kk/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/km
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/km/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/km/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/kn
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/kn/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/kn/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ko
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ko/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ko/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ksh
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ksh/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ksh/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ky
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ky/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ky/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/li
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/li/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/li/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/lt
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/lt/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/lt/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/lv
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/lv/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/lv/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/mk
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/mk/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/mk/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ml
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ml/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ml/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/mn
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/mn/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/mn/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ms
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ms/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ms/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/nb
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/nb/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/nb/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ne
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ne/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ne/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/nl
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/nl/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/nl/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pa
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pa/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pa/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pl
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pl/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pl/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pt
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pt/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pt/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pt_BR
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pt_BR/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/pt_BR/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ro
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ro/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ro/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ru
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ru/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ru/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/si
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/si/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/si/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sk
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sk/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sk/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sl
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sl/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sl/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sq
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sq/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sq/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sqlparser.pot
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sr
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sr/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sr/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sr@latin
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sr@latin/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sr@latin/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sv
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sv/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/sv/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ta
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ta/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ta/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/te
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/te/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/te/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/th
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/th/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/th/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/tk
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/tk/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/tk/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/tr
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/tr/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/tr/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/tt
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/tt/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/tt/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ug
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ug/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ug/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/uk
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/uk/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/uk/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ur
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ur/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/ur/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/uz
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/uz/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/uz/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/uz@latin
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/uz@latin/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/uz@latin/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/vi
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/vi/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/vi/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/vls
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/vls/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/vls/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/zh_CN
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/zh_CN/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/zh_CN/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/zh_TW
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/zh_TW/LC_MESSAGES
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/locale/zh_TW/LC_MESSAGES/sqlparser.mo
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/phpunit.xml.dist
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Component.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/AlterOperation.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/Array2d.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/ArrayObj.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/CaseExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/Condition.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/CreateDefinition.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/DataType.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/Expression.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/ExpressionArray.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/FunctionCall.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/GroupKeyword.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/IndexHint.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/IntoKeyword.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/JoinKeyword.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/Key.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/Limit.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/LockExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/OptionsArray.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/OrderKeyword.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/ParameterDefinition.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/PartitionDefinition.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/Reference.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/RenameOperation.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/SetOperation.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Components/UnionKeyword.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Context.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100000.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100100.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100200.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMariaDb100300.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50000.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50100.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50500.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50600.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql50700.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Contexts/ContextMySql80000.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Core.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Exceptions
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Exceptions/LexerException.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Exceptions/LoaderException.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Exceptions/ParserException.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Lexer.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Parser.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/AlterStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/AnalyzeStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/BackupStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/CallStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/CheckStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/ChecksumStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/CreateStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/DeleteStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/DropStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/ExplainStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/InsertStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/LoadStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/LockStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/MaintenanceStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/NotImplementedStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/OptimizeStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/PurgeStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/RenameStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/RepairStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/ReplaceStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/RestoreStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/SelectStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/SetStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/ShowStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/TransactionStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/TruncateStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/UpdateStatement.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Token.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/TokensList.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Translator.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/UtfString.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/BufferedQuery.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/CLI.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/Error.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/Formatter.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/Misc.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/Query.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/Routine.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/Table.php
/srv/www/htdocs/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Utils/Tokens.php
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib/phpseclib
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib/phpseclib/AUTHORS
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib/phpseclib/BACKERS.md
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib/phpseclib/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib/phpseclib/README.md
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib/phpseclib/appveyor.yml
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib/phpseclib/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib/phpseclib/phpseclib
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib/phpseclib/phpseclib/Crypt
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
/srv/www/htdocs/phpMyAdmin/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/LICENSE.md
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/README.md
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/RELICENSED.md
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/changelog.md
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/composer.lock
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/docs
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/docs/playground.jpg
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/phpunit.xml
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/src
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/IncompatibleWithGoogleAuthenticatorException.php
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/InsecureCallException.php
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/InvalidCharactersException.php
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/src/Exceptions/SecretKeyTooShortException.php
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/src/Google2FA.php
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/src/Support
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/src/Support/Base32.php
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/src/Support/Constants.php
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/src/Support/QRCode.php
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/src/Support/Url.php
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/tests
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/tests/Constants.php
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/tests/Google2FATest.php
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/tests/bootstrap.php
/srv/www/htdocs/phpMyAdmin/vendor/pragmarx/google2fa/upgrading.md
/srv/www/htdocs/phpMyAdmin/vendor/psr
/srv/www/htdocs/phpMyAdmin/vendor/psr/container
/srv/www/htdocs/phpMyAdmin/vendor/psr/container/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/psr/container/README.md
/srv/www/htdocs/phpMyAdmin/vendor/psr/container/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/psr/container/src
/srv/www/htdocs/phpMyAdmin/vendor/psr/container/src/ContainerExceptionInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/psr/container/src/ContainerInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/psr/container/src/NotFoundExceptionInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/samyoul
/srv/www/htdocs/phpMyAdmin/vendor/samyoul/u2f-php-server
/srv/www/htdocs/phpMyAdmin/vendor/samyoul/u2f-php-server/LICENCE.md
/srv/www/htdocs/phpMyAdmin/vendor/samyoul/u2f-php-server/README.md
/srv/www/htdocs/phpMyAdmin/vendor/samyoul/u2f-php-server/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/samyoul/u2f-php-server/src
/srv/www/htdocs/phpMyAdmin/vendor/samyoul/u2f-php-server/src/Registration.php
/srv/www/htdocs/phpMyAdmin/vendor/samyoul/u2f-php-server/src/RegistrationRequest.php
/srv/www/htdocs/phpMyAdmin/vendor/samyoul/u2f-php-server/src/SignRequest.php
/srv/www/htdocs/phpMyAdmin/vendor/samyoul/u2f-php-server/src/U2FException.php
/srv/www/htdocs/phpMyAdmin/vendor/samyoul/u2f-php-server/src/U2FServer.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/CHANGELOG.md
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Compiler.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Expression.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/ExpressionFunction.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/ExpressionLanguage.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Lexer.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Node
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Node/ArgumentsNode.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Node/ArrayNode.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Node/BinaryNode.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Node/ConditionalNode.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Node/ConstantNode.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Node/FunctionNode.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Node/GetAttrNode.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Node/NameNode.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Node/Node.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Node/UnaryNode.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/ParsedExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Parser.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/ParserCache
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/ParserCache/ArrayParserCache.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/ParserCache/ParserCacheInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/README.md
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/SerializedParsedExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/SyntaxError.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/Token.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/TokenStream.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/symfony/expression-language/phpunit.xml.dist
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-ctype
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-ctype/Ctype.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-ctype/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-ctype/README.md
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-ctype/bootstrap.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-ctype/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-mbstring
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-mbstring/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-mbstring/Mbstring.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-mbstring/README.md
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-mbstring/Resources
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-mbstring/Resources/unidata
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-mbstring/bootstrap.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-mbstring/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-php56
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-php56/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-php56/Php56.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-php56/README.md
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-php56/bootstrap.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-php56/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-util
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-util/Binary.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-util/BinaryNoFuncOverload.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-util/BinaryOnFuncOverload.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-util/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-util/README.md
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-util/TestListener.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-util/TestListenerForV5.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-util/TestListenerForV6.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-util/TestListenerForV7.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-util/TestListenerTrait.php
/srv/www/htdocs/phpMyAdmin/vendor/symfony/polyfill-util/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/CHANGELOG.TXT
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/LICENSE.TXT
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/README.md
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/VERSION
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/config
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/config/tcpdf_config.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/NEWS
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/README
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/status.txt
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavusans.ctg.z
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavusans.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavusans.z
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavusansb.ctg.z
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavusansb.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/dejavusansb.z
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/fonts/helvetica.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/include
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/include/barcodes
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/include/barcodes/datamatrix.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/include/barcodes/pdf417.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/include/barcodes/qrcode.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/include/tcpdf_colors.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/include/tcpdf_filters.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/include/tcpdf_font_data.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/include/tcpdf_fonts.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/include/tcpdf_images.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/include/tcpdf_static.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/tcpdf.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/tcpdf_autoconfig.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/tcpdf_barcodes_1d.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/tcpdf_barcodes_2d.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/tcpdf_import.php
/srv/www/htdocs/phpMyAdmin/vendor/tecnickcom/tcpdf/tcpdf_parser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/README.rst
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Autoloader.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Extension
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Extension/Array.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Extension/I18n.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Grammar
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Grammar.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Arguments.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Array.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Body.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Boolean.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Constant.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Expression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Hash.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Number.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Optional.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Switch.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Tag.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/GrammarInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Node
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/Node/Trans.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/SimpleTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/TokenParser
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/Trans.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/phpunit.xml.dist
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/src
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/src/ArrayExtension.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/src/DateExtension.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/src/I18nExtension.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/src/IntlExtension.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/src/Node
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/src/Node/TransNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/src/TextExtension.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/src/TokenParser
/srv/www/htdocs/phpMyAdmin/vendor/twig/extensions/src/TokenParser/TransTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/CHANGELOG
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/LICENSE
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/README.rst
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/composer.json
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/drupal_test.sh
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/ext
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/ext/twig
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/ext/twig/config.m4
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/ext/twig/config.w32
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Autoloader.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Cache
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Cache/Filesystem.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Cache/Null.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/CacheInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Compiler.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/CompilerInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/ContainerRuntimeLoader.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Environment.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Error
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Error.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Error/Loader.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Error/Runtime.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Error/Syntax.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/ExpressionParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Extension
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Extension.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Extension/Core.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Extension/Debug.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Extension/Escaper.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Extension/Optimizer.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Extension/Profiler.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Extension/Sandbox.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Extension/Staging.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Extension/StringLoader.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/ExtensionInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/FactoryRuntimeLoader.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/FileExtensionEscapingStrategy.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Filter
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Filter.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Filter/Function.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Filter/Method.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Filter/Node.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/FilterCallableInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/FilterInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Function
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Function.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Function/Function.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Function/Method.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Function/Node.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/FunctionInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Lexer.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/LexerInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Loader
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Loader/Array.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Loader/Chain.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Loader/Filesystem.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Loader/String.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/LoaderInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Markup.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/AutoEscape.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Block.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/BlockReference.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Body.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/CheckSecurity.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Deprecated.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Do.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Embed.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Array.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Matches.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/StartsWith.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Call.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Filter
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Function.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Name.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/NullCoalesce.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Test
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Test.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Unary
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Flush.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/For.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/ForLoop.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/If.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Import.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Include.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Macro.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Module.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Print.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Sandbox.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Set.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/SetTemp.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Spaceless.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Text.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/With.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/NodeCaptureInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/NodeInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/NodeOutputInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/NodeTraverser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/NodeVisitor
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Parser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/ParserInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Profiler
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Profiler/Dumper
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Profiler/Dumper/Base.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Profiler/Dumper/Text.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Profiler/Node
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Profiler/Node/EnterProfile.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Profiler/Node/LeaveProfile.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Profiler/NodeVisitor
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Profiler/NodeVisitor/Profiler.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Profiler/Profile.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Sandbox
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFilterError.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedMethodError.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedPropertyError.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedTagError.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/SimpleFilter.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/SimpleFunction.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/SimpleTest.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Source.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/SourceContextLoaderInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Template.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TemplateInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TemplateWrapper.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Test
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Test.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Test/Function.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Test/Method.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Test/Node.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TestCallableInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TestInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Token.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/Block.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/Deprecated.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/Do.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/Embed.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/Extends.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/Filter.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/Flush.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/For.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/From.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/If.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/Import.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/Include.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/Macro.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/Set.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/Use.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParser/With.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParserBroker.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenParserInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/TokenStream.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Util
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Cache
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Cache/CacheInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Cache/FilesystemCache.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Cache/NullCache.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Compiler.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Environment.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Error
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Error/Error.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Error/LoaderError.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Error/RuntimeError.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Error/SyntaxError.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/ExpressionParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Extension
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Extension/AbstractExtension.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Extension/CoreExtension.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Extension/DebugExtension.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Extension/EscaperExtension.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Extension/ExtensionInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Extension/GlobalsInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Extension/InitRuntimeInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Extension/OptimizerExtension.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Extension/ProfilerExtension.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Extension/SandboxExtension.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Extension/StagingExtension.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Extension/StringLoaderExtension.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/FileExtensionEscapingStrategy.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Lexer.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Loader
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Loader/ArrayLoader.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Loader/ChainLoader.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Loader/FilesystemLoader.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Loader/LoaderInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Markup.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/AutoEscapeNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/BlockNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/BlockReferenceNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/BodyNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/CheckSecurityNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/CheckToStringNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/DeprecatedNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/DoNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/EmbedNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/AbstractExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/ArrayExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/CallExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/ConstantExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Filter
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/FilterExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/FunctionExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/InlinePrint.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/NameExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/ParentExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/TempNameExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Test
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Test/NullTest.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Test/OddTest.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/TestExpression.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Unary
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/FlushNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/ForLoopNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/ForNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/IfNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/ImportNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/IncludeNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/MacroNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/ModuleNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/Node.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/NodeCaptureInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/NodeOutputInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/PrintNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/SandboxNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/SandboxedPrintNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/SetNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/SetTempNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/SpacelessNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/TextNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Node/WithNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/NodeTraverser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/NodeVisitor
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Parser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Profiler
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Profiler/Dumper
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Profiler/Node
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Profiler/NodeVisitor
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Profiler/Profile.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/RuntimeLoader
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Sandbox
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityError.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityPolicy.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Source.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Template.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TemplateWrapper.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Test
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Test/IntegrationTestCase.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Test/NodeTestCase.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Token.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/BlockTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/DoTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/FilterTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/FlushTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/ForTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/FromTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/IfTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/ImportTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/MacroTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/SetTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/TokenParserInterface.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/UseTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenParser/WithTokenParser.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TokenStream.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TwigFilter.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TwigFunction.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/TwigTest.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Util
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Util/DeprecationCollector.php
/srv/www/htdocs/phpMyAdmin/vendor/twig/twig/src/Util/TemplateDirIterator.php
/srv/www/htdocs/phpMyAdmin/version_check.php
/srv/www/htdocs/phpMyAdmin/view_create.php
/srv/www/htdocs/phpMyAdmin/view_operations.php
/usr/share/doc/packages/phpMyAdmin
/usr/share/doc/packages/phpMyAdmin/ChangeLog
/usr/share/doc/packages/phpMyAdmin/README
/usr/share/doc/packages/phpMyAdmin/RELEASE-DATE-4.9.7
/usr/share/doc/packages/phpMyAdmin/doc
/usr/share/doc/packages/phpMyAdmin/doc/html
/usr/share/doc/packages/phpMyAdmin/doc/html/_images
/usr/share/doc/packages/phpMyAdmin/doc/html/_images/chart.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_images/column_chart.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_images/line_chart.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_images/pie_chart.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_images/pma-relations-links.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_images/pma-relations-relation-link.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_images/pma-relations-relation-name.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_images/pma-relations-relation-view-link.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_images/query_result_operations.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_images/scatter_chart.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_images/spline_chart.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_images/timeline_chart.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_images/usergroups.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/bookmarks.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/charts.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/config.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/copyright.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/credits.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/developers.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/faq.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/glossary.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/import_export.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/index.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/intro.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/other.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/privileges.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/relations.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/require.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/security.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/settings.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/setup.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/themes.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/transformations.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/two_factor.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/user.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_sources/vendors.rst.txt
/usr/share/doc/packages/phpMyAdmin/doc/html/_static
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/ajax-loader.gif
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/basic.css
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/classic.css
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/comment-bright.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/comment-close.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/comment.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/default.css
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/doctools.js
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/documentation_options.js
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/down-pressed.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/down.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/file.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/jquery.js
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/language_data.js
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/minus.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/plus.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/pygments.css
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/searchtools.js
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/sidebar.js
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/underscore.js
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/up-pressed.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/up.png
/usr/share/doc/packages/phpMyAdmin/doc/html/_static/websupport.js
/usr/share/doc/packages/phpMyAdmin/doc/html/bookmarks.html
/usr/share/doc/packages/phpMyAdmin/doc/html/charts.html
/usr/share/doc/packages/phpMyAdmin/doc/html/config.html
/usr/share/doc/packages/phpMyAdmin/doc/html/copyright.html
/usr/share/doc/packages/phpMyAdmin/doc/html/credits.html
/usr/share/doc/packages/phpMyAdmin/doc/html/developers.html
/usr/share/doc/packages/phpMyAdmin/doc/html/faq.html
/usr/share/doc/packages/phpMyAdmin/doc/html/genindex.html
/usr/share/doc/packages/phpMyAdmin/doc/html/glossary.html
/usr/share/doc/packages/phpMyAdmin/doc/html/import_export.html
/usr/share/doc/packages/phpMyAdmin/doc/html/index.html
/usr/share/doc/packages/phpMyAdmin/doc/html/intro.html
/usr/share/doc/packages/phpMyAdmin/doc/html/other.html
/usr/share/doc/packages/phpMyAdmin/doc/html/privileges.html
/usr/share/doc/packages/phpMyAdmin/doc/html/relations.html
/usr/share/doc/packages/phpMyAdmin/doc/html/require.html
/usr/share/doc/packages/phpMyAdmin/doc/html/search.html
/usr/share/doc/packages/phpMyAdmin/doc/html/searchindex.js
/usr/share/doc/packages/phpMyAdmin/doc/html/security.html
/usr/share/doc/packages/phpMyAdmin/doc/html/settings.html
/usr/share/doc/packages/phpMyAdmin/doc/html/setup.html
/usr/share/doc/packages/phpMyAdmin/doc/html/themes.html
/usr/share/doc/packages/phpMyAdmin/doc/html/transformations.html
/usr/share/doc/packages/phpMyAdmin/doc/html/two_factor.html
/usr/share/doc/packages/phpMyAdmin/doc/html/user.html
/usr/share/doc/packages/phpMyAdmin/doc/html/vendors.html
/usr/share/doc/packages/phpMyAdmin/examples
/usr/share/doc/packages/phpMyAdmin/examples/config.manyhosts.inc.php
/usr/share/doc/packages/phpMyAdmin/examples/openid.php
/usr/share/doc/packages/phpMyAdmin/examples/signon-script.php
/usr/share/doc/packages/phpMyAdmin/examples/signon.php
/usr/share/doc/packages/phpMyAdmin/sql
/usr/share/doc/packages/phpMyAdmin/sql/create_tables.sql
/usr/share/doc/packages/phpMyAdmin/sql/upgrade_column_info_4_3_0+.sql
/usr/share/doc/packages/phpMyAdmin/sql/upgrade_tables_4_7_0+.sql
/usr/share/doc/packages/phpMyAdmin/sql/upgrade_tables_mysql_4_1_2+.sql
/usr/share/licenses/phpMyAdmin
/usr/share/licenses/phpMyAdmin/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024