diff --git a/.gitignore b/.gitignore index aee66752..23268885 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.idea /atlassian-ide-plugin.xml +Build diff --git a/BeModule/conf.php b/BeModule/conf.php index b11e0be4..c5fc4c0c 100644 --- a/BeModule/conf.php +++ b/BeModule/conf.php @@ -11,7 +11,7 @@ // Configuration $MCONF['name'] = 'tools_txphpmyadmin'; $MCONF['script'] = '_DISPATCH'; -$MCONF['PMA_subdir'] = 'Vendor/phpMyAdmin-4.4.15.1-all-languages/'; +$MCONF['PMA_subdir'] = 'Vendor/phpMyAdmin-4.4.15.3-all-languages/'; $MCONF['PMA_script'] = 'index.php'; // Localization diff --git a/BeModule/index.php b/BeModule/index.php index 7fee25bc..93c0f1ba 100644 --- a/BeModule/index.php +++ b/BeModule/index.php @@ -3,7 +3,7 @@ * Copyright notice * * (c) 1999-2005 Kasper Skaarhoj (kasperYYYY@typo3.com) -* (c) 2006-2015 mehrwert (typo3@mehrwert.de) +* (c) 2006-2016 mehrwert (typo3@mehrwert.de) * All rights reserved * * This script is part of the TYPO3 project. The TYPO3 project is @@ -235,7 +235,7 @@ public function printContent() { $MCONF['name'] = 'tools_txphpmyadmin'; $MCONF['script'] = '_DISPATCH'; $MCONF['access'] = 'admin'; -$MCONF['PMA_subdir'] = 'Vendor/phpMyAdmin-4.4.15.1-all-languages/'; +$MCONF['PMA_subdir'] = 'Vendor/phpMyAdmin-4.4.15.3-all-languages/'; $MCONF['PMA_script'] = 'index.php'; // Proceed if TYPO3_MODE is defined diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..fa07a9ac --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,27 @@ +# Contributing to EXT:phpmyadmin + +All contributions are welcome! + +* Bug reports +* Feature requests +* Testing + +## How to contribute + +Latest code of EXT:phpmyadmin is hosted on GitHub (https://github.com/mehrwert/TYPO3-phpMyAdmin). The code is organized in branches: + +* master: Production release +* develop: Ongoing development +* feature/*: new features +* hotfix/*: all hotfixes + +You need + +* LAMP/MAMP/MNMP/your favorite Stack - with TYPO3 Versions 6.2 or 7.6 + +## Links + +* https://github.com/mehrwert/TYPO3-phpMyAdmin +* https://forge.typo3.org/projects/extension-phpmyadmin +* https://www.phpmyadmin.net +* https://www.mehrwert.de \ No newline at end of file diff --git a/Classes/Hooks/BeUserAuth.php b/Classes/Hooks/BeUserAuth.php index bc7794c3..31de59e7 100644 --- a/Classes/Hooks/BeUserAuth.php +++ b/Classes/Hooks/BeUserAuth.php @@ -2,7 +2,7 @@ /*************************************************************** * Copyright notice * -* (c) 2008-2015 mehrwert (typo3@mehrwert.de) +* (c) 2008-2016 mehrwert (typo3@mehrwert.de) * All rights reserved * * This script is part of the TYPO3 project. The TYPO3 project is diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index ce82fe40..d0324eb0 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -11,6 +11,21 @@ Change Log The following is an overview of the changes in this extension. For more details `read the online log `_. +2016-01-28 Andreas Beutel - Version 5.1.5 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- [FEATURE] Updated pMA to the latest stable 4.4.x release (4.4.15.3) +- [SECURITY] Includes critical vendor security fixes +- `PMASA-2016-5 `_: Unsafe comparison of XSRF/CSRF token +- [SECURITY] Includes non-critical vendor security fixes +- `PMASA-2015-6 `_: Full path disclosure vulnerability +- `PMASA-2016-1 `_: Multiple full path disclosure vulnerabilities +- `PMASA-2016-2 `_: Unsafe generation of XSRF/CSRF token +- `PMASA-2016-3 `_: Multiple XSS vulnerabilities +- `PMASA-2016-4 `_: Insecure password generation in JavaScript +- `PMASA-2016-6 `_: Multiple full path disclosure vulnerabilities +- `PMASA-2016-7 `_: XSS vulnerability in normalization page +- [FEATURE] Provide composer.json (thanks to André Wuttig for the contribution) + 2015-11-01 Andreas Beutel - Version 5.1.4 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - [BUGFIX] Update version number in vendor path and Settings.xml diff --git a/Settings.yml b/Settings.yml index 3e843a79..5c7d6be6 100644 --- a/Settings.yml +++ b/Settings.yml @@ -4,10 +4,10 @@ --- conf.py: - copyright: 2002-2015 + copyright: 2002-2016 project: phpMyAdmin Extension for TYPO3 - version: 5.1.4 - release: 5.1.4 + version: 5.1.5 + release: 5.1.5 latex_documents: - - Index - phpmyadmin.tex diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/RELEASE-DATE-4.4.15.1 b/Vendor/phpMyAdmin-4.4.15.1-all-languages/RELEASE-DATE-4.4.15.1 deleted file mode 100644 index 12212002..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/RELEASE-DATE-4.4.15.1 +++ /dev/null @@ -1 +0,0 @@ -Fri Oct 23 11:29:01 UTC 2015 diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/Makefile b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/Makefile deleted file mode 100644 index a2f6a6fd..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/Makefile +++ /dev/null @@ -1,197 +0,0 @@ -# Makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -PAPER = -BUILDDIR = . - -# User-friendly check for sphinx-build -ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) -$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/) -endif - -# Internal variables. -PAPEROPT_a4 = -D latex_paper_size=a4 -PAPEROPT_letter = -D latex_paper_size=letter -ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . -# the i18n builder cannot share the environment and doctrees with the others -I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . - -.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext - -help: - @echo "Please use \`make ' where is one of" - @echo " html to make standalone HTML files" - @echo " dirhtml to make HTML files named index.html in directories" - @echo " singlehtml to make a single large HTML file" - @echo " pickle to make pickle files" - @echo " json to make JSON files" - @echo " htmlhelp to make HTML files and a HTML help project" - @echo " qthelp to make HTML files and a qthelp project" - @echo " devhelp to make HTML files and a Devhelp project" - @echo " epub to make an epub" - @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" - @echo " latexpdf to make LaTeX files and run them through pdflatex" - @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx" - @echo " text to make text files" - @echo " man to make manual pages" - @echo " texinfo to make Texinfo files" - @echo " info to make Texinfo files and run them through makeinfo" - @echo " gettext to make PO message catalogs" - @echo " changes to make an overview of all changed/added/deprecated items" - @echo " xml to make Docutils-native XML files" - @echo " pseudoxml to make pseudoxml-XML files for display purposes" - @echo " linkcheck to check all external links for integrity" - @echo " doctest to run all doctests embedded in the documentation (if enabled)" - -clean: - -rm -rf $(BUILDDIR)/doctrees - -rm -rf $(BUILDDIR)/html - -rm -rf $(BUILDDIR)/dirhtml - -rm -rf $(BUILDDIR)/singlehtml - -rm -rf $(BUILDDIR)/pickle - -rm -rf $(BUILDDIR)/json - -rm -rf $(BUILDDIR)/htmlhelp - -rm -rf $(BUILDDIR)/qthelp - -rm -rf $(BUILDDIR)/devhelp - -rm -rf $(BUILDDIR)/epub - -rm -rf $(BUILDDIR)/latex - -rm -rf $(BUILDDIR)/text - -rm -rf $(BUILDDIR)/man - -rm -rf $(BUILDDIR)/texinfo - -rm -rf $(BUILDDIR)/info - -rm -rf $(BUILDDIR)/gettext - -rm -rf $(BUILDDIR)/changes - -rm -rf $(BUILDDIR)/linkcheck - -rm -rf $(BUILDDIR)/doctest - -rm -rf $(BUILDDIR)/xml - -rm -rf $(BUILDDIR)/pseudoxml - -html: - $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html - @echo - @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." - -dirhtml: - $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml - @echo - @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." - -singlehtml: - $(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml - @echo - @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." - -pickle: - $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle - @echo - @echo "Build finished; now you can process the pickle files." - -json: - $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json - @echo - @echo "Build finished; now you can process the JSON files." - -htmlhelp: - $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp - @echo - @echo "Build finished; now you can run HTML Help Workshop with the" \ - ".hhp project file in $(BUILDDIR)/htmlhelp." - -qthelp: - $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp - @echo - @echo "Build finished; now you can run "qcollectiongenerator" with the" \ - ".qhcp project file in $(BUILDDIR)/qthelp, like this:" - @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/phpMyAdmin.qhcp" - @echo "To view the help file:" - @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/phpMyAdmin.qhc" - -devhelp: - $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp - @echo - @echo "Build finished." - @echo "To view the help file:" - @echo "# mkdir -p $$HOME/.local/share/devhelp/phpMyAdmin" - @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/phpMyAdmin" - @echo "# devhelp" - -epub: - $(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub - @echo - @echo "Build finished. The epub file is in $(BUILDDIR)/epub." - -latex: - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex - @echo - @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." - @echo "Run \`make' in that directory to run these through (pdf)latex" \ - "(use \`make latexpdf' here to do that automatically)." - -latexpdf: - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex - @echo "Running LaTeX files through pdflatex..." - $(MAKE) -C $(BUILDDIR)/latex all-pdf - @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." - -latexpdfja: - $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex - @echo "Running LaTeX files through platex and dvipdfmx..." - $(MAKE) -C $(BUILDDIR)/latex all-pdf-ja - @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex." - -text: - $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text - @echo - @echo "Build finished. The text files are in $(BUILDDIR)/text." - -man: - $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man - @echo - @echo "Build finished. The manual pages are in $(BUILDDIR)/man." - -texinfo: - $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo - @echo - @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo." - @echo "Run \`make' in that directory to run these through makeinfo" \ - "(use \`make info' here to do that automatically)." - -info: - $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo - @echo "Running Texinfo files through makeinfo..." - make -C $(BUILDDIR)/texinfo info - @echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo." - -gettext: - $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale - @echo - @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale." - -changes: - $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes - @echo - @echo "The overview file is in $(BUILDDIR)/changes." - -linkcheck: - $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck - @echo - @echo "Link check complete; look for any errors in the above output " \ - "or in $(BUILDDIR)/linkcheck/output.txt." - -doctest: - $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest - @echo "Testing of doctests in the sources finished, look at the " \ - "results in $(BUILDDIR)/doctest/output.txt." - -xml: - $(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml - @echo - @echo "Build finished. The XML files are in $(BUILDDIR)/xml." - -pseudoxml: - $(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml - @echo - @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/_ext/configext.py b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/_ext/configext.py deleted file mode 100644 index 097f8768..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/_ext/configext.py +++ /dev/null @@ -1,188 +0,0 @@ -from sphinx.domains import Domain, ObjType -from sphinx.roles import XRefRole -from sphinx.domains.std import GenericObject, StandardDomain -from sphinx.directives import ObjectDescription -from sphinx.util.nodes import clean_astext, make_refnode -from sphinx.util import ws_re -from sphinx import addnodes -from sphinx.util.docfields import Field -from docutils import nodes - -def get_id_from_cfg(text): - ''' - Formats anchor ID from config option. - ''' - if text[:6] == '$cfg[\'': - text = text[6:] - if text[-2:] == '\']': - text = text[:-2] - text = text.replace('[$i]', '') - parts = text.split("']['") - return parts - - -class ConfigOption(ObjectDescription): - indextemplate = 'configuration option; %s' - parse_node = None - - has_arguments = True - - doc_field_types = [ - Field('default', label='Default value', has_arg=False, - names=('default', )), - Field('type', label='Type', has_arg=False, - names=('type',)), - ] - - - def handle_signature(self, sig, signode): - signode.clear() - signode += addnodes.desc_name(sig, sig) - # normalize whitespace like XRefRole does - name = ws_re.sub('', sig) - return name - - def add_target_and_index(self, name, sig, signode): - targetparts = get_id_from_cfg(name) - targetname = 'cfg_%s' % '_'.join(targetparts) - signode['ids'].append(targetname) - self.state.document.note_explicit_target(signode) - indextype = 'single' - - # Generic index entries - indexentry = self.indextemplate % (name,) - self.indexnode['entries'].append((indextype, indexentry, - targetname, targetname)) - self.indexnode['entries'].append((indextype, name, - targetname, targetname)) - - # Server section - if targetparts[0] == 'Servers' and len(targetparts) > 1: - indexname = ', '.join(targetparts[1:]) - self.indexnode['entries'].append((indextype, 'server configuration; %s' % indexname, - targetname, targetname)) - self.indexnode['entries'].append((indextype, indexname, - targetname, targetname)) - else: - indexname = ', '.join(targetparts) - self.indexnode['entries'].append((indextype, indexname, - targetname, targetname)) - - self.env.domaindata['config']['objects'][self.objtype, name] = \ - self.env.docname, targetname - - -class ConfigSectionXRefRole(XRefRole): - """ - Cross-referencing role for configuration sections (adds an index entry). - """ - - def result_nodes(self, document, env, node, is_ref): - if not is_ref: - return [node], [] - varname = node['reftarget'] - tgtid = 'index-%s' % env.new_serialno('index') - indexnode = addnodes.index() - indexnode['entries'] = [ - ('single', varname, tgtid, varname), - ('single', 'configuration section; %s' % varname, tgtid, varname) - ] - targetnode = nodes.target('', '', ids=[tgtid]) - document.note_explicit_target(targetnode) - return [indexnode, targetnode, node], [] - -class ConfigSection(ObjectDescription): - indextemplate = 'configuration section; %s' - parse_node = None - - def handle_signature(self, sig, signode): - if self.parse_node: - name = self.parse_node(self.env, sig, signode) - else: - signode.clear() - signode += addnodes.desc_name(sig, sig) - # normalize whitespace like XRefRole does - name = ws_re.sub('', sig) - return name - - def add_target_and_index(self, name, sig, signode): - targetname = '%s-%s' % (self.objtype, name) - signode['ids'].append(targetname) - self.state.document.note_explicit_target(signode) - if self.indextemplate: - colon = self.indextemplate.find(':') - if colon != -1: - indextype = self.indextemplate[:colon].strip() - indexentry = self.indextemplate[colon+1:].strip() % (name,) - else: - indextype = 'single' - indexentry = self.indextemplate % (name,) - self.indexnode['entries'].append((indextype, indexentry, - targetname, targetname)) - self.env.domaindata['config']['objects'][self.objtype, name] = \ - self.env.docname, targetname - - -class ConfigOptionXRefRole(XRefRole): - """ - Cross-referencing role for configuration options (adds an index entry). - """ - - def result_nodes(self, document, env, node, is_ref): - if not is_ref: - return [node], [] - varname = node['reftarget'] - tgtid = 'index-%s' % env.new_serialno('index') - indexnode = addnodes.index() - indexnode['entries'] = [ - ('single', varname, tgtid, varname), - ('single', 'configuration option; %s' % varname, tgtid, varname) - ] - targetnode = nodes.target('', '', ids=[tgtid]) - document.note_explicit_target(targetnode) - return [indexnode, targetnode, node], [] - - -class ConfigFileDomain(Domain): - name = 'config' - label = 'Config' - - object_types = { - 'option': ObjType('config option', 'option'), - 'section': ObjType('config section', 'section'), - } - directives = { - 'option': ConfigOption, - 'section': ConfigSection, - } - roles = { - 'option': ConfigOptionXRefRole(), - 'section': ConfigSectionXRefRole(), - } - - initial_data = { - 'objects': {}, # (type, name) -> docname, labelid - } - - def clear_doc(self, docname): - for key, (fn, _) in self.data['objects'].items(): - if fn == docname: - del self.data['objects'][key] - - def resolve_xref(self, env, fromdocname, builder, - typ, target, node, contnode): - docname, labelid = self.data['objects'].get((typ, target), ('', '')) - if not docname: - return None - else: - return make_refnode(builder, fromdocname, docname, - labelid, contnode) - - def get_objects(self): - for (type, name), info in self.data['objects'].iteritems(): - yield (name, name, type, info[0], info[1], - self.object_types[type].attrs['searchprio']) - -def setup(app): - app.add_domain(ConfigFileDomain) - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/conf.py b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/conf.py deleted file mode 100644 index 53918f37..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/conf.py +++ /dev/null @@ -1,304 +0,0 @@ -# -*- coding: utf-8 -*- -# -# phpMyAdmin documentation build configuration file, created by -# sphinx-quickstart on Wed Sep 26 14:04:48 2012. -# -# This file is execfile()d with the current directory set to its containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. - -import sys -import os - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -#sys.path.insert(0, os.path.abspath('.')) -sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "_ext"))) - -# -- General configuration ------------------------------------------------ - -# If your documentation needs a minimal Sphinx version, state it here. -#needs_sphinx = '1.0' - -# Add any Sphinx extension module names here, as strings. They can be -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom -# ones. -extensions = ['configext'] - -# Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] - -# The suffix of source filenames. -source_suffix = '.rst' - -# The encoding of source files. -#source_encoding = 'utf-8-sig' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -project = u'phpMyAdmin' -copyright = u'2012 - 2014, The phpMyAdmin devel team' - -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. -version = '4.4.15.1' -# The full version, including alpha/beta/rc tags. -release = version - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -#language = None - -# There are two options for replacing |today|: either, you set today to some -# non-false value, then it is used: -#today = '' -# Else, today_fmt is used as the format for a strftime call. -#today_fmt = '%B %d, %Y' - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -exclude_patterns = ['_build', 'html', 'doctrees'] - -# The reST default role (used for this markup: `text`) to use for all -# documents. -#default_role = None - -# If true, '()' will be appended to :func: etc. cross-reference text. -#add_function_parentheses = True - -# If true, the current module name will be prepended to all description -# unit titles (such as .. function::). -#add_module_names = True - -# If true, sectionauthor and moduleauthor directives will be shown in the -# output. They are ignored by default. -#show_authors = False - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - -# A list of ignored prefixes for module index sorting. -#modindex_common_prefix = [] - -# If true, keep warnings as "system message" paragraphs in the built documents. -#keep_warnings = False - - -# -- Options for HTML output ---------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -html_theme = 'default' - -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -#html_theme_options = {} - -# Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] - -# The name for this set of Sphinx documents. If None, it defaults to -# " v documentation". -#html_title = None - -# A shorter title for the navigation bar. Default is the same as html_title. -#html_short_title = None - -# The name of an image file (relative to this directory) to place at the top -# of the sidebar. -#html_logo = None - -# The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 -# pixels large. -#html_favicon = None - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] - -# Add any extra paths that contain custom files (such as robots.txt or -# .htaccess) here, relative to this directory. These files are copied -# directly to the root of the documentation. -#html_extra_path = [] - -# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, -# using the given strftime format. -#html_last_updated_fmt = '%b %d, %Y' - -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -#html_use_smartypants = True - -# Custom sidebar templates, maps document names to template names. -#html_sidebars = {} - -# Additional templates that should be rendered to pages, maps page names to -# template names. -#html_additional_pages = {} - -# If false, no module index is generated. -#html_domain_indices = True - -# If false, no index is generated. -#html_use_index = True - -# If true, the index is split into individual pages for each letter. -#html_split_index = False - -# If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True - -# If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -#html_show_sphinx = True - -# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -#html_show_copyright = True - -# If true, an OpenSearch description file will be output, and all pages will -# contain a tag referring to it. The value of this option must be the -# base URL from which the finished HTML is served. -#html_use_opensearch = '' - -# This is the file name suffix for HTML files (e.g. ".xhtml"). -#html_file_suffix = None - -# Output file base name for HTML help builder. -htmlhelp_basename = 'phpMyAdmindoc' - - -# -- Options for LaTeX output --------------------------------------------- - -latex_elements = { -# The paper size ('letterpaper' or 'a4paper'). -#'papersize': 'letterpaper', - -# The font size ('10pt', '11pt' or '12pt'). -#'pointsize': '10pt', - -# Additional stuff for the LaTeX preamble. -#'preamble': '', -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, -# author, documentclass [howto, manual, or own class]). -latex_documents = [ - ('index', 'phpMyAdmin.tex', u'phpMyAdmin Documentation', - u'The phpMyAdmin devel team', 'manual'), -] - -# The name of an image file (relative to this directory) to place at the top of -# the title page. -#latex_logo = None - -# For "manual" documents, if this is true, then toplevel headings are parts, -# not chapters. -#latex_use_parts = False - -# If true, show page references after internal links. -#latex_show_pagerefs = False - -# If true, show URL addresses after external links. -#latex_show_urls = False - -# Documents to append as an appendix to all manuals. -#latex_appendices = [] - -# If false, no module index is generated. -#latex_domain_indices = True - - -# -- Options for manual page output --------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - ('index', 'phpmyadmin', u'phpMyAdmin Documentation', - [u'The phpMyAdmin devel team'], 1) -] - -# If true, show URL addresses after external links. -#man_show_urls = False - - -# -- Options for Texinfo output ------------------------------------------- - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - ('index', 'phpMyAdmin', u'phpMyAdmin Documentation', - u'The phpMyAdmin devel team', 'phpMyAdmin', 'One line description of project.', - 'Miscellaneous'), -] - -# Documents to append as an appendix to all manuals. -#texinfo_appendices = [] - -# If false, no module index is generated. -#texinfo_domain_indices = True - -# How to display URL addresses: 'footnote', 'no', or 'inline'. -#texinfo_show_urls = 'footnote' - - -# -- Options for Epub output --------------------------------------------------- - -# Bibliographic Dublin Core info. -epub_title = u'phpMyAdmin' -epub_author = u'The phpMyAdmin devel team' -epub_publisher = u'The phpMyAdmin devel team' -epub_copyright = copyright - -# The language of the text. It defaults to the language option -# or en if the language is not set. -#epub_language = '' - -# The scheme of the identifier. Typical schemes are ISBN or URL. -#epub_scheme = '' - -# The unique identifier of the text. This can be a ISBN number -# or the project homepage. -#epub_identifier = '' - -# A unique identification for the text. -#epub_uid = '' - -# A tuple containing the cover image and cover page html template filenames. -#epub_cover = () - -# HTML files that should be inserted before the pages created by sphinx. -# The format is a list of tuples containing the path and title. -#epub_pre_files = [] - -# HTML files shat should be inserted after the pages created by sphinx. -# The format is a list of tuples containing the path and title. -#epub_post_files = [] - -# A list of files that should not be packed into the epub file. -#epub_exclude_files = [] - -# The depth of the table of contents in toc.ncx. -#epub_tocdepth = 3 - -# Allow duplicate toc entries. -#epub_tocdup = True - -# Highlight PHP without starting `_). - - A good test is to browse a table, edit a row and save it. There should be - an error message if phpMyAdmin is having trouble auto–detecting the correct - value. If you get an error that this must be set or if the autodetect code - fails to detect your path, please post a bug report on our bug tracker so - we can improve the code. - - .. seealso:: :ref:`faq1_40` - -.. config:option:: $cfg['PmaNoRelation_DisableWarning'] - - :type: boolean - :default: false - - Starting with version 2.3.0 phpMyAdmin offers a lot of features to - work with master / foreign – tables (see :config:option:`$cfg['Servers'][$i]['pmadb']`). - - If you tried to set this - up and it does not work for you, have a look on the :guilabel:`Structure` page - of one database where you would like to use it. You will find a link - that will analyze why those features have been disabled. - - If you do not want to use those features set this variable to ``true`` to - stop this message from appearing. - -.. config:option:: $cfg['SuhosinDisableWarning'] - - :type: boolean - :default: false - - A warning is displayed on the main page if Suhosin is detected. - - You can set this parameter to ``true`` to stop this message from appearing. - -.. config:option:: $cfg['LoginCookieValidityDisableWarning'] - - :type: boolean - :default: false - - A warning is displayed on the main page if the PHP parameter - session.gc_maxlifetime is lower than cookie validity configured in phpMyAdmin. - - You can set this parameter to ``true`` to stop this message from appearing. - -.. config:option:: $cfg['ServerLibraryDifference_DisableWarning'] - - :type: boolean - :default: false - - A warning is displayed on the main page if there is a difference - between the MySQL library and server version. - - You can set this parameter to ``true`` to stop this message from appearing. - -.. config:option:: $cfg['ReservedWordDisableWarning'] - - :type: boolean - :default: false - - This warning is displayed on the Structure page of a table if one or more - column names match with words which are MySQL reserved. - - If you want to turn off this warning, you can set it to ``true`` and - warning will no longer be displayed. - -.. config:option:: $cfg['TranslationWarningThreshold'] - - :type: integer - :default: 80 - - Show warning about incomplete translations on certain threshold. - -.. config:option:: $cfg['SendErrorReports'] - - :type: string - :default: ``'ask'`` - - Sets the default behavior for JavaScript error reporting. - - Whenever an error is detected in the JavaScript execution, an error report - may be sent to the phpMyAdmin team if the user agrees. - - The default setting of ``'ask'`` will ask the user everytime there is a new - error report. However you can set this parameter to ``'always'`` to send error - reports without asking for confirmation or you can set it to ``'never'`` to - never send error reports. - - This directive is available both in the configuration file and in users - preferences. If the person in charge of a multi-user installation prefers - to disable this feature for all users, a value of ``'never'`` should be - set, and the :config:option:`$cfg['UserprefsDisallow']` directive should - contain ``'SendErrorReports'`` in one of its array values. - -.. config:option:: $cfg['AllowThirdPartyFraming'] - - :type: boolean - :default: false - - Setting this to ``true`` allows phpMyAdmin to be included inside a frame, - and is a potential security hole allowing cross-frame scripting attacks or - clickjacking. - -Server connection settings --------------------------- - -.. config:option:: $cfg['Servers'] - - :type: array - :default: one server array with settings listed bellow - - Since version 1.4.2, phpMyAdmin supports the administration of multiple - MySQL servers. Therefore, a :config:option:`$cfg['Servers']`-array has been - added which contains the login information for the different servers. The - first :config:option:`$cfg['Servers'][$i]['host']` contains the hostname of - the first server, the second :config:option:`$cfg['Servers'][$i]['host']` - the hostname of the second server, etc. In - :file:`libraries/config.default.php`, there is only one section for server - definition, however you can put as many as you need in - :file:`config.inc.php`, copy that block or needed parts (you don't have to - define all settings, just those you need to change). - - .. note:: - - The :config:option:`$cfg['Servers']` array starts with - $cfg['Servers'][1]. Do not use $cfg['Servers'][0]. If you want more - than one server, just copy following section (including $i - incrementation) serveral times. There is no need to define full server - array, just define values you need to change. - - -.. config:option:: $cfg['Servers'][$i]['host'] - - :type: string - :default: ``'localhost'`` - - The hostname or :term:`IP` address of your $i-th MySQL-server. E.g. - ``localhost``. - - Possible values are: - - * hostname, e.g., ``'localhost'`` or ``'mydb.example.org'`` - * IP address, e.g., ``'127.0.0.1'`` or ``'192.168.10.1'`` - * dot - ``'.'``, i.e., use named pipes on windows systems - * empty - ``''``, disables this server - - .. note:: - - phpMyAdmin supports connecting to MySQL servers reachable via IPv6 only. - To connect to an IPv6 MySQL server, enter its IPv6 address in this field. - -.. config:option:: $cfg['Servers'][$i]['port'] - - :type: string - :default: ``''`` - - The port-number of your $i-th MySQL-server. Default is 3306 (leave - blank). - - .. note:: - - If you use ``localhost`` as the hostname, MySQL ignores this port number - and connects with the socket, so if you want to connect to a port - different from the default port, use ``127.0.0.1`` or the real hostname - in :config:option:`$cfg['Servers'][$i]['host']`. - -.. config:option:: $cfg['Servers'][$i]['socket'] - - :type: string - :default: ``''`` - - The path to the socket to use. Leave blank for default. To determine - the correct socket, check your MySQL configuration or, using the - :command:`mysql` command–line client, issue the ``status`` command. Among the - resulting information displayed will be the socket used. - -.. config:option:: $cfg['Servers'][$i]['ssl'] - - :type: boolean - :default: false - - Whether to enable SSL for the connection between phpMyAdmin and the MySQL server. - - When using the ``'mysql'`` extension, - none of the remaining ``'ssl...'`` configuration options apply. - - We strongly recommend the ``'mysqli'`` extension when using this option. - -.. config:option:: $cfg['Servers'][$i]['ssl_key'] - - :type: string - :default: NULL - - Path to the key file when using SSL for connecting to the MySQL server. - - For example: - - .. code-block:: php - - $cfg['Servers'][$i]['ssl_key'] = '/etc/mysql/server-key.pem'; - -.. config:option:: $cfg['Servers'][$i]['ssl_cert'] - - :type: string - :default: NULL - - Path to the cert file when using SSL for connecting to the MySQL server. - -.. config:option:: $cfg['Servers'][$i]['ssl_ca'] - - :type: string - :default: NULL - - Path to the CA file when using SSL for connecting to the MySQL server. - -.. config:option:: $cfg['Servers'][$i]['ssl_ca_path'] - - :type: string - :default: NULL - - Directory containing trusted SSL CA certificates in PEM format. - -.. config:option:: $cfg['Servers'][$i]['ssl_ciphers'] - - :type: string - :default: NULL - - List of allowable ciphers for SSL connections to the MySQL server. - -.. config:option:: $cfg['Servers'][$i]['connect_type'] - - :type: string - :default: ``'tcp'`` - - What type connection to use with the MySQL server. Your options are - ``'socket'`` and ``'tcp'``. It defaults to tcp as that is nearly guaranteed - to be available on all MySQL servers, while sockets are not supported on - some platforms. To use the socket mode, your MySQL server must be on the - same machine as the Web server. - -.. config:option:: $cfg['Servers'][$i]['compress'] - - :type: boolean - :default: false - - Whether to use a compressed protocol for the MySQL server connection - or not (experimental). - -.. _controlhost: -.. config:option:: $cfg['Servers'][$i]['controlhost'] - - :type: string - :default: ``''`` - - Permits to use an alternate host to hold the configuration storage - data. - -.. _controlport: -.. config:option:: $cfg['Servers'][$i]['controlport'] - - :type: string - :default: ``''`` - - Permits to use an alternate port to connect to the host that - holds the configuration storage. - -.. _controluser: -.. config:option:: $cfg['Servers'][$i]['controluser'] - - :type: string - :default: ``''`` - -.. config:option:: $cfg['Servers'][$i]['controlpass'] - - :type: string - :default: ``''`` - - This special account is used for 2 distinct purposes: to make possible all - relational features (see :config:option:`$cfg['Servers'][$i]['pmadb']`). - - .. versionchanged:: 2.2.5 - those were called ``stduser`` and ``stdpass`` - - .. seealso:: :ref:`setup`, :ref:`authentication_modes`, :ref:`linked-tables` - -.. config:option:: $cfg['Servers'][$i]['auth_type'] - - :type: string - :default: ``'cookie'`` - - Whether config or cookie or :term:`HTTP` or signon authentication should be - used for this server. - - * 'config' authentication (``$auth_type = 'config'``) is the plain old - way: username and password are stored in :file:`config.inc.php`. - * 'cookie' authentication mode (``$auth_type = 'cookie'``) allows you to - log in as any valid MySQL user with the help of cookies. - * 'http' authentication allows you to log in as any - valid MySQL user via HTTP-Auth. - * 'signon' authentication mode (``$auth_type = 'signon'``) allows you to - log in from prepared PHP session data or using supplied PHP script. - - .. seealso:: :ref:`authentication_modes` - -.. _servers_auth_http_realm: -.. config:option:: $cfg['Servers'][$i]['auth_http_realm'] - - :type: string - :default: ``''`` - - When using auth\_type = ``http``, this field allows to define a custom - :term:`HTTP` Basic Auth Realm which will be displayed to the user. If not - explicitly specified in your configuration, a string combined of - "phpMyAdmin " and either :config:option:`$cfg['Servers'][$i]['verbose']` or - :config:option:`$cfg['Servers'][$i]['host']` will be used. - -.. _servers_auth_swekey_config: -.. config:option:: $cfg['Servers'][$i]['auth_swekey_config'] - - :type: string - :default: ``''`` - - The name of the file containing :ref:`swekey` ids and login names for hardware - authentication. Leave empty to deactivate this feature. - -.. _servers_user: -.. config:option:: $cfg['Servers'][$i]['user'] - - :type: string - :default: ``'root'`` - -.. config:option:: $cfg['Servers'][$i]['password'] - - :type: string - :default: ``''`` - - When using :config:option:`$cfg['Servers'][$i]['auth_type']` set to - 'config', this is the user/password-pair which phpMyAdmin will use to - connect to the MySQL server. This user/password pair is not needed when - :term:`HTTP` or cookie authentication is used - and should be empty. - -.. _servers_nopassword: -.. config:option:: $cfg['Servers'][$i]['nopassword'] - - :type: boolean - :default: false - - Allow attempt to log in without password when a login with password - fails. This can be used together with http authentication, when - authentication is done some other way and phpMyAdmin gets user name - from auth and uses empty password for connecting to MySQL. Password - login is still tried first, but as fallback, no password method is - tried. - -.. _servers_only_db: -.. config:option:: $cfg['Servers'][$i]['only_db'] - - :type: string or array - :default: ``''`` - - If set to a (an array of) database name(s), only this (these) - database(s) will be shown to the user. Since phpMyAdmin 2.2.1, - this/these database(s) name(s) may contain MySQL wildcards characters - ("\_" and "%"): if you want to use literal instances of these - characters, escape them (I.E. use ``'my\_db'`` and not ``'my_db'``). - - This setting is an efficient way to lower the server load since the - latter does not need to send MySQL requests to build the available - database list. But **it does not replace the privileges rules of the - MySQL database server**. If set, it just means only these databases - will be displayed but **not that all other databases can't be used.** - - An example of using more that one database: - - .. code-block:: php - - $cfg['Servers'][$i]['only_db'] = array('db1', 'db2'); - - .. versionchanged:: 4.0.0 - Previous versions permitted to specify the display order of - the database names via this directive. - -.. config:option:: $cfg['Servers'][$i]['hide_db'] - - :type: string - :default: ``''`` - - Regular expression for hiding some databases from unprivileged users. - This only hides them from listing, but a user is still able to access - them (using, for example, the SQL query area). To limit access, use - the MySQL privilege system. For example, to hide all databases - starting with the letter "a", use - - .. code-block:: php - - $cfg['Servers'][$i]['hide_db'] = '^a'; - - and to hide both "db1" and "db2" use - - .. code-block:: php - - $cfg['Servers'][$i]['hide_db'] = '^(db1|db2)$'; - - More information on regular expressions can be found in the `PCRE - pattern syntax - `_ portion - of the PHP reference manual. - -.. config:option:: $cfg['Servers'][$i]['verbose'] - - :type: string - :default: ``''`` - - Only useful when using phpMyAdmin with multiple server entries. If - set, this string will be displayed instead of the hostname in the - pull-down menu on the main page. This can be useful if you want to - show only certain databases on your system, for example. For HTTP - auth, all non-US-ASCII characters will be stripped. - -.. config:option:: $cfg['Servers'][$i]['pmadb'] - - :type: string - :default: ``''`` - - The name of the database containing the phpMyAdmin configuration - storage. - - See the :ref:`linked-tables` section in this document to see the benefits of - this feature, and for a quick way of creating this database and the needed - tables. - - If you are the only user of this phpMyAdmin installation, you can use your - current database to store those special tables; in this case, just put your - current database name in :config:option:`$cfg['Servers'][$i]['pmadb']`. For a - multi-user installation, set this parameter to the name of your central - database containing the phpMyAdmin configuration storage. - -.. _bookmark: -.. config:option:: $cfg['Servers'][$i]['bookmarktable'] - - :type: string - :default: ``''`` - - Since release 2.2.0 phpMyAdmin allows users to bookmark queries. This - can be useful for queries you often run. To allow the usage of this - functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * enter the table name in :config:option:`$cfg['Servers'][$i]['bookmarktable']` - - -.. _relation: -.. config:option:: $cfg['Servers'][$i]['relation'] - - :type: string - :default: ``''`` - - Since release 2.2.4 you can describe, in a special 'relation' table, - which column is a key in another table (a foreign key). phpMyAdmin - currently uses this to: - - * make clickable, when you browse the master table, the data values that - point to the foreign table; - * display in an optional tool-tip the "display column" when browsing the - master table, if you move the mouse to a column containing a foreign - key (use also the 'table\_info' table); (see :ref:`faqdisplay`) - * in edit/insert mode, display a drop-down list of possible foreign keys - (key value and "display column" are shown) (see :ref:`faq6_21`) - * display links on the table properties page, to check referential - integrity (display missing foreign keys) for each described key; - * in query-by-example, create automatic joins (see :ref:`faq6_6`) - * enable you to get a :term:`PDF` schema of - your database (also uses the table\_coords table). - - The keys can be numeric or character. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the relation table name in :config:option:`$cfg['Servers'][$i]['relation']` - * now as normal user open phpMyAdmin and for each one of your tables - where you want to use this feature, click :guilabel:`Structure/Relation view/` - and choose foreign columns. - - .. note:: - - In the current version, ``master_db`` must be the same as ``foreign_db``. - Those columns have been put in future development of the cross-db - relations. - -.. _table_info: -.. config:option:: $cfg['Servers'][$i]['table_info'] - - :type: string - :default: ``''`` - - Since release 2.3.0 you can describe, in a special 'table\_info' - table, which column is to be displayed as a tool-tip when moving the - cursor over the corresponding key. This configuration variable will - hold the name of this special table. To allow the usage of this - functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['table\_info']` (e.g. - ``pma__table_info``) - * then for each table where you want to use this feature, click - "Structure/Relation view/Choose column to display" to choose the - column. - - .. seealso:: :ref:`faqdisplay` - -.. _table_coords: -.. config:option:: $cfg['Servers'][$i]['table_coords'] - - :type: string - :default: ``''`` - -.. config:option:: $cfg['Servers'][$i]['pdf_pages'] - - :type: string - :default: ``''`` - - Since release 2.3.0 you can have phpMyAdmin create :term:`PDF` pages - showing the relations between your tables. Further, the designer interface - permits visually managing the relations. To do this it needs two tables - "pdf\_pages" (storing information about the available :term:`PDF` pages) - and "table\_coords" (storing coordinates where each table will be placed on - a :term:`PDF` schema output). You must be using the "relation" feature. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the correct table names in - :config:option:`$cfg['Servers'][$i]['table\_coords']` and - :config:option:`$cfg['Servers'][$i]['pdf\_pages']` - - .. seealso:: :ref:`faqpdf`. - -.. _col_com: -.. config:option:: $cfg['Servers'][$i]['column_info'] - - :type: string - :default: ``''`` - - This part requires a content update! Since release 2.3.0 you can - store comments to describe each column for each table. These will then - be shown on the "printview". - - Starting with release 2.5.0, comments are consequently used on the table - property pages and table browse view, showing up as tool-tips above the - column name (properties page) or embedded within the header of table in - browse view. They can also be shown in a table dump. Please see the - relevant configuration directives later on. - - Also new in release 2.5.0 is a MIME- transformation system which is also - based on the following table structure. See :ref:`transformations` for - further information. To use the MIME- transformation system, your - column\_info table has to have the three new columns 'mimetype', - 'transformation', 'transformation\_options'. - - Starting with release 4.3.0, a new input-oriented transformation system - has been introduced. Also, backward compatibility code used in the old - transformations system was removed. As a result, an update to column\_info - table is necessary for previous transformations and the new input-oriented - transformation system to work. phpMyAdmin will upgrade it automatically - for you by analyzing your current column\_info table structure. - However, if something goes wrong with the auto-upgrade then you can - use the SQL script found in ``./sql/upgrade_column_info_4_3_0+.sql`` - to upgrade it manually. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['column\_info']` (e.g. - ``pma__column_info``) - * to update your PRE-2.5.0 Column\_comments table use this: and - remember that the Variable in :file:`config.inc.php` has been renamed from - :config:option:`$cfg['Servers'][$i]['column\_comments']` to - :config:option:`$cfg['Servers'][$i]['column\_info']` - - .. code-block:: mysql - - ALTER TABLE `pma__column_comments` - ADD `mimetype` VARCHAR( 255 ) NOT NULL, - ADD `transformation` VARCHAR( 255 ) NOT NULL, - ADD `transformation_options` VARCHAR( 255 ) NOT NULL; - * to update your PRE-4.3.0 Column\_info table manually use this - ``./sql/upgrade_column_info_4_3_0+.sql`` SQL script. - - .. note:: - - For auto-upgrade functionality to work, your - ``$cfg['Servers'][$i]['controluser']`` must have ALTER privilege on - ``phpmyadmin`` database. See the `MySQL documentation for GRANT - `_ on how to - ``GRANT`` privileges to a user. - -.. _history: -.. config:option:: $cfg['Servers'][$i]['history'] - - :type: string - :default: ``''`` - - Since release 2.5.0 you can store your :term:`SQL` history, which means all - queries you entered manually into the phpMyAdmin interface. If you don't - want to use a table-based history, you can use the JavaScript-based - history. - - Using that, all your history items are deleted when closing the window. - Using :config:option:`$cfg['QueryHistoryMax']` you can specify an amount of - history items you want to have on hold. On every login, this list gets cut - to the maximum amount. - - The query history is only available if JavaScript is enabled in - your browser. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['history']` (e.g. - ``pma__history``) - -.. _recent: -.. config:option:: $cfg['Servers'][$i]['recent'] - - :type: string - :default: ``''`` - - Since release 3.5.0 you can show recently used tables in the - navigation panel. It helps you to jump across table directly, without - the need to select the database, and then select the table. Using - :config:option:`$cfg['NumRecentTables']` you can configure the maximum number - of recent tables shown. When you select a table from the list, it will jump to - the page specified in :config:option:`$cfg['NavigationTreeDefaultTabTable']`. - - - Without configuring the storage, you can still access the recently used tables, - but it will disappear after you logout. - - To allow the usage of this functionality persistently: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['recent']` (e.g. - ``pma__recent``) - -.. _table_uiprefs: -.. config:option:: $cfg['Servers'][$i]['table_uiprefs'] - - :type: string - :default: ``''`` - - Since release 3.5.0 phpMyAdmin can be configured to remember several - things (sorted column :config:option:`$cfg['RememberSorting']`, column order, - and column visibility from a database table) for browsing tables. Without - configuring the storage, these features still can be used, but the values will - disappear after you logout. - - To allow the usage of these functionality persistently: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['table\_uiprefs']` (e.g. - ``pma__table_uiprefs``) - -.. _configurablemenus: -.. config:option:: $cfg['Servers'][$i]['users'] - - :type: string - :default: ``''`` - -.. config:option:: $cfg['Servers'][$i]['usergroups'] - - :type: string - :default: ``''`` - - Since release 4.1.0 you can create different user groups with menu items - attached to them. Users can be assigned to these groups and the logged in - user would only see menu items configured to the usergroup he is assigned to. - To do this it needs two tables "usergroups" (storing allowed menu items for each - user group) and "users" (storing users and their assignments to user groups). - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the correct table names in - :config:option:`$cfg['Servers'][$i]['users']` (e.g. ``pma__users``) and - :config:option:`$cfg['Servers'][$i]['usergroups']` (e.g. ``pma__usergroups``) - -.. _navigationhiding: -.. config:option:: $cfg['Servers'][$i]['navigationhiding'] - - :type: string - :default: ``''`` - - Since release 4.1.0 you can hide/show items in the navigation tree. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['navigationhiding']` (e.g. - ``pma__navigationhiding``) - -.. _central_columns: -.. config:option:: $cfg['Servers'][$i]['central_columns'] - - :type: string - :default: ``''`` - - Since release 4.3.0 you can have a central list of columns per database. - You can add/remove columns to the list as per your requirement. These columns - in the central list will be available to use while you create a new column for - a table or create a table itself. You can select a column from central list - while creating a new column, it will save you from writing the same column definition - over again or from writing different names for similar column. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['central_columns']` (e.g. - ``pma__central_columns``) - -.. _savedsearches: -.. config:option:: $cfg['Servers'][$i]['savedsearches'] - - :type: string - :default: ``''`` - - Since release 4.2.0 you can save and load query-by-example searches from the Database > Query panel. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['savedsearches']` (e.g. - ``pma__savedsearches``) - -.. _tracking: -.. config:option:: $cfg['Servers'][$i]['tracking'] - - :type: string - :default: ``''`` - - Since release 3.3.x a tracking mechanism is available. It helps you to - track every :term:`SQL` command which is - executed by phpMyAdmin. The mechanism supports logging of data - manipulation and data definition statements. After enabling it you can - create versions of tables. - - The creation of a version has two effects: - - * phpMyAdmin saves a snapshot of the table, including structure and - indexes. - * phpMyAdmin logs all commands which change the structure and/or data of - the table and links these commands with the version number. - - Of course you can view the tracked changes. On the :guilabel:`Tracking` - page a complete report is available for every version. For the report you - can use filters, for example you can get a list of statements within a date - range. When you want to filter usernames you can enter \* for all names or - you enter a list of names separated by ','. In addition you can export the - (filtered) report to a file or to a temporary database. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['tracking']` (e.g. - ``pma__tracking``) - - -.. _tracking2: -.. config:option:: $cfg['Servers'][$i]['tracking_version_auto_create'] - - :type: boolean - :default: false - - Whether the tracking mechanism creates versions for tables and views - automatically. - - If this is set to true and you create a table or view with - - * CREATE TABLE ... - * CREATE VIEW ... - - and no version exists for it, the mechanism will create a version for - you automatically. - -.. _tracking3: -.. config:option:: $cfg['Servers'][$i]['tracking_default_statements'] - - :type: string - :default: ``'CREATE TABLE,ALTER TABLE,DROP TABLE,RENAME TABLE,CREATE INDEX,DROP INDEX,INSERT,UPDATE,DELETE,TRUNCATE,REPLACE,CREATE VIEW,ALTER VIEW,DROP VIEW,CREATE DATABASE,ALTER DATABASE,DROP DATABASE'`` - - Defines the list of statements the auto-creation uses for new - versions. - -.. _tracking4: -.. config:option:: $cfg['Servers'][$i]['tracking_add_drop_view'] - - :type: boolean - :default: true - - Whether a DROP VIEW IF EXISTS statement will be added as first line to - the log when creating a view. - -.. _tracking5: -.. config:option:: $cfg['Servers'][$i]['tracking_add_drop_table'] - - :type: boolean - :default: true - - Whether a DROP TABLE IF EXISTS statement will be added as first line - to the log when creating a table. - -.. _tracking6: -.. config:option:: $cfg['Servers'][$i]['tracking_add_drop_database'] - - :type: boolean - :default: true - - Whether a DROP DATABASE IF EXISTS statement will be added as first - line to the log when creating a database. - -.. _userconfig: -.. config:option:: $cfg['Servers'][$i]['userconfig'] - - :type: string - :default: ``''`` - - Since release 3.4.x phpMyAdmin allows users to set most preferences by - themselves and store them in the database. - - If you don't allow for storing preferences in - :config:option:`$cfg['Servers'][$i]['pmadb']`, users can still personalize - phpMyAdmin, but settings will be saved in browser's local storage, or, it - is is unavailable, until the end of session. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']` - -.. config:option:: $cfg['Servers'][$i]['MaxTableUiprefs'] - - :type: integer - :default: 100 - - Maximum number of rows saved in - :config:option:`$cfg['Servers'][$i]['table_uiprefs']` table. - - When tables are dropped or renamed, - :config:option:`$cfg['Servers'][$i]['table_uiprefs']` may contain invalid data - (referring to tables which no longer exist). We only keep this number of newest - rows in :config:option:`$cfg['Servers'][$i]['table_uiprefs']` and automatically - delete older rows. - -.. config:option:: $cfg['Servers'][$i]['SessionTimeZone'] - - :type: string - :default: ``''`` - - Sets the time zone used by phpMyAdmin. Leave blank to use the time zone of your - database server. Possible values are explained at - http://dev.mysql.com/doc/refman/5.7/en/time-zone-support.html - - This is useful when your database server uses a time zone which is different from the - time zone you want to use in phpMyAdmin. - -.. config:option:: $cfg['Servers'][$i]['AllowRoot'] - - :type: boolean - :default: true - - Whether to allow root access. This is just a shortcut for the - :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` below. - -.. config:option:: $cfg['Servers'][$i]['AllowNoPassword'] - - :type: boolean - :default: false - - Whether to allow logins without a password. The default value of - ``false`` for this parameter prevents unintended access to a MySQL - server with was left with an empty password for root or on which an - anonymous (blank) user is defined. - -.. _servers_allowdeny_order: -.. config:option:: $cfg['Servers'][$i]['AllowDeny']['order'] - - :type: string - :default: ``''`` - - If your rule order is empty, then :term:`IP` - authorization is disabled. - - If your rule order is set to - ``'deny,allow'`` then the system applies all deny rules followed by - allow rules. Access is allowed by default. Any client which does not - match a Deny command or does match an Allow command will be allowed - access to the server. - - If your rule order is set to ``'allow,deny'`` - then the system applies all allow rules followed by deny rules. Access - is denied by default. Any client which does not match an Allow - directive or does match a Deny directive will be denied access to the - server. - - If your rule order is set to ``'explicit'``, authorization is - performed in a similar fashion to rule order 'deny,allow', with the - added restriction that your host/username combination **must** be - listed in the *allow* rules, and not listed in the *deny* rules. This - is the **most** secure means of using Allow/Deny rules, and was - available in Apache by specifying allow and deny rules without setting - any order. - - Please also see :config:option:`$cfg['TrustedProxies']` for - detecting IP address behind proxies. - -.. _servers_allowdeny_rules: -.. config:option:: $cfg['Servers'][$i]['AllowDeny']['rules'] - - :type: array of strings - :default: array() - - The general format for the rules is as such: - - .. code-block:: none - - <'allow' | 'deny'> [from] - - If you wish to match all users, it is possible to use a ``'%'`` as a - wildcard in the *username* field. - - There are a few shortcuts you can - use in the *ipmask* field as well (please note that those containing - SERVER\_ADDRESS might not be available on all webservers): - - .. code-block:: none - - - 'all' -> 0.0.0.0/0 - 'localhost' -> 127.0.0.1/8 - 'localnetA' -> SERVER_ADDRESS/8 - 'localnetB' -> SERVER_ADDRESS/16 - 'localnetC' -> SERVER_ADDRESS/24 - - Having an empty rule list is equivalent to either using ``'allow % - from all'`` if your rule order is set to ``'deny,allow'`` or ``'deny % - from all'`` if your rule order is set to ``'allow,deny'`` or - ``'explicit'``. - - For the :term:`IP address` matching - system, the following work: - - * ``xxx.xxx.xxx.xxx`` (an exact :term:`IP address`) - * ``xxx.xxx.xxx.[yyy-zzz]`` (an :term:`IP address` range) - * ``xxx.xxx.xxx.xxx/nn`` (CIDR, Classless Inter-Domain Routing type :term:`IP` addresses) - - But the following does not work: - - * ``xxx.xxx.xxx.xx[yyy-zzz]`` (partial :term:`IP` address range) - - For :term:`IPv6` addresses, the following work: - - * ``xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx`` (an exact :term:`IPv6` address) - * ``xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:[yyyy-zzzz]`` (an :term:`IPv6` address range) - * ``xxxx:xxxx:xxxx:xxxx/nn`` (CIDR, Classless Inter-Domain Routing type :term:`IPv6` addresses) - - But the following does not work: - - * ``xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xx[yyy-zzz]`` (partial :term:`IPv6` address range) - -.. config:option:: $cfg['Servers'][$i]['DisableIS'] - - :type: boolean - :default: false - - Disable using ``INFORMATION_SCHEMA`` to retrieve information (use - ``SHOW`` commands instead), because of speed issues when many - databases are present. Currently used in some parts of the code, more - to come. - -.. config:option:: $cfg['Servers'][$i]['SignonScript'] - - :type: string - :default: ``''`` - - Name of PHP script to be sourced and executed to obtain login - credentials. This is alternative approach to session based single - signon. The script has to provide a function called - ``get_login_credentials`` which returns list of username and - password, accepting single parameter of existing username (can be - empty). See :file:`examples/signon-script.php` for an example: - - .. literalinclude:: ../examples/signon-script.php - :language: php - - .. seealso:: :ref:`auth_signon` - -.. config:option:: $cfg['Servers'][$i]['SignonSession'] - - :type: string - :default: ``''`` - - Name of session which will be used for signon authentication method. - You should use something different than ``phpMyAdmin``, because this - is session which phpMyAdmin uses internally. Takes effect only if - :config:option:`$cfg['Servers'][$i]['SignonScript']` is not configured. - - .. seealso:: :ref:`auth_signon` - -.. config:option:: $cfg['Servers'][$i]['SignonURL'] - - :type: string - :default: ``''`` - - :term:`URL` where user will be redirected - to log in for signon authentication method. Should be absolute - including protocol. - - .. seealso:: :ref:`auth_signon` - -.. config:option:: $cfg['Servers'][$i]['LogoutURL'] - - :type: string - :default: ``''`` - - :term:`URL` where user will be redirected - after logout (doesn't affect config authentication method). Should be - absolute including protocol. - -Generic settings ----------------- - -.. config:option:: $cfg['ServerDefault'] - - :type: integer - :default: 1 - - If you have more than one server configured, you can set - :config:option:`$cfg['ServerDefault']` to any one of them to autoconnect to that - server when phpMyAdmin is started, or set it to 0 to be given a list - of servers without logging in. - - If you have only one server configured, - :config:option:`$cfg['ServerDefault']` MUST be set to that server. - -.. config:option:: $cfg['VersionCheck'] - - :type: boolean - :default: true - - Enables check for latest versions using javascript on main phpMyAdmin - page. - - .. note:: - - This setting can be adjusted by your vendor. - -.. config:option:: $cfg['ProxyUrl'] - - :type: string - :default: "" - - The url of the proxy to be used when phpmyadmin needs to access the outside - internet such as when retrieving the latest version info or submitting error - reports. You need this if the server where phpMyAdmin is installed does not - have direct access to the internet. - The format is: "hostname:portnumber" - -.. config:option:: $cfg['ProxyUser'] - - :type: string - :default: "" - - The username for authenticating with the proxy. By default, no - authentication is performed. If a username is supplied, Basic - Authentication will be performed. No other types of authentication - are currently supported. - -.. config:option:: $cfg['ProxyPass'] - - :type: string - :default: "" - - The password for authenticating with the proxy. - -.. config:option:: $cfg['MaxDbList'] - - :type: integer - :default: 100 - - The maximum number of database names to be displayed in the main panel's - database list. - -.. config:option:: $cfg['MaxTableList'] - - :type: integer - :default: 250 - - The maximum number of table names to be displayed in the main panel's - list (except on the Export page). This limit is also enforced in the - navigation panel when in Light mode. - -.. config:option:: $cfg['ShowHint'] - - :type: boolean - :default: true - - Whether or not to show hints (for example, hints when hovering over - table headers). - -.. config:option:: $cfg['MaxCharactersInDisplayedSQL'] - - :type: integer - :default: 1000 - - The maximum number of characters when a :term:`SQL` query is displayed. The - default limit of 1000 should be correct to avoid the display of tons of - hexadecimal codes that represent BLOBs, but some users have real - :term:`SQL` queries that are longer than 1000 characters. Also, if a - query's length exceeds this limit, this query is not saved in the history. - -.. config:option:: $cfg['PersistentConnections'] - - :type: boolean - :default: false - - Whether `persistent connections `_ should be used or not. Works with - following extensions: - - * mysql (`mysql\_pconnect `_), - * mysqli (requires PHP 5.3.0 or newer, `more information - `_). - -.. config:option:: $cfg['ForceSSL'] - - :type: boolean - :default: false - - Whether to force using https while accessing phpMyAdmin. In a reverse - proxy setup, setting this to ``true`` is not supported. - - .. note:: - - In some setups (like separate SSL proxy or load balancer) you might - have to set :config:option:`$cfg['PmaAbsoluteUri']` for correct - redirection. - -.. config:option:: $cfg['ExecTimeLimit'] - - :type: integer [number of seconds] - :default: 300 - - Set the number of seconds a script is allowed to run. If seconds is - set to zero, no time limit is imposed. This setting is used while - importing/exporting dump files but has - no effect when PHP is running in safe mode. - -.. config:option:: $cfg['SessionSavePath'] - - :type: string - :default: ``''`` - - Path for storing session data (`session\_save\_path PHP parameter - `_). - -.. config:option:: $cfg['MemoryLimit'] - - :type: string [number of bytes] - :default: ``'-1'`` - - Set the number of bytes a script is allowed to allocate. If set to - ``'-1'``, no limit is imposed. - - This setting is used while importing/exporting dump files and at some other - places in phpMyAdmin so you definitely don't want to put here a too low - value. It has no effect when PHP is running in safe mode. - - You can also use any string as in :file:`php.ini`, eg. '16M'. Ensure you - don't omit the suffix (16 means 16 bytes!) - -.. config:option:: $cfg['SkipLockedTables'] - - :type: boolean - :default: false - - Mark used tables and make it possible to show databases with locked - tables (since MySQL 3.23.30). - -.. config:option:: $cfg['ShowSQL'] - - :type: boolean - :default: true - - Defines whether :term:`SQL` queries - generated by phpMyAdmin should be displayed or not. - -.. config:option:: $cfg['RetainQueryBox'] - - :type: boolean - :default: false - - Defines whether the :term:`SQL` query box - should be kept displayed after its submission. - -.. config:option:: $cfg['CodemirrorEnable'] - - :type: boolean - :default: true - - Defines whether to use a Javascript code editor for SQL query boxes. - CodeMirror provides syntax highlighting and line numbers. However, - middle-clicking for pasting the clipboard contents in some Linux - distributions (such as Ubuntu) is not supported by all browsers. - -.. config:option:: $cfg['AllowUserDropDatabase'] - - :type: boolean - :default: false - - Defines whether normal users (non-administrator) are allowed to delete - their own database or not. If set as false, the link :guilabel:`Drop - Database` will not be shown, and even a ``DROP DATABASE mydatabase`` will - be rejected. Quite practical for :term:`ISP` 's with many customers. - - .. note:: - - This limitation of :term:`SQL` queries is not - as strict as when using MySQL privileges. This is due to nature of - :term:`SQL` queries which might be quite - complicated. So this choice should be viewed as help to avoid accidental - dropping rather than strict privilege limitation. - -.. config:option:: $cfg['Confirm'] - - :type: boolean - :default: true - - Whether a warning ("Are your really sure...") should be displayed when - you're about to lose data. - -.. config:option:: $cfg['UseDbSearch'] - - :type: boolean - :default: true - - Define whether the "search string inside database" is enabled or not. - -.. config:option:: $cfg['IgnoreMultiSubmitErrors'] - - :type: boolean - :default: false - - Define whether phpMyAdmin will continue executing a multi-query - statement if one of the queries fails. Default is to abort execution. - -Cookie authentication options ------------------------------ - -.. config:option:: $cfg['blowfish_secret'] - - :type: string - :default: ``''`` - - The "cookie" auth\_type uses AES algorithm to encrypt the password. If you - are using the "cookie" auth\_type, enter here a random passphrase of your - choice. It will be used internally by the AES algorithm: you won’t be - prompted for this passphrase. There is no maximum length for this secret. - - .. note:: - - The configuration is called blowfish_secret for historical reasons as - Blowfish algorithm was originally used to do the encryption. - - .. versionchanged:: 3.1.0 - Since version 3.1.0 phpMyAdmin can generate this on the fly, but it - makes a bit weaker security as this generated secret is stored in - session and furthermore it makes impossible to recall user name from - cookie. - -.. config:option:: $cfg['LoginCookieRecall'] - - :type: boolean - :default: true - - Define whether the previous login should be recalled or not in cookie - authentication mode. - - This is automatically disabled if you do not have - configured :config:option:`$cfg['blowfish_secret']`. - -.. config:option:: $cfg['LoginCookieValidity'] - - :type: integer [number of seconds] - :default: 1440 - - Define how long a login cookie is valid. Please note that php - configuration option `session.gc\_maxlifetime - `_ might limit session validity and if the session is lost, - the login cookie is also invalidated. So it is a good idea to set - ``session.gc_maxlifetime`` at least to the same value of - :config:option:`$cfg['LoginCookieValidity']`. - -.. config:option:: $cfg['LoginCookieStore'] - - :type: integer [number of seconds] - :default: 0 - - Define how long login cookie should be stored in browser. Default 0 - means that it will be kept for existing session. This is recommended - for not trusted environments. - -.. config:option:: $cfg['LoginCookieDeleteAll'] - - :type: boolean - :default: true - - If enabled (default), logout deletes cookies for all servers, - otherwise only for current one. Setting this to false makes it easy to - forget to log out from other server, when you are using more of them. - -.. _AllowArbitraryServer: -.. config:option:: $cfg['AllowArbitraryServer'] - - :type: boolean - :default: false - - If enabled, allows you to log in to arbitrary servers using cookie - authentication. - - .. note:: - - Please use this carefully, as this may allow users access to MySQL servers - behind the firewall where your :term:`HTTP` server is placed. - See also :config:option:`$cfg['ArbitraryServerRegexp']`. - -.. config:option:: $cfg['ArbitraryServerRegexp'] - - :type: string - :default: ``''`` - - Restricts the MySQL servers to which the user can log in when - :config:option:`$cfg['AllowArbitraryServer']` is enabled by - matching the :term:`IP` or the hostname of the MySQL server - to the given regular expression. The regular expression must be enclosed - with a delimiter character. - -.. config:option:: $cfg['CaptchaLoginPublicKey'] - - :type: string - :default: ``''`` - - The public key for the reCaptcha service that can be obtained from - http://www.google.com/recaptcha. - - reCaptcha will be then used in :ref:`cookie`. - -.. config:option:: $cfg['CaptchaLoginPrivateKey'] - - :type: string - :default: ``''`` - - The private key for the reCaptcha service that can be obtain from - http://www.google.com/recaptcha. - - reCaptcha will be then used in :ref:`cookie`. - -Navigation panel setup ----------------------- - -.. config:option:: $cfg['ShowDatabasesNavigationAsTree'] - - :type: boolean - :default: true - - In the navigation panel, replaces the database tree with a selector - -.. config:option:: $cfg['FirstLevelNavigationItems'] - - :type: integer - :default: 100 - - The number of first level databases that can be displayed on each page - of navigation tree. - -.. config:option:: $cfg['MaxNavigationItems'] - - :type: integer - :default: 50 - - The number of items (tables, columns, indexes) that can be displayed on each - page of the navigation tree. - -.. config:option:: $cfg['NavigationTreeEnableGrouping'] - - :type: boolean - :default: true - - Defines whether to group the databases based on a common prefix - in their name :config:option:`$cfg['NavigationTreeDbSeparator']`. - -.. config:option:: $cfg['NavigationTreeDbSeparator'] - - :type: string or array - :default: ``'_'`` - - The string used to separate the parts of the database name when - showing them in a tree. Alternatively you can specify more strings in - an array and all of them will be used as a separator. - -.. config:option:: $cfg['NavigationTreeTableSeparator'] - - :type: string or array - :default: ``'__'`` - - Defines a string to be used to nest table spaces. This means if you have - tables like ``first__second__third`` this will be shown as a three-level - hierarchy like: first > second > third. If set to false or empty, the - feature is disabled. NOTE: You should not use this separator at the - beginning or end of a table name or multiple times after another without - any other characters in between. - -.. config:option:: $cfg['NavigationTreeTableLevel'] - - :type: integer - :default: 1 - - Defines how many sublevels should be displayed when splitting up - tables by the above separator. - -.. config:option:: $cfg['NumRecentTables'] - - :type: integer - :default: 10 - - The maximum number of recently used tables shown in the navigation - panel. Set this to 0 (zero) to disable the listing of recent tables. - -.. config:option:: $cfg['ZeroConf'] - - :type: boolean - :default: true - - Enables Zero Configuration mode in which the user will be offered a choice to - create phpMyAdmin configuration storage in the current database - or use the existing one, if already present. - - This setting has no effect if the phpMyAdmin configuration storage database - is properly created and the related configuration directives (such as - :config:option:`$cfg['Servers'][$i]['pmadb']` and so on) are configured. - -.. config:option:: $cfg['NavigationLinkWithMainPanel'] - - :type: boolean - :default: true - - Defines whether or not to link with main panel by highlighting - the current database or table. - -.. config:option:: $cfg['NavigationDisplayLogo'] - - :type: boolean - :default: true - - Defines whether or not to display the phpMyAdmin logo at the top of - the navigation panel. - -.. config:option:: $cfg['NavigationLogoLink'] - - :type: string - :default: ``'index.php'`` - - Enter :term:`URL` where logo in the navigation panel will point to. - For use especially with self made theme which changes this. - For external :term:`URL`s, you should include URL scheme as well. - -.. config:option:: $cfg['NavigationLogoLinkWindow'] - - :type: string - :default: ``'main'`` - - Whether to open the linked page in the main window (``main``) or in a - new one (``new``). Note: use ``new`` if you are linking to - ``phpmyadmin.net``. - -.. config:option:: $cfg['NavigationTreeDisplayItemFilterMinimum'] - - :type: integer - :default: 30 - - Defines the minimum number of items (tables, views, routines and - events) to display a JavaScript filter box above the list of items in - the navigation tree. - - To disable the filter completely some high number can be used (e.g. 9999) - -.. config:option:: $cfg['NavigationTreeDisplayDbFilterMinimum'] - - :type: integer - :default: 30 - - Defines the minimum number of databases to display a JavaScript filter - box above the list of databases in the navigation tree. - - To disable the filter completely some high number can be used - (e.g. 9999) - -.. config:option:: $cfg['NavigationDisplayServers'] - - :type: boolean - :default: true - - Defines whether or not to display a server choice at the top of the - navigation panel. - -.. config:option:: $cfg['DisplayServersList'] - - :type: boolean - :default: false - - Defines whether to display this server choice as links instead of in a - drop-down. - -.. config:option:: $cfg['NavigationTreeDefaultTabTable'] - - :type: string - :default: ``'tbl_structure.php'`` - - Defines the tab displayed by default when clicking the small icon next - to each table name in the navigation panel. Possible values: - - * ``tbl_structure.php`` - * ``tbl_sql.php`` - * ``tbl_select.php`` - * ``tbl_change.php`` - * ``sql.php`` - -.. config:option:: $cfg['NavigationTreeDefaultTabTable2'] - - :type: string - :default: null - - Defines the tab displayed by default when clicking the second small icon next - to each table name in the navigation panel. Possible values: - - * ``(empty)`` - * ``tbl_structure.php`` - * ``tbl_sql.php`` - * ``tbl_select.php`` - * ``tbl_change.php`` - * ``sql.php`` - -.. config:option:: $cfg['NavigationTreeEnableExpansion'] - - :type: boolean - :default: false - - Whether to offer the possibility of tree expansion in the navigation panel. - -Main panel ----------- - -.. config:option:: $cfg['ShowStats'] - - :type: boolean - :default: true - - Defines whether or not to display space usage and statistics about - databases and tables. Note that statistics requires at least MySQL - 3.23.3 and that, at this date, MySQL doesn't return such information - for Berkeley DB tables. - -.. config:option:: $cfg['ShowServerInfo'] - - :type: boolean - :default: true - - Defines whether to display detailed server information on main page. - You can additionally hide more information by using - :config:option:`$cfg['Servers'][$i]['verbose']`. - -.. config:option:: $cfg['ShowPhpInfo'] - - :type: boolean - :default: false - -.. config:option:: $cfg['ShowChgPassword'] - - :type: boolean - :default: true - -.. config:option:: $cfg['ShowCreateDb'] - - :type: boolean - :default: true - - Defines whether to display the :guilabel:`PHP information` and - :guilabel:`Change password` links and form for creating database or not at - the starting main (right) frame. This setting does not check MySQL commands - entered directly. - - Please note that to block the usage of ``phpinfo()`` in scripts, you have to - put this in your :file:`php.ini`: - - .. code-block:: ini - - disable_functions = phpinfo() - - Also note that enabling the :guilabel:`Change password` link has no effect - with config authentication mode: because of the hard coded password value - in the configuration file, end users can't be allowed to change their - passwords. - -Database structure ------------------- - -.. config:option:: $cfg['ShowDbStructureCreation'] - - :type: boolean - :default: false - - Defines whether the database structure page (tables list) has a - "Creation" column that displays when each table was created. - -.. config:option:: $cfg['ShowDbStructureLastUpdate'] - - :type: boolean - :default: false - - Defines whether the database structure page (tables list) has a "Last - update" column that displays when each table was last updated. - -.. config:option:: $cfg['ShowDbStructureLastCheck'] - - :type: boolean - :default: false - - Defines whether the database structure page (tables list) has a "Last - check" column that displays when each table was last checked. - -.. config:option:: $cfg['HideStructureActions'] - - :type: boolean - :default: true - - Defines whether the table structure actions are hidden under a "More" - drop-down. - -Browse mode ------------ - -.. config:option:: $cfg['TableNavigationLinksMode'] - - :type: string - :default: ``'icons'`` - - Defines whether the table navigation links contain ``'icons'``, ``'text'`` - or ``'both'``. - -.. config:option:: $cfg['ActionLinksMode'] - - :type: string - :default: ``'both'`` - - If set to ``icons``, will display icons instead of text for db and table - properties links (like :guilabel:`Browse`, :guilabel:`Select`, - :guilabel:`Insert`, ...). Can be set to ``'both'`` - if you want icons AND text. When set to ``text``, will only show text. - -.. config:option:: $cfg['RowActionType'] - - :type: string - :default: ``'both'`` - - Whether to display icons or text or both icons and text in table row action - segment. Value can be either of ``'icons'``, ``'text'`` or ``'both'``. - -.. config:option:: $cfg['ShowAll'] - - :type: boolean - :default: false - - Defines whether a user should be displayed a "Show all" button in browse - mode or not in all cases. By default it is shown only on small tables (less - than 500 rows) to avoid performance issues while getting too many rows. - -.. config:option:: $cfg['MaxRows'] - - :type: integer - :default: 25 - - Number of rows displayed when browsing a result set and no LIMIT - clause is used. If the result set contains more rows, "Previous" and - "Next" links will be shown. Possible values: 25,50,100,250,500. - -.. config:option:: $cfg['Order'] - - :type: string - :default: ``'SMART'`` - - Defines whether columns are displayed in ascending (``ASC``) order, in - descending (``DESC``) order or in a "smart" (``SMART``) order - I.E. - descending order for columns of type TIME, DATE, DATETIME and - TIMESTAMP, ascending order else- by default. - -.. config:option:: $cfg['GridEditing'] - - :type: string - :default: ``'double-click'`` - - Defines which action (``double-click`` or ``click``) triggers grid - editing. Can be deactivated with the ``disabled`` value. - -.. config:option:: $cfg['RelationalDisplay'] - - :type: string - :default: ``'K'`` - - Defines the initial behavior for Options > Relational. ``K``, which - is the default, displays the key while ``D`` shows the display column. - -.. config:option:: $cfg['SaveCellsAtOnce'] - - :type: boolean - :default: false - - Defines whether or not to save all edited cells at once for grid - editing. - -Editing mode ------------- - -.. config:option:: $cfg['ProtectBinary'] - - :type: boolean or string - :default: ``'blob'`` - - Defines whether ``BLOB`` or ``BINARY`` columns are protected from - editing when browsing a table's content. Valid values are: - - * ``false`` to allow editing of all columns; - * ``'blob'`` to allow editing of all columns except ``BLOBS``; - * ``'noblob'`` to disallow editing of all columns except ``BLOBS`` (the - opposite of ``'blob'``); - * ``'all'`` to disallow editing of all ``BINARY`` or ``BLOB`` columns. - -.. config:option:: $cfg['ShowFunctionFields'] - - :type: boolean - :default: true - - Defines whether or not MySQL functions fields should be initially - displayed in edit/insert mode. Since version 2.10, the user can toggle - this setting from the interface. - -.. config:option:: $cfg['ShowFieldTypesInDataEditView'] - - :type: boolean - :default: true - - Defines whether or not type fields should be initially displayed in - edit/insert mode. The user can toggle this setting from the interface. - -.. config:option:: $cfg['InsertRows'] - - :type: integer - :default: 2 - - Defines the maximum number of concurrent entries for the Insert page. - -.. config:option:: $cfg['ForeignKeyMaxLimit'] - - :type: integer - :default: 100 - - If there are fewer items than this in the set of foreign keys, then a - drop-down box of foreign keys is presented, in the style described by - the :config:option:`$cfg['ForeignKeyDropdownOrder']` setting. - -.. config:option:: $cfg['ForeignKeyDropdownOrder'] - - :type: array - :default: array('content-id', 'id-content') - - For the foreign key drop-down fields, there are several methods of - display, offering both the key and value data. The contents of the - array should be one or both of the following strings: ``content-id``, - ``id-content``. - -Export and import settings --------------------------- - -.. config:option:: $cfg['ZipDump'] - - :type: boolean - :default: true - -.. config:option:: $cfg['GZipDump'] - - :type: boolean - :default: true - -.. config:option:: $cfg['BZipDump'] - - :type: boolean - :default: true - - Defines whether to allow the use of zip/GZip/BZip2 compression when - creating a dump file - -.. config:option:: $cfg['CompressOnFly'] - - :type: boolean - :default: true - - Defines whether to allow on the fly compression for GZip/BZip2 - compressed exports. This doesn't affect smaller dumps and allows users - to create larger dumps that won't otherwise fit in memory due to php - memory limit. Produced files contain more GZip/BZip2 headers, but all - normal programs handle this correctly. - -.. config:option:: $cfg['Export'] - - :type: array - :default: array(...) - - In this array are defined default parameters for export, names of - items are similar to texts seen on export page, so you can easily - identify what they mean. - -.. config:option:: $cfg['Export']['method'] - - :type: string - :default: ``'quick'`` - - Defines how the export form is displayed when it loads. Valid values - are: - - * ``quick`` to display the minimum number of options to configure - * ``custom`` to display every available option to configure - * ``custom-no-form`` same as ``custom`` but does not display the option - of using quick export - - - -.. config:option:: $cfg['Import'] - - :type: array - :default: array(...) - - In this array are defined default parameters for import, names of - items are similar to texts seen on import page, so you can easily - identify what they mean. - - -Tabs display settings ---------------------- - -.. config:option:: $cfg['TabsMode'] - - :type: string - :default: ``'both'`` - - Defines whether the menu tabs contain ``'icons'``, ``'text'`` or ``'both'``. - -.. config:option:: $cfg['PropertiesNumColumns'] - - :type: integer - :default: 1 - - How many columns will be utilized to display the tables on the database - property view? When setting this to a value larger than 1, the type of the - database will be omitted for more display space. - -.. config:option:: $cfg['DefaultTabServer'] - - :type: string - :default: ``'index.php'`` - - Defines the tab displayed by default on server view. Possible values: - - * ``main.php`` (recommended for multi-user setups) - * ``server_databases.php``, - * ``server_status.php`` - * ``server_variables.php`` - * ``server_privileges.php`` - -.. config:option:: $cfg['DefaultTabDatabase'] - - :type: string - :default: ``'db_structure.php'`` - - Defines the tab displayed by default on database view. Possible - values: - - * ``db_structure.php`` - * ``db_sql.php`` - * ``db_search.php``. - -.. config:option:: $cfg['DefaultTabTable'] - - :type: string - :default: ``'sql.php'`` - - Defines the tab displayed by default on table view. Possible values: - - * ``tbl_structure.php`` - * ``tbl_sql.php`` - * ``tbl_select.php`` - * ``tbl_change.php`` - * ``sql.php`` - -PDF Options ------------ - -.. config:option:: $cfg['PDFPageSizes'] - - :type: array - :default: ``array('A3', 'A4', 'A5', 'letter', 'legal')`` - - Array of possible paper sizes for creating PDF pages. - - You should never need to change this. - -.. config:option:: $cfg['PDFDefaultPageSize'] - - :type: string - :default: ``'A4'`` - - Default page size to use when creating PDF pages. Valid values are any - listed in :config:option:`$cfg['PDFPageSizes']`. - -Languages ---------- - -.. config:option:: $cfg['DefaultLang'] - - :type: string - :default: ``'en'`` - - Defines the default language to use, if not browser-defined or user- - defined. The corresponding language file needs to be in - locale/*code*/LC\_MESSAGES/phpmyadmin.mo. - -.. config:option:: $cfg['DefaultConnectionCollation'] - - :type: string - :default: ``'utf8_general_ci'`` - - Defines the default connection collation to use, if not user-defined. - See the `MySQL documentation for charsets - `_ - for list of possible values. This setting is - ignored when connected to Drizzle server. - -.. config:option:: $cfg['Lang'] - - :type: string - :default: not set - - Force language to use. The corresponding language file needs to be in - locale/*code*/LC\_MESSAGES/phpmyadmin.mo. - -.. config:option:: $cfg['FilterLanguages'] - - :type: string - :default: ``''`` - - Limit list of available languages to those matching the given regular - expression. For example if you want only Czech and English, you should - set filter to ``'^(cs|en)'``. - -.. config:option:: $cfg['RecodingEngine'] - - :type: string - :default: ``'auto'`` - - You can select here which functions will be used for character set - conversion. Possible values are: - - * auto - automatically use available one (first is tested iconv, then - recode) - * iconv - use iconv or libiconv functions - * recode - use recode\_string function - * mb - use mbstring extension - * none - disable encoding conversion - - Enabled charset conversion activates a pull-down menu in the Export - and Import pages, to choose the character set when exporting a file. - The default value in this menu comes from - :config:option:`$cfg['Export']['charset']` and :config:option:`$cfg['Import']['charset']`. - -.. config:option:: $cfg['IconvExtraParams'] - - :type: string - :default: ``'//TRANSLIT'`` - - Specify some parameters for iconv used in charset conversion. See - `iconv documentation `_ for details. By default - ``//TRANSLIT`` is used, so that invalid characters will be - transliterated. - -.. config:option:: $cfg['AvailableCharsets'] - - :type: array - :default: array(...) - - Available character sets for MySQL conversion. You can add your own - (any of supported by recode/iconv) or remove these which you don't - use. Character sets will be shown in same order as here listed, so if - you frequently use some of these move them to the top. - -Web server settings -------------------- - -.. config:option:: $cfg['OBGzip'] - - :type: string/boolean - :default: ``'auto'`` - - Defines whether to use GZip output buffering for increased speed in - :term:`HTTP` transfers. Set to - true/false for enabling/disabling. When set to 'auto' (string), - phpMyAdmin tries to enable output buffering and will automatically - disable it if your browser has some problems with buffering. IE6 with - a certain patch is known to cause data corruption when having enabled - buffering. - -.. config:option:: $cfg['TrustedProxies'] - - :type: array - :default: array() - - Lists proxies and HTTP headers which are trusted for - :config:option:`$cfg['Servers'][$i]['AllowDeny']['order']`. This list is by - default empty, you need to fill in some trusted proxy servers if you - want to use rules for IP addresses behind proxy. - - The following example specifies that phpMyAdmin should trust a - HTTP\_X\_FORWARDED\_FOR (``X -Forwarded-For``) header coming from the proxy - 1.2.3.4: - - .. code-block:: php - - $cfg['TrustedProxies'] = array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR'); - - The :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` directive uses the - client's IP address as usual. - -.. config:option:: $cfg['GD2Available'] - - :type: string - :default: ``'auto'`` - - Specifies whether GD >= 2 is available. If yes it can be used for MIME - transformations. Possible values are: - - * auto - automatically detect - * yes - GD 2 functions can be used - * no - GD 2 function cannot be used - -.. config:option:: $cfg['CheckConfigurationPermissions'] - - :type: boolean - :default: true - - We normally check the permissions on the configuration file to ensure - it's not world writable. However, phpMyAdmin could be installed on a - NTFS filesystem mounted on a non-Windows server, in which case the - permissions seems wrong but in fact cannot be detected. In this case a - sysadmin would set this parameter to ``false``. - -.. config:option:: $cfg['LinkLengthLimit'] - - :type: integer - :default: 1000 - - Limit for length of :term:`URL` in links. When length would be above this - limit, it is replaced by form with button. This is required as some web - servers (:term:`IIS`) have problems with long :term:`URL` . - -.. config:option:: $cfg['CSPAllow'] - - :type: string - :default: ``''`` - - Additional string to include in allowed script and image sources in Content - Security Policy header. - - This can be useful when you want to include some external javascript files - in :file:`config.footer.inc.php` or :file:`config.header.inc.php`, which - would be normally not allowed by Content Security Policy. - - To allow some sites, just list them within the string: - - .. code-block:: php - - $cfg['CSPAllow'] = 'example.com example.net'; - - .. versionadded:: 4.0.4 - -.. config:option:: $cfg['DisableMultiTableMaintenance'] - - :type: boolean - :default: false - - In the database Structure page, it's possible to mark some tables then - choose an operation like optimizing for many tables. This can slow - down a server; therefore, setting this to ``true`` prevents this kind - of multiple maintenance operation. - -Theme settings --------------- - -.. config:option:: $cfg['NaviWidth'] - - :type: integer - :default: - - Navigation panel width in pixels. See - :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['NaviBackground'] - - :type: string [CSS color for background] - :default: - -.. config:option:: $cfg['MainBackground'] - - :type: string [CSS color for background] - :default: - - The background styles used for both the frames. See - :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['NaviPointerBackground'] - - :type: string [CSS color for background] - :default: - -.. config:option:: $cfg['NaviPointerColor'] - - :type: string [CSS color] - :default: - - The style used for the pointer in the navigation panel. See - :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['Border'] - - :type: integer - :default: - - The size of a table's border. See :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['ThBackground'] - - :type: string [CSS color for background] - :default: - -.. config:option:: $cfg['ThColor'] - - :type: string [CSS color] - :default: - - The style used for table headers. See - :file:`themes/themename/layout.inc.php`. - -.. _cfg_BgcolorOne: -.. config:option:: $cfg['BgOne'] - - :type: string [CSS color] - :default: - - The color (HTML) #1 for table rows. See - :file:`themes/themename/layout.inc.php`. - -.. _cfg_BgcolorTwo: -.. config:option:: $cfg['BgTwo'] - - :type: string [CSS color] - :default: - - The color (HTML) #2 for table rows. See - :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['BrowsePointerBackground'] - - :type: string [CSS color] - :default: - - The background color used when hovering over a row in the Browse panel. - See :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['BrowsePointerColor'] - - :type: string [CSS color] - :default: - - The text color used when hovering over a row in the Browse panel. - Used when :config:option:`$cfg['BrowsePointerEnable']` is true. - See :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['BrowseMarkerBackground'] - - :type: string [CSS color] - :default: - - The background color used to highlight a row selected by checkbox in the Browse panel or - when a column is selected. - Used when :config:option:`$cfg['BrowsePointerEnable']` is true. - See :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['BrowseMarkerColor'] - - :type: string [CSS color] - :default: - - The color used when you visually mark a row or column in the Browse panel. - Rows can be marked by clicking the checkbox to the left of the row and columns can be - marked by clicking the column's header (outside of the header text). - See :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['FontFamily'] - - :type: string - :default: - - You put here a valid CSS font family value, for example ``arial, sans- - serif``. See :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['FontFamilyFixed'] - - :type: string - :default: - - You put here a valid CSS font family value, for example ``monospace``. - This one is used in textarea. See :file:`themes/themename/layout.inc.php`. - -Design customization --------------------- - -.. config:option:: $cfg['NavigationTreePointerEnable'] - - :type: boolean - :default: true - - When set to true, hovering over an item in the navigation panel causes that item to be marked - (the background is highlighted). - -.. config:option:: $cfg['BrowsePointerEnable'] - - :type: boolean - :default: true - - When set to true, hovering over a row in the Browse page causes that row to be marked (the background - is highlighted). - -.. config:option:: $cfg['BrowseMarkerEnable'] - - :type: boolean - :default: true - - When set to true, a data row is marked (the background is highlighted) when the row is selected - with the checkbox. - -.. config:option:: $cfg['LimitChars'] - - :type: integer - :default: 50 - - Maximum number of characters shown in any non-numeric field on browse - view. Can be turned off by a toggle button on the browse page. - -.. config:option:: $cfg['RowActionLinks'] - - :type: string - :default: ``'left'`` - - Defines the place where table row links (Edit, Copy, Delete) would be - put when tables contents are displayed (you may have them displayed at - the left side, right side, both sides or nowhere). - -.. config:option:: $cfg['RememberSorting'] - - :type: boolean - :default: true - - If enabled, remember the sorting of each table when browsing them. - -.. config:option:: $cfg['TablePrimaryKeyOrder'] - - :type: string - :default: ``'NONE'`` - - This defines the default sort order for the tables, having a primary key, - when there is no sort order defines externally. - Acceptable values : ['NONE', 'ASC', 'DESC'] - -.. config:option:: $cfg['ShowBrowseComments'] - - :type: boolean - :default: true - -.. config:option:: $cfg['ShowPropertyComments'] - - :type: boolean - :default: true - - By setting the corresponding variable to ``true`` you can enable the - display of column comments in Browse or Property display. In browse - mode, the comments are shown inside the header. In property mode, - comments are displayed using a CSS-formatted dashed-line below the - name of the column. The comment is shown as a tool-tip for that - column. - -Text fields ------------ - -.. config:option:: $cfg['CharEditing'] - - :type: string - :default: ``'input'`` - - Defines which type of editing controls should be used for CHAR and - VARCHAR columns. Applies to data editing and also to the default values - in structure editing. Possible values are: - - * input - this allows to limit size of text to size of columns in MySQL, - but has problems with newlines in columns - * textarea - no problems with newlines in columns, but also no length - limitations - -.. config:option:: $cfg['MinSizeForInputField'] - - :type: integer - :default: 4 - - Defines the minimum size for input fields generated for CHAR and - VARCHAR columns. - -.. config:option:: $cfg['MaxSizeForInputField'] - - :type: integer - :default: 60 - - Defines the maximum size for input fields generated for CHAR and - VARCHAR columns. - -.. config:option:: $cfg['TextareaCols'] - - :type: integer - :default: 40 - -.. config:option:: $cfg['TextareaRows'] - - :type: integer - :default: 15 - -.. config:option:: $cfg['CharTextareaCols'] - - :type: integer - :default: 40 - -.. config:option:: $cfg['CharTextareaRows'] - - :type: integer - :default: 2 - - Number of columns and rows for the textareas. This value will be - emphasized (\*2) for :term:`SQL` query - textareas and (\*1.25) for :term:`SQL` - textareas inside the query window. - - The Char\* values are used for CHAR - and VARCHAR editing (if configured via :config:option:`$cfg['CharEditing']`). - -.. config:option:: $cfg['LongtextDoubleTextarea'] - - :type: boolean - :default: true - - Defines whether textarea for LONGTEXT columns should have double size. - -.. config:option:: $cfg['TextareaAutoSelect'] - - :type: boolean - :default: false - - Defines if the whole textarea of the query box will be selected on - click. - - -SQL query box settings ----------------------- - -.. config:option:: $cfg['SQLQuery']['Edit'] - - :type: boolean - :default: true - - Whether to display an edit link to change a query in any SQL Query - box. - -.. config:option:: $cfg['SQLQuery']['Explain'] - - :type: boolean - :default: true - - Whether to display a link to explain a SELECT query in any SQL Query - box. - -.. config:option:: $cfg['SQLQuery']['ShowAsPHP'] - - :type: boolean - :default: true - - Whether to display a link to wrap a query in PHP code in any SQL Query - box. - -.. config:option:: $cfg['SQLQuery']['Refresh'] - - :type: boolean - :default: true - - Whether to display a link to refresh a query in any SQL Query box. - -Web server upload/save/import directories ------------------------------------------ - -.. config:option:: $cfg['UploadDir'] - - :type: string - :default: ``''`` - - The name of the directory where :term:`SQL` files have been uploaded by - other means than phpMyAdmin (for example, ftp). Those files are available - under a drop-down box when you click the database or table name, then the - Import tab. - - If - you want different directory for each user, %u will be replaced with - username. - - Please note that the file names must have the suffix ".sql" - (or ".sql.bz2" or ".sql.gz" if support for compressed formats is - enabled). - - This feature is useful when your file is too big to be - uploaded via :term:`HTTP`, or when file - uploads are disabled in PHP. - - .. note:: - - If PHP is running in safe mode, this directory must be owned by the same - user as the owner of the phpMyAdmin scripts. See also :ref:`faq1_16` for - alternatives. - -.. config:option:: $cfg['SaveDir'] - - :type: string - :default: ``''`` - - The name of the directory where dumps can be saved. - - If you want different directory for each user, %u will be replaced with - username. - - Please note that the directory must exist and has to be writable for - the user running webserver. - - .. note:: - - If PHP is running in safe mode, this directory must be owned by the same - user as the owner of the phpMyAdmin scripts. - -.. config:option:: $cfg['TempDir'] - - :type: string - :default: ``''`` - - The name of the directory where temporary files can be stored. - - This is needed for importing ESRI Shapefiles, see :ref:`faq6_30` and to - work around limitations of ``open_basedir`` for uploaded files, see - :ref:`faq1_11`. - - If the directory where phpMyAdmin is installed is - subject to an ``open_basedir`` restriction, you need to create a - temporary directory in some directory accessible by the web server. - However for security reasons, this directory should be outside the - tree published by webserver. If you cannot avoid having this directory - published by webserver, place at least an empty :file:`index.html` file - there, so that directory listing is not possible. - - This directory should have as strict permissions as possible as the only - user required to access this directory is the one who runs the webserver. - If you have root privileges, simply make this user owner of this directory - and make it accessible only by it: - - .. code-block:: sh - - - chown www-data:www-data tmp - chmod 700 tmp - - If you cannot change owner of the directory, you can achieve a similar - setup using :term:`ACL`: - - .. code-block:: sh - - chmod 700 tmp - setfacl -m "g:www-data:rwx" tmp - setfacl -d -m "g:www-data:rwx" tmp - - If neither of above works for you, you can still make the directory - :command:`chmod 777`, but it might impose risk of other users on system - reading and writing data in this directory. - -Various display setting ------------------------ - -.. config:option:: $cfg['RepeatCells'] - - :type: integer - :default: 100 - - Repeat the headers every X cells, or 0 to deactivate. - -.. config:option:: $cfg['QueryHistoryDB'] - - :type: boolean - :default: false - -.. config:option:: $cfg['QueryHistoryMax'] - - :type: integer - :default: 25 - - If :config:option:`$cfg['QueryHistoryDB']` is set to ``true``, all your - Queries are logged to a table, which has to be created by you (see - :config:option:`$cfg['Servers'][$i]['history']`). If set to false, all your - queries will be appended to the form, but only as long as your window is - opened they remain saved. - - When using the JavaScript based query window, it will always get updated - when you click on a new table/db to browse and will focus if you click on - :guilabel:`Edit SQL` after using a query. You can suppress updating the - query window by checking the box :guilabel:`Do not overwrite this query - from outside the window` below the query textarea. Then you can browse - tables/databases in the background without losing the contents of the - textarea, so this is especially useful when composing a query with tables - you first have to look in. The checkbox will get automatically checked - whenever you change the contents of the textarea. Please uncheck the button - whenever you definitely want the query window to get updated even though - you have made alterations. - - If :config:option:`$cfg['QueryHistoryDB']` is set to ``true`` you can - specify the amount of saved history items using - :config:option:`$cfg['QueryHistoryMax']`. - -.. config:option:: $cfg['BrowseMIME'] - - :type: boolean - :default: true - - Enable :ref:`transformations`. - -.. config:option:: $cfg['MaxExactCount'] - - :type: integer - :default: 500000 - - For InnoDB tables, determines for how large tables phpMyAdmin should - get the exact row count using ``SELECT COUNT``. If the approximate row - count as returned by ``SHOW TABLE STATUS`` is smaller than this value, - ``SELECT COUNT`` will be used, otherwise the approximate count will be - used. - -.. config:option:: $cfg['MaxExactCountViews'] - - :type: integer - :default: 0 - - For VIEWs, since obtaining the exact count could have an impact on - performance, this value is the maximum to be displayed, using a - ``SELECT COUNT ... LIMIT``. Setting this to 0 bypasses any row - counting. - -.. config:option:: $cfg['NaturalOrder'] - - :type: boolean - :default: true - - Sorts database and table names according to natural order (for - example, t1, t2, t10). Currently implemented in the navigation panel - and in Database view, for the table list. - -.. config:option:: $cfg['InitialSlidersState'] - - :type: string - :default: ``'closed'`` - - If set to ``'closed'``, the visual sliders are initially in a closed - state. A value of ``'open'`` does the reverse. To completely disable - all visual sliders, use ``'disabled'``. - -.. config:option:: $cfg['UserprefsDisallow'] - - :type: array - :default: array() - - Contains names of configuration options (keys in ``$cfg`` array) that - users can't set through user preferences. For possible values, refer - to :file:`libraries/config/user_preferences.forms.php`. - -.. config:option:: $cfg['UserprefsDeveloperTab'] - - :type: boolean - :default: false - - Activates in the user preferences a tab containing options for - developers of phpMyAdmin. - -Page titles ------------ - -.. config:option:: $cfg['TitleTable'] - - :type: string - :default: ``'@HTTP_HOST@ / @VSERVER@ / @DATABASE@ / @TABLE@ | @PHPMYADMIN@'`` - -.. config:option:: $cfg['TitleDatabase'] - - :type: string - :default: ``'@HTTP_HOST@ / @VSERVER@ / @DATABASE@ | @PHPMYADMIN@'`` - -.. config:option:: $cfg['TitleServer'] - - :type: string - :default: ``'@HTTP_HOST@ / @VSERVER@ | @PHPMYADMIN@'`` - -.. config:option:: $cfg['TitleDefault'] - - :type: string - :default: ``'@HTTP_HOST@ | @PHPMYADMIN@'`` - - Allows you to specify window's title bar. You can use :ref:`faq6_27`. - -Theme manager settings ----------------------- - -.. config:option:: $cfg['ThemePath'] - - :type: string - :default: ``'./themes'`` - - If theme manager is active, use this as the path of the subdirectory - containing all the themes. - -.. config:option:: $cfg['ThemeManager'] - - :type: boolean - :default: true - - Enables user-selectable themes. See :ref:`faqthemes`. - -.. config:option:: $cfg['ThemeDefault'] - - :type: string - :default: ``'pmahomme'`` - - The default theme (a subdirectory under :config:option:`$cfg['ThemePath']`). - -.. config:option:: $cfg['ThemePerServer'] - - :type: boolean - :default: false - - Whether to allow different theme for each server. - -Default queries ---------------- - -.. config:option:: $cfg['DefaultQueryTable'] - - :type: string - :default: ``'SELECT * FROM @TABLE@ WHERE 1'`` - -.. config:option:: $cfg['DefaultQueryDatabase'] - - :type: string - :default: ``''`` - - Default queries that will be displayed in query boxes when user didn't - specify any. You can use standard :ref:`faq6_27`. - - -MySQL settings --------------- - -.. config:option:: $cfg['DefaultFunctions'] - - :type: array - :default: array(...) - - Functions selected by default when inserting/changing row, Functions - are defined for meta types as (FUNC\_NUMBER, FUNC\_DATE, FUNC\_CHAR, - FUNC\_SPATIAL, FUNC\_UUID) and for ``first_timestamp``, which is used - for first timestamp column in table. - - -Developer ---------- - -.. warning:: - - These settings might have huge effect on performance or security. - -.. config:option:: $cfg['DBG'] - - :type: array - :default: array(...) - -.. config:option:: $cfg['DBG']['sql'] - - :type: boolean - :default: false - - Enable logging queries and execution times to be - displayed in the bottom of main page (right frame). - -.. config:option:: $cfg['DBG']['demo'] - - :type: boolean - :default: false - - Enable to let server present itself as demo server. - This is used for . - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/copyright.rst b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/copyright.rst deleted file mode 100644 index fc5fdac3..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/copyright.rst +++ /dev/null @@ -1,50 +0,0 @@ -.. _copyright: - -Copyright -========= - -.. code-block:: none - - Copyright (C) 1998-2000 Tobias Ratschiller - Copyright (C) 2001-2014 Marc Delisle - Olivier Müller - Robin Johnson - Alexander M. Turek - Michal Čihař - Garvin Hicking - Michael Keck - Sebastian Mendel - [check credits for more details] - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License version 2, as -published by the Free Software Foundation. - -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see `http://www.gnu.org/licenses/ -`_. - -Third party licenses -++++++++++++++++++++ - -phpMyAdmin includes several third party libraries which come under their -respective licenses. - -jQuery's license, which is where we got the files under js/jquery/ is -(MIT|GPL), a copy of each license is available in this repository (GPL -is available as LICENSE, MIT as js/jquery/MIT-LICENSE.txt). - -TCPDF which is located under libraries/tcpdf is released under GPL -version 3 and the license is available as libraries/tcpdf/LICENSE.TXT. - -DejaVu fonts which are located under libraries/tcpdf/fonts/ and their -license is documented in -libraries/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE. - -PHP-gettext which is located under libraries/php-gettext/ is released -under GPL version 2 license which is available in the LICENSE file. diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/credits.rst b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/credits.rst deleted file mode 100644 index db0ba8aa..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/credits.rst +++ /dev/null @@ -1,657 +0,0 @@ -.. _credits: - -Credits -======= - - -Credits, in chronological order -+++++++++++++++++++++++++++++++ - -* Tobias Ratschiller - - * creator of the phpmyadmin project - - * maintainer from 1998 to summer 2000 - -* Marc Delisle - - * multi-language version in December 1998 - - * various fixes and improvements - - * :term:`SQL` analyser (most of it) - - * current project maintainer - - * maintains content on our website - -* Olivier Müller - - * started SourceForge phpMyAdmin project in March 2001 - - * sync'ed different existing CVS trees with new features and bugfixes - - * multi-language improvements, dynamic language selection - - * many bugfixes and improvements - -* Loïc Chapeaux - - * rewrote and optimized javascript, DHTML and DOM stuff - - * rewrote the scripts so they fit the :term:`PEAR` coding standards and - generate XHTML1.0 and CSS2 compliant codes - - * improved the language detection system - - * many bugfixes and improvements - -* Robin Johnson - - * database maintenance controls - - * table type code - - * Host authentication :term:`IP` Allow/Deny - - * DB-based configuration (Not completed) - - * :term:`SQL` parser and pretty-printer - - * :term:`SQL` validator - - * many bugfixes and improvements - -* Armel Fauveau - - * bookmarks feature - - * multiple dump feature - - * gzip dump feature - - * zip dump feature - -* Geert Lund - - * various fixes - - * moderator of the phpMyAdmin former users forum at phpwizard.net - -* Korakot Chaovavanich - - * "insert as new row" feature - -* Pete Kelly - - * rewrote and fix dump code - - * bugfixes - -* Steve Alberty - - * rewrote dump code for PHP4 - - * mySQL table statistics - - * bugfixes - -* Benjamin Gandon - - * main author of the version 2.1.0.1 - - * bugfixes - -* Alexander M. Turek - - * MySQL 4.0 / 4.1 / 5.0 compatibility - - * abstract database interface (PMA\_DBI) with MySQLi support - - * privileges administration - - * :term:`XML` exports - - * various features and fixes - - * German language file updates - -* Mike Beck - - * automatic joins in QBE - - * links column in printview - - * Relation view - -* Michal Čihař - - * enhanced index creation/display feature - - * feature to use a different charset for HTML than for MySQL - - * improvements of export feature - - * various features and fixes - - * Czech language file updates - - * created current website for phpMyAdmin - -* Christophe Gesché from the "MySQL Form Generator for PHPMyAdmin" - (http://sf.net/projects/phpmysqlformgen/) - - * suggested the patch for multiple table printviews - -* Garvin Hicking - - * built the patch for vertical display of table rows - - * built the Javascript based Query window + :term:`SQL` history - - * Improvement of column/db comments - - * (MIME)-Transformations for columns - - * Use custom alias names for Databases in left frame - - * hierarchical/nested table display - - * :term:`PDF`-scratchboard for WYSIWYG- - distribution of :term:`PDF` relations - - * new icon sets - - * vertical display of column properties page - - * some bugfixes, features, support, German language additions - -* Yukihiro Kawada - - * japanese kanji encoding conversion feature - -* Piotr Roszatycki and Dan Wilson - - * the Cookie authentication mode - -* Axel Sander - - * table relation-links feature - -* Maxime Delorme - - * :term:`PDF` schema output, thanks also to - Olivier Plathey for the "FPDF" library (see ), Steven - Wittens for the "UFPDF" library (see ) and - Nicola Asuni for the "TCPDF" library (see ). - -* Olof Edlund - - * :term:`SQL` validator server - -* Ivan R. Lanin - - * phpMyAdmin logo (until June 2004) - -* Mike Cochrane - - * blowfish library from the Horde project (withdrawn in release 4.0) - -* Marcel Tschopp - - * mysqli support - - * many bugfixes and improvements - -* Nicola Asuni (Tecnick.com) - - * TCPDF library (`http://www.tcpdf.org `_) - -* Michael Keck - - * redesign for 2.6.0 - - * phpMyAdmin sailboat logo (June 2004) - -* Mathias Landhäußer - - * Representation at conferences - -* Sebastian Mendel - - * interface improvements - - * various bugfixes - -* Ivan A Kirillov - - * new relations Designer - -* Raj Kissu Rajandran (Google Summer of Code 2008) - - * BLOBstreaming support (withdrawn in release 4.0) - -* Piotr Przybylski (Google Summer of Code 2008, 2010 and 2011) - - * improved setup script - - * user preferences - - * Drizzle support - -* Derek Schaefer (Google Summer of Code 2009) - - * Improved the import system - -* Alexander Rutkowski (Google Summer of Code 2009) - - * Tracking mechanism - -* Zahra Naeem (Google Summer of Code 2009) - - * Synchronization feature (removed in release 4.0) - -* Tomáš Srnka (Google Summer of Code 2009) - - * Replication support - -* Muhammad Adnan (Google Summer of Code 2010) - - * Relation schema export to multiple formats - -* Lori Lee (Google Summer of Code 2010) - - * User interface improvements - - * ENUM/SET editor - - * Simplified interface for export/import - -* Ninad Pundalik (Google Summer of Code 2010) - - * AJAXifying the interface - -* Martynas Mickevičius (Google Summer of Code 2010) - - * Charts - -* Barrie Leslie - - * BLOBstreaming support with PBMS PHP extension (withdrawn in release - 4.0) - -* Ankit Gupta (Google Summer of Code 2010) - - * Visual query builder - -* Madhura Jayaratne (Google Summer of Code 2011) - - * OpenGIS support - -* Ammar Yasir (Google Summer of Code 2011) - - * Zoom search - -* Aris Feryanto (Google Summer of Code 2011) - - * Browse-mode improvements - -* Thilanka Kaushalya (Google Summer of Code 2011) - - * AJAXification - -* Tyron Madlener (Google Summer of Code 2011) - - * Query statistics and charts for the status page - -* Zarubin Stas (Google Summer of Code 2011) - - * Automated testing - -* Rouslan Placella (Google Summer of Code 2011 and 2012) - - * Improved support for Stored Routines, Triggers and Events - - * Italian translation updates - - * Removal of frames, new navigation - -* Dieter Adriaenssens - - * Various bugfixes - - * Dutch translation updates - -* Alex Marin (Google Summer of Code 2012) - - * New plugins and properties system - -* Thilina Buddika Abeyrathna (Google Summer of Code 2012) - - * Refactoring - -* Atul Pratap Singh (Google Summer of Code 2012) - - * Refactoring - -* Chanaka Indrajith (Google Summer of Code 2012) - - * Refactoring - -* Yasitha Pandithawatta (Google Summer of Code 2012) - - * Automated testing - -* Jim Wigginton (phpseclib.sourceforge.net) - - * phpseclib - -* Bin Zu (Google Summer of Code 2013) - - * Refactoring - -* Supun Nakandala (Google Summer of Code 2013) - - * Refactoring - -* Mohamed Ashraf (Google Summer of Code 2013) - - * AJAX error reporting - -* Adam Kang (Google Summer of Code 2013) - - * Automated testing - -* Ayush Chaudhary (Google Summer of Code 2013) - - * Automated testing - -* Kasun Chathuranga (Google Summer of Code 2013) - - * Interface improvements - -* Hugues Peccatte - - * Load/save query by example (database search bookmarks) - -* Smita Kumari (Google Summer of Code 2014) - - * Central list of columns - - * Improve table structure (normalization) - -* Ashutosh Dhundhara (Google Summer of Code 2014) - - * Interface improvements - -* Dhananjay Nakrani (Google Summer of Code 2014) - - * PHP error reporting - -* Edward Cheng (Google Summer of Code 2014) - - * SQL Query Console - -* Kankanamge Bimal Yashodha (Google Summer of Code 2014) - - * Refactoring: Designer/schema integration - -* Chirayu Chiripal (Google Summer of Code 2014) - - * Custom field handlers (Input based MIME transformations) - - * Export with table/column name changes - -And also to the following people who have contributed minor changes, -enhancements, bugfixes or support for a new language since version -2.1.0: - -Bora Alioglu, Ricardo ?, Sven-Erik Andersen, Alessandro Astarita, -Péter Bakondy, Borges Botelho, Olivier Bussier, Neil Darlow, Mats -Engstrom, Ian Davidson, Laurent Dhima, Kristof Hamann, Thomas Kläger, -Lubos Klokner, Martin Marconcini, Girish Nair, David Nordenberg, -Andreas Pauley, Bernard M. Piller, Laurent Haas, "Sakamoto", Yuval -Sarna, www.securereality.com.au, Alexis Soulard, Alvar Soome, Siu Sun, -Peter Svec, Michael Tacelosky, Rachim Tamsjadi, Kositer Uros, Luís V., -Martijn W. van der Lee, Algis Vainauskas, Daniel Villanueva, Vinay, -Ignacio Vazquez-Abrams, Chee Wai, Jakub Wilk, Thomas Michael -Winningham, Vilius Zigmantas, "Manuzhai". - - -Translators -+++++++++++ - -Following people have contributed to translation of phpMyAdmin: - -* Arabic - - * Abdullah Al-Saedi - -* Bulgarian - - * stoyanster - -* Catalan - - * Xavier Navarro - -* Czech - - * Michal Čihař - -* Danish - - * opensource - * Jørgen Thomsen - -* German - - * mrbendig - * torsten.funck - * Sven Strickroth - * typo3 - * Jo Michael - -* Greek - - * Panagiotis Papazoglou - -* English (United Kingdom) - - * Robert Readman - -* Spanish - - * Matías Bellone - -* French - - * Marc Delisle - -* Hindi - - * u4663530 - * rsedwardian - -* Hungarian - - * gergo314 - -* Italian - - * Rouslan Placella - -* Japanese - - * Yuichiro - -* Lithuanian - - * Kęstutis - -* Norwegian Bokmål - - * Sven-Erik Andersen - -* Dutch - - * Dieter Adriaenssens - * Herman van Rink - -* Polish - - * Stanisław Krukowski - * Marcin Kozioł - -* Portuguese - - * JoaoTMDias - -* Portuguese (Brazil) - - * wiltave - * emerson4br - -* Romanian - - * alexukf - -* Russian - - * Victor Volkov - -* Sinhala - - * Madhura Jayaratne - -* Slovak - - * Martin Lacina - -* Slovenian - - * Domen - -* Swedish - - * stefan - -* Tamil - - * ysajeepan - -* Telugu - - * veeven - -* Thai - - * kanitchet - -* Turkish - - * Burak Yavuz - -* Uighur - - * gheni - -* Ukrainian - - * typim - * oleg-ilnytskyi - -* Urdu - - * Mehbooob Khan - -* Simplified Chinese - - * shanyan baishui - -* Traditional Chinese - - * star - -Documentation translators -+++++++++++++++++++++++++ - -Following people have contributed to translation of phpMyAdmin documentation: - -* Czech - - * Michal Čihař - -* Greek - - * Panagiotis Papazoglou - -* English (United Kingdom) - - * Robert Readman - -* French - - * Cédric Corazza - -* Japanese - - * Yuichiro Takahashi - -* Polish - - * Stanisław Krukowski - -* Portuguese (Brazil) - - * mjaning - -* Slovenian - - * Domen - -Original Credits of Version 2.1.0 -+++++++++++++++++++++++++++++++++ - -This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his -idea to create a web-based interface to MySQL using PHP3. Although I -have not used any of his source-code, there are some concepts I've -borrowed from him. phpMyAdmin was created because Peter told me he -wasn't going to further develop his (great) tool. - -Thanks go to - -* Amalesh Kempf who contributed the - code for the check when dropping a table or database. He also - suggested that you should be able to specify the primary key on - tbl\_create.php3. To version 1.1.1 he contributed the ldi\_\*.php3-set - (Import text-files) as well as a bug-report. Plus many smaller - improvements. -* Jan Legenhausen : He made many of the changes that - were introduced in 1.3.0 (including quite significant ones like the - authentication). For 1.4.1 he enhanced the table-dump feature. Plus - bug-fixes and help. -* Marc Delisle made phpMyAdmin - language-independent by outsourcing the strings to a separate file. He - also contributed the French translation. -* Alexandr Bravo who contributed - tbl\_select.php3, a feature to display only some columns from a table. -* Chris Jackson added support for MySQL functions - in tbl\_change.php3. He also added the "Query by Example" feature in - 2.0. -* Dave Walton added support for multiple - servers and is a regular contributor for bug-fixes. -* Gabriel Ash contributed the random access - features for 2.0.6. - -The following people have contributed minor changes, enhancements, -bugfixes or support for a new language: - -Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas -Kleemann, Alexander Leidinger, Kiko Albiol, Daniel C. Chao, Pavel -Piankov, Sascha Kettler, Joe Pruett, Renato Lins, Mark Kronsbein, -Jannis Hermanns, G. Wieggers. - -And thanks to everyone else who sent me email with suggestions, bug- -reports and or just some feedback. - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/developers.rst b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/developers.rst deleted file mode 100644 index 2b2f5868..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/developers.rst +++ /dev/null @@ -1,12 +0,0 @@ -.. _developers: - -Developers Information -====================== - -phpMyAdmin is Open Source, so you're invited to contribute to it. Many -great features have been written by other people and you too can help -to make phpMyAdmin a useful tool. - -You can check out all the possibilities to contribute in the -`contribute section on our website -`_. diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/config.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/config.doctree deleted file mode 100644 index c7c43b5b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/config.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/copyright.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/copyright.doctree deleted file mode 100644 index 1540d75d..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/copyright.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/credits.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/credits.doctree deleted file mode 100644 index 4a5e875c..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/credits.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/developers.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/developers.doctree deleted file mode 100644 index 76972cc5..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/developers.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/environment.pickle b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/environment.pickle deleted file mode 100644 index be8d8cad..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/environment.pickle and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/faq.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/faq.doctree deleted file mode 100644 index 366921b9..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/faq.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/glossary.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/glossary.doctree deleted file mode 100644 index f9e447c4..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/glossary.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/import_export.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/import_export.doctree deleted file mode 100644 index 8259b906..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/import_export.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/index.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/index.doctree deleted file mode 100644 index 35fa415d..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/index.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/intro.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/intro.doctree deleted file mode 100644 index c43146ee..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/intro.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/other.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/other.doctree deleted file mode 100644 index 1db02494..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/other.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/privileges.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/privileges.doctree deleted file mode 100644 index 635169ff..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/privileges.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/require.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/require.doctree deleted file mode 100644 index 78909857..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/require.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/setup.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/setup.doctree deleted file mode 100644 index fae561e3..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/setup.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/transformations.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/transformations.doctree deleted file mode 100644 index f883ccd8..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/transformations.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/user.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/user.doctree deleted file mode 100644 index 56c21cb1..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/user.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/vendors.doctree b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/vendors.doctree deleted file mode 100644 index d5452030..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/doctrees/vendors.doctree and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/faq.rst b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/faq.rst deleted file mode 100644 index 3e4ce0be..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/faq.rst +++ /dev/null @@ -1,2104 +0,0 @@ -.. _faq: - -FAQ - Frequently Asked Questions -================================ - -Please have a look at our `Link section -`_ on the official -phpMyAdmin homepage for in-depth coverage of phpMyAdmin's features and -or interface. - -.. _faqserver: - -Server -++++++ - -.. _faq1_1: - -1.1 My server is crashing each time a specific action is required or phpMyAdmin sends a blank page or a page full of cryptic characters to my browser, what can I do? ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- - -Try to set the :config:option:`$cfg['OBGzip']` directive to ``false`` in your -:file:`config.inc.php` file and the ``zlib.output_compression`` directive to -``Off`` in your php configuration file. - -.. _faq1_2: - -1.2 My Apache server crashes when using phpMyAdmin. ---------------------------------------------------- - -You should first try the latest versions of Apache (and possibly MySQL). If -your server keeps crashing, please ask for help in the various Apache support -groups. - -.. seealso:: :ref:`faq1_1` - -.. _faq1_3: - -1.3 (withdrawn). ----------------- - -.. _faq1_4: - -1.4 Using phpMyAdmin on IIS, I'm displayed the error message: "The specified CGI application misbehaved by not returning a complete set of HTTP headers ...". -------------------------------------------------------------------------------------------------------------------------------------------------------------- - -You just forgot to read the *install.txt* file from the PHP -distribution. Have a look at the last message in this `PHP bug report #12061 -`_ from the official PHP bug -database. - -.. _faq1_5: - -1.5 Using phpMyAdmin on IIS, I'm facing crashes and/or many error messages with the HTTP. ------------------------------------------------------------------------------------------ - -This is a known problem with the PHP :term:`ISAPI` filter: it's not so stable. -Please use instead the cookie authentication mode. - -.. _faq1_6: - -1.6 I can't use phpMyAdmin on PWS: nothing is displayed! --------------------------------------------------------- - -This seems to be a PWS bug. Filippo Simoncini found a workaround (at -this time there is no better fix): remove or comment the ``DOCTYPE`` -declarations (2 lines) from the scripts :file:`libraries/Header.class.php` -and :file:`index.php`. - -.. _faq1_7: - -1.7 How can I GZip a dump or a CSV export? It does not seem to work. --------------------------------------------------------------------- - -This feature is based on the ``gzencode()`` -PHP function to be more independent of the platform (Unix/Windows, -Safe Mode or not, and so on). So, you must have Zlib support -(``--with-zlib``). - -.. _faq1_8: - -1.8 I cannot insert a text file in a table, and I get an error about safe mode being in effect. ------------------------------------------------------------------------------------------------ - -Your uploaded file is saved by PHP in the "upload dir", as defined in -:file:`php.ini` by the variable ``upload_tmp_dir`` (usually the system -default is */tmp*). We recommend the following setup for Apache -servers running in safe mode, to enable uploads of files while being -reasonably secure: - -* create a separate directory for uploads: :command:`mkdir /tmp/php` -* give ownership to the Apache server's user.group: :command:`chown - apache.apache /tmp/php` -* give proper permission: :command:`chmod 600 /tmp/php` -* put ``upload_tmp_dir = /tmp/php`` in :file:`php.ini` -* restart Apache - -.. _faq1_9: - -1.9 (withdrawn). ----------------- - -.. _faq1_10: - -1.10 I'm having troubles when uploading files with phpMyAdmin running on a secure server. My browser is Internet Explorer and I'm using the Apache server. ----------------------------------------------------------------------------------------------------------------------------------------------------------- - -As suggested by "Rob M" in the phpWizard forum, add this line to your -*httpd.conf*: - -.. code-block:: apache - - SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown - -It seems to clear up many problems between Internet Explorer and SSL. - -.. _faq1_11: - -1.11 I get an 'open\_basedir restriction' while uploading a file from the query box. ------------------------------------------------------------------------------------- - -Since version 2.2.4, phpMyAdmin supports servers with open\_basedir -restrictions. However you need to create temporary directory and configure it -as :config:option:`$cfg['TempDir']`. The uploaded files will be moved there, -and after execution of your :term:`SQL` commands, removed. - -.. _faq1_12: - -1.12 I have lost my MySQL root password, what can I do? -------------------------------------------------------- - -The MySQL manual explains how to `reset the permissions -`_. - -.. _faq1_13: - -1.13 (withdrawn). ------------------ - -.. _faq1_14: - -1.14 (withdrawn). ------------------ - -.. _faq1_15: - -1.15 I have problems with *mysql.user* column names. ----------------------------------------------------- - -In previous MySQL versions, the ``User`` and ``Password``columns were -named ``user`` and ``password``. Please modify your column names to -align with current standards. - -.. _faq1_16: - -1.16 I cannot upload big dump files (memory, HTTP or timeout problems). ------------------------------------------------------------------------ - -Starting with version 2.7.0, the import engine has been re–written and -these problems should not occur. If possible, upgrade your phpMyAdmin -to the latest version to take advantage of the new import features. - -The first things to check (or ask your host provider to check) are the -values of ``upload_max_filesize``, ``memory_limit`` and -``post_max_size`` in the :file:`php.ini` configuration file. All of these -three settings limit the maximum size of data that can be submitted -and handled by PHP. One user also said that ``post_max_size`` and -``memory_limit`` need to be larger than ``upload_max_filesize``. -There exist several workarounds if your upload is too big or your -hosting provider is unwilling to change the settings: - -* Look at the :config:option:`$cfg['UploadDir']` feature. This allows one to upload a file to the server - via scp, ftp, or your favorite file transfer method. PhpMyAdmin is - then able to import the files from the temporary directory. More - information is available in the :ref:`config` of this document. -* Using a utility (such as `BigDump - `_) to split the files before - uploading. We cannot support this or any third party applications, but - are aware of users having success with it. -* If you have shell (command line) access, use MySQL to import the files - directly. You can do this by issuing the "source" command from within - MySQL: - - .. code-block:: mysql - - source filename.sql; - -.. _faq1_17: - -1.17 Which Database versions does phpMyAdmin support? ------------------------------------------------------ - -For `MySQL `_, versions 5.5 and newer are supported. -For older MySQL versions, our `Downloads `_ page offers older phpMyAdmin versions -(which may have become unsupported). - -For `MariaDB `_, versions 5.5 and newer are supported. - -For `Drizzle `_, versions 7.1 and newer are supported. - -.. _faq1_17a: - -1.17a I cannot connect to the MySQL server. It always returns the error message, "Client does not support authentication protocol requested by server; consider upgrading MySQL client" ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - -You tried to access MySQL with an old MySQL client library. The -version of your MySQL client library can be checked in your phpinfo() -output. In general, it should have at least the same minor version as -your server - as mentioned in :ref:`faq1_17`. This problem is -generally caused by using MySQL version 4.1 or newer. MySQL changed -the authentication hash and your PHP is trying to use the old method. -The proper solution is to use the `mysqli extension -`_ with the proper client library to match -your MySQL installation. More -information (and several workarounds) are located in the `MySQL -Documentation `_. - -.. _faq1_18: - -1.18 (withdrawn). ------------------ - -.. _faq1_19: - -1.19 I can't run the "display relations" feature because the script seems not to know the font face I'm using! --------------------------------------------------------------------------------------------------------------- - -The :term:`TCPDF` library we're using for this feature requires some special -files to use font faces. Please refers to the `TCPDF manual -`_ to build these files. - -.. _faqmysql: - -1.20 I receive an error about missing mysqli and mysql extensions. ------------------------------------------------------------------- - -To connect to a MySQL server, PHP needs a set of MySQL functions -called "MySQL extension". This extension may be part of the PHP -distribution (compiled-in), otherwise it needs to be loaded -dynamically. Its name is probably *mysqli.so* or *php\_mysqli.dll*. -phpMyAdmin tried to load the extension but failed. Usually, the -problem is solved by installing a software package called "PHP-MySQL" -or something similar. - -There are currently two interfaces PHP provides as MySQL extensions - ``mysql`` -and ``mysqli``. The ``mysqli`` is tried first, because it's the best one. - -.. _faq1_21: - -1.21 I am running the CGI version of PHP under Unix, and I cannot log in using cookie auth. -------------------------------------------------------------------------------------------- - -In :file:`php.ini`, set ``mysql.max_links`` higher than 1. - -.. _faq1_22: - -1.22 I don't see the "Location of text file" field, so I cannot upload. ------------------------------------------------------------------------ - -This is most likely because in :file:`php.ini`, your ``file_uploads`` -parameter is not set to "on". - -.. _faq1_23: - -1.23 I'm running MySQL on a Win32 machine. Each time I create a new table the table and column names are changed to lowercase! ------------------------------------------------------------------------------------------------------------------------------- - -This happens because the MySQL directive ``lower_case_table_names`` -defaults to 1 (``ON``) in the Win32 version of MySQL. You can change -this behavior by simply changing the directive to 0 (``OFF``): Just -edit your ``my.ini`` file that should be located in your Windows -directory and add the following line to the group [mysqld]: - -.. code-block:: ini - - set-variable = lower_case_table_names=0 - -Next, save the file and restart the MySQL service. You can always -check the value of this directive using the query - -.. code-block:: mysql - - SHOW VARIABLES LIKE 'lower_case_table_names'; - -.. _faq1_24: - -1.24 (withdrawn). ------------------ - -.. _faq1_25: - -1.25 I am running Apache with mod\_gzip-1.3.26.1a on Windows XP, and I get problems, such as undefined variables when I run a SQL query. ----------------------------------------------------------------------------------------------------------------------------------------- - -A tip from Jose Fandos: put a comment on the following two lines in -httpd.conf, like this: - -.. code-block:: apache - - - # mod_gzip_item_include file \.php$ - # mod_gzip_item_include mime "application/x-httpd-php.*" - -as this version of mod\_gzip on Apache (Windows) has problems handling -PHP scripts. Of course you have to restart Apache. - -.. _faq1_26: - -1.26 I just installed phpMyAdmin in my document root of IIS but I get the error "No input file specified" when trying to run phpMyAdmin. ----------------------------------------------------------------------------------------------------------------------------------------- - -This is a permission problem. Right-click on the phpmyadmin folder and -choose properties. Under the tab Security, click on "Add" and select -the user "IUSR\_machine" from the list. Now set his permissions and it -should work. - -.. _faq1_27: - -1.27 I get empty page when I want to view huge page (eg. db\_structure.php with plenty of tables). --------------------------------------------------------------------------------------------------- - -This was caused by a `PHP bug `_ that occur when -GZIP output buffering is enabled. If you turn off it (by -:config:option:`$cfg['OBGzip']` in :file:`config.inc.php`), it should work. -This bug will has been fixed in PHP 5.0.0. - -.. _faq1_28: - -1.28 My MySQL server sometimes refuses queries and returns the message 'Errorcode: 13'. What does this mean? ------------------------------------------------------------------------------------------------------------- - -This can happen due to a MySQL bug when having database / table names -with upper case characters although ``lower_case_table_names`` is -set to 1. To fix this, turn off this directive, convert all database -and table names to lower case and turn it on again. Alternatively, -there's a bug-fix available starting with MySQL 3.23.56 / -4.0.11-gamma. - -.. _faq1_29: - -1.29 When I create a table or modify a column, I get an error and the columns are duplicated. ---------------------------------------------------------------------------------------------- - -It is possible to configure Apache in such a way that PHP has problems -interpreting .php files. - -The problems occur when two different (and conflicting) set of -directives are used: - -.. code-block:: apache - - - SetOutputFilter PHP - SetInputFilter PHP - -and - -.. code-block:: apache - - AddType application/x-httpd-php .php - -In the case we saw, one set of directives was in -``/etc/httpd/conf/httpd.conf``, while the other set was in -``/etc/httpd/conf/addon-modules/php.conf``. The recommended way is -with ``AddType``, so just comment out the first set of lines and -restart Apache: - -.. code-block:: apache - - - #SetOutputFilter PHP - #SetInputFilter PHP - -.. _faq1_30: - -1.30 I get the error "navigation.php: Missing hash". ----------------------------------------------------- - -This problem is known to happen when the server is running Turck -MMCache but upgrading MMCache to version 2.3.21 solves the problem. - -.. _faq1_31: - -1.31 Does phpMyAdmin support PHP 5? ------------------------------------ - -Yes. - -Since release 4.1 phpMyAdmin supports only PHP 5.3 and newer. For PHP 5.2 you -can use 4.0.x releases. - -.. _faq1_32: - -1.32 Can I use HTTP authentication with IIS? --------------------------------------------- - -Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in -:term:`ISAPI` mode under :term:`IIS` 5.1. - -#. In your :file:`php.ini` file, set ``cgi.rfc2616_headers = 0`` -#. In ``Web Site Properties -> File/Directory Security -> Anonymous - Access`` dialog box, check the ``Anonymous access`` checkbox and - uncheck any other checkboxes (i.e. uncheck ``Basic authentication``, - ``Integrated Windows authentication``, and ``Digest`` if it's - enabled.) Click ``OK``. -#. In ``Custom Errors``, select the range of ``401;1`` through ``401;5`` - and click the ``Set to Default`` button. - -.. seealso:: :rfc:`2616` - -.. _faq1_33: - -1.33 (withdrawn). ------------------ - -.. _faq1_34: - -1.34 Can I access directly to database or table pages? ------------------------------------------------------- - -Yes. Out of the box, you can use :term:`URL` like -http://server/phpMyAdmin/index.php?server=X&db=database&table=table&target=script. -For ``server`` you use the server number -which refers to the order of the server paragraph in -:file:`config.inc.php`. Table and script parts are optional. If you want -http://server/phpMyAdmin/database[/table][/script] :term:`URL`, you need to do some configuration. Following -lines apply only for `Apache `_ web server. -First make sure, that you have enabled some features within global -configuration. You need ``Options FollowSymLinks`` and ``AllowOverride -FileInfo`` enabled for directory where phpMyAdmin is installed and you -need mod\_rewrite to be enabled. Then you just need to create -following :term:`.htaccess` file in root folder of phpMyAdmin installation (don't -forget to change directory name inside of it): - -.. code-block:: apache - - - RewriteEngine On - RewriteBase /path_to_phpMyAdmin - RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/([a-z_]+\.php)$ index.php?db=$1&table=$2&target=$3 [R] - RewriteRule ^([a-zA-Z0-9_]+)/([a-z_]+\.php)$ index.php?db=$1&target=$2 [R] - RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)$ index.php?db=$1&table=$2 [R] - RewriteRule ^([a-zA-Z0-9_]+)$ index.php?db=$1 [R] - -.. _faq1_35: - -1.35 Can I use HTTP authentication with Apache CGI? ---------------------------------------------------- - -Yes. However you need to pass authentication variable to :term:`CGI` using -following rewrite rule: - -.. code-block:: apache - - - RewriteEngine On - RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L] - -.. _faq1_36: - -1.36 I get an error "500 Internal Server Error". ------------------------------------------------- - -There can be many explanations to this and a look at your server's -error log file might give a clue. - -.. _faq1_37: - -1.37 I run phpMyAdmin on cluster of different machines and password encryption in cookie auth doesn't work. ------------------------------------------------------------------------------------------------------------ - -If your cluster consist of different architectures, PHP code used for -encryption/decryption won't work correct. This is caused by use of -pack/unpack functions in code. Only solution is to use mcrypt -extension which works fine in this case. - -.. _faq1_38: - -1.38 Can I use phpMyAdmin on a server on which Suhosin is enabled? ------------------------------------------------------------------- - -Yes but the default configuration values of Suhosin are known to cause -problems with some operations, for example editing a table with many -columns and no primary key or with textual primary key. - -Suhosin configuration might lead to malfunction in some cases and it -can not be fully avoided as phpMyAdmin is kind of application which -needs to transfer big amounts of columns in single HTTP request, what -is something what Suhosin tries to prevent. Generally all -``suhosin.request.*``, ``suhosin.post.*`` and ``suhosin.get.*`` -directives can have negative effect on phpMyAdmin usability. You can -always find in your error logs which limit did cause dropping of -variable, so you can diagnose the problem and adjust matching -configuration variable. - -The default values for most Suhosin configuration options will work in -most scenarios, however you might want to adjust at least following -parameters: - -* `suhosin.request.max\_vars `_ should - be increased (eg. 2048) -* `suhosin.post.max\_vars `_ should be - increased (eg. 2048) -* `suhosin.request.max\_array\_index\_length `_ - should be increased (eg. 256) -* `suhosin.post.max\_array\_index\_length `_ - should be increased (eg. 256) -* `suhosin.request.max\_totalname\_length `_ - should be increased (eg. 8192) -* `suhosin.post.max\_totalname\_length `_ should be - increased (eg. 8192) -* `suhosin.get.max\_value\_length `_ - should be increased (eg. 1024) -* `suhosin.sql.bailout\_on\_error `_ - needs to be disabled (the default) -* `suhosin.log.\* `_ should not - include :term:`SQL`, otherwise you get big - slowdown - -You can also disable the warning using the :config:option:`$cfg['SuhosinDisableWarning']`. - -.. _faq1_39: - -1.39 When I try to connect via https, I can log in, but then my connection is redirected back to http. What can cause this behavior? ------------------------------------------------------------------------------------------------------------------------------------- - -Be sure that you have enabled ``SSLOptions`` and ``StdEnvVars`` in -your Apache configuration. - -.. seealso:: - -.. _faq1_40: - -1.40 When accessing phpMyAdmin via an Apache reverse proxy, cookie login does not work. ---------------------------------------------------------------------------------------- - -To be able to use cookie auth Apache must know that it has to rewrite -the set-cookie headers. Example from the Apache 2.2 documentation: - -.. code-block:: apache - - - ProxyPass /mirror/foo/ http://backend.example.com/ - ProxyPassReverse /mirror/foo/ http://backend.example.com/ - ProxyPassReverseCookieDomain backend.example.com public.example.com - ProxyPassReverseCookiePath / /mirror/foo/ - -Note: if the backend url looks like http://host/~user/phpmyadmin, the -tilde (~) must be url encoded as %7E in the ProxyPassReverse\* lines. -This is not specific to phpmyadmin, it's just the behavior of Apache. - -.. code-block:: apache - - - ProxyPass /mirror/foo/ http://backend.example.com/~user/phpmyadmin - ProxyPassReverse /mirror/foo/ http://backend.example.com/%7Euser/phpmyadmin - ProxyPassReverseCookiePath /%7Euser/phpmyadmin /mirror/foo - -.. seealso:: - -.. _faq1_41: - -1.41 When I view a database and ask to see its privileges, I get an error about an unknown column. --------------------------------------------------------------------------------------------------- - -The MySQL server's privilege tables are not up to date, you need to -run the :command:`mysql_upgrade` command on the server. - -.. _faq1_42: - -1.42 How can I prevent robots from accessing phpMyAdmin? --------------------------------------------------------- - -You can add various rules to :term:`.htaccess` to filter access based on user agent -field. This is quite easy to circumvent, but could prevent at least -some robots accessing your installation. - -.. code-block:: apache - - - RewriteEngine on - - # Allow only GET and POST verbs - RewriteCond %{REQUEST_METHOD} !^(GET|POST)$ [NC,OR] - - # Ban Typical Vulnerability Scanners and others - # Kick out Script Kiddies - RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget).* [NC,OR] - RewriteCond %{HTTP_USER_AGENT} ^.*(libwww-perl|curl|wget|python|nikto|wkito|pikto|scan|acunetix).* [NC,OR] - RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner).* [NC,OR] - - # Ban Search Engines, Crawlers to your administrative panel - # No reasons to access from bots - # Ultimately Better than the useless robots.txt - # Did google respect robots.txt? - # Try google: intitle:phpMyAdmin intext:"Welcome to phpMyAdmin *.*.*" intext:"Log in" -wiki -forum -forums -questions intext:"Cookies must be enabled" - RewriteCond %{HTTP_USER_AGENT} ^.*(AdsBot-Google|ia_archiver|Scooter|Ask.Jeeves|Baiduspider|Exabot|FAST.Enterprise.Crawler|FAST-WebCrawler|www\.neomo\.de|Gigabot|Mediapartners-Google|Google.Desktop|Feedfetcher-Google|Googlebot|heise-IT-Markt-Crawler|heritrix|ibm.com\cs/crawler|ICCrawler|ichiro|MJ12bot|MetagerBot|msnbot-NewsBlogs|msnbot|msnbot-media|NG-Search|lucene.apache.org|NutchCVS|OmniExplorer_Bot|online.link.validator|psbot0|Seekbot|Sensis.Web.Crawler|SEO.search.Crawler|Seoma.\[SEO.Crawler\]|SEOsearch|Snappy|www.urltrends.com|www.tkl.iis.u-tokyo.ac.jp/~crawler|SynooBot|crawleradmin.t-info@telekom.de|TurnitinBot|voyager|W3.SiteSearch.Crawler|W3C-checklink|W3C_Validator|www.WISEnutbot.com|yacybot|Yahoo-MMCrawler|Yahoo\!.DE.Slurp|Yahoo\!.Slurp|YahooSeeker).* [NC] - RewriteRule .* - [F] - -.. _faq1_43: - -1.43 Why can't I display the structure of my table containing hundreds of columns? ----------------------------------------------------------------------------------- - -Because your PHP's ``memory_limit`` is too low; adjust it in :file:`php.ini`. - -.. _faqconfig: - -Configuration -+++++++++++++ - -.. _faq2_1: - -2.1 The error message "Warning: Cannot add header information - headers already sent by ..." is displayed, what's the problem? ------------------------------------------------------------------------------------------------------------------------------- - -Edit your :file:`config.inc.php` file and ensure there is nothing (I.E. no -blank lines, no spaces, no characters...) neither before the ```` tag at the end. We also got a report -from a user under :term:`IIS`, that used a zipped distribution kit: the file -:file:`libraries/Config.class.php` contained an end-of-line character (hex 0A) -at the end; removing this character cleared his errors. - -.. _faq2_2: - -2.2 phpMyAdmin can't connect to MySQL. What's wrong? ----------------------------------------------------- - -Either there is an error with your PHP setup or your username/password -is wrong. Try to make a small script which uses mysql\_connect and see -if it works. If it doesn't, it may be you haven't even compiled MySQL -support into PHP. - -.. _faq2_3: - -2.3 The error message "Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) ..." is displayed. What can I do? ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- - -For RedHat users, Harald Legner suggests this on the mailing list: - -On my RedHat-Box the socket of MySQL is */var/lib/mysql/mysql.sock*. -In your :file:`php.ini` you will find a line - -.. code-block:: ini - - mysql.default_socket = /tmp/mysql.sock - -change it to - -.. code-block:: ini - - mysql.default_socket = /var/lib/mysql/mysql.sock - -Then restart apache and it will work. - -Here is a fix suggested by Brad Ummer: - -* First, you need to determine what socket is being used by MySQL. To do - this, telnet to your server and go to the MySQL bin directory. In this - directory there should be a file named *mysqladmin*. Type - ``./mysqladmin variables``, and this should give you a bunch of info - about your MySQL server, including the socket (*/tmp/mysql.sock*, for - example). -* Then, you need to tell PHP to use this socket. To do this in - phpMyAdmin, you need to complete the socket information in the - :file:`config.inc.php`. For example: - :config:option:`$cfg['Servers'][$i]['socket']` Please also make sure that - the permissions of this file allow to be readable by your webserver (i.e. - '0755'). - -Have also a look at the `corresponding section of the MySQL -documentation `_. - -.. _faq2_4: - -2.4 Nothing is displayed by my browser when I try to run phpMyAdmin, what can I do? ------------------------------------------------------------------------------------ - -Try to set the :config:option:`$cfg['OBGzip']` directive to ``false`` in the phpMyAdmin configuration -file. It helps sometime. Also have a look at your PHP version number: -if it contains "b" or "alpha" it means you're running a testing -version of PHP. That's not a so good idea, please upgrade to a plain -revision. - -.. _faq2_5: - -2.5 Each time I want to insert or change a row or drop a database or a table, an error 404 (page not found) is displayed or, with HTTP or cookie authentication, I'm asked to log in again. What's wrong? ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - -Check the value you set for the :config:option:`$cfg['PmaAbsoluteUri']` directive in the phpMyAdmin -configuration file. - -.. _faq2_6: - -2.6 I get an "Access denied for user: 'root@localhost' (Using password: YES)"-error when trying to access a MySQL-Server on a host which is port-forwarded for my localhost. ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - -When you are using a port on your localhost, which you redirect via -port-forwarding to another host, MySQL is not resolving the localhost -as expected. Erik Wasser explains: The solution is: if your host is -"localhost" MySQL (the command line tool :command:`mysql` as well) always -tries to use the socket connection for speeding up things. And that -doesn't work in this configuration with port forwarding. If you enter -"127.0.0.1" as hostname, everything is right and MySQL uses the -:term:`TCP` connection. - -.. _faqthemes: - -2.7 Using and creating themes ------------------------------ - -Themes are configured with :config:option:`$cfg['ThemePath']`, -:config:option:`$cfg['ThemeManager']` and :config:option:`$cfg['ThemeDefault']`. -Under :config:option:`$cfg['ThemePath']`, you should not delete the -directory ``pmahomme`` or its underlying structure, because this is the -system theme used by phpMyAdmin. ``pmahomme`` contains all images and -styles, for backwards compatibility and for all themes that would not -include images or css-files. If :config:option:`$cfg['ThemeManager']` -is enabled, you can select your favorite theme on the main page. Your selected -theme will be stored in a cookie. - -To create a theme: - -* make a new subdirectory (for example "your\_theme\_name") under :config:option:`$cfg['ThemePath']` (by - default ``themes``) -* copy the files and directories from ``pmahomme`` to "your\_theme\_name" -* edit the css-files in "your\_theme\_name/css" -* put your new images in "your\_theme\_name/img" -* edit :file:`layout.inc.php` in "your\_theme\_name" -* edit :file:`info.inc.php` in "your\_theme\_name" to contain your chosen - theme name, that will be visible in user interface -* make a new screenshot of your theme and save it under - "your\_theme\_name/screen.png" - -In theme directory there is file :file:`info.inc.php` which contains theme -verbose name, theme generation and theme version. These versions and -generations are enumerated from 1 and do not have any direct -dependence on phpMyAdmin version. Themes within same generation should -be backwards compatible - theme with version 2 should work in -phpMyAdmin requiring version 1. Themes with different generation are -incompatible. - -If you do not want to use your own symbols and buttons, remove the -directory "img" in "your\_theme\_name". phpMyAdmin will use the -default icons and buttons (from the system-theme ``pmahomme``). - -.. _faqmissingparameters: - -2.8 I get "Missing parameters" errors, what can I do? ------------------------------------------------------ - -Here are a few points to check: - -* In :file:`config.inc.php`, try to leave the :config:option:`$cfg['PmaAbsoluteUri']` directive empty. See also - :ref:`faq4_7`. -* Maybe you have a broken PHP installation or you need to upgrade your - Zend Optimizer. See . -* If you are using Hardened PHP with the ini directive - ``varfilter.max_request_variables`` set to the default (200) or - another low value, you could get this error if your table has a high - number of columns. Adjust this setting accordingly. (Thanks to Klaus - Dorninger for the hint). -* In the :file:`php.ini` directive ``arg_separator.input``, a value of ";" - will cause this error. Replace it with "&;". -* If you are using `Hardened-PHP `_, you - might want to increase `request limits `_. -* The directory specified in the :file:`php.ini` directive - ``session.save_path`` does not exist or is read-only. - -.. _faq2_9: - -2.9 Seeing an upload progress bar ---------------------------------- - -To be able to see a progress bar during your uploads, your server must -have the `APC `_ extension, the -`uploadprogress `_ one, or -you must be running PHP 5.4.0 or higher. Moreover, the JSON extension -has to be enabled in your PHP. - -If using APC, you must set ``apc.rfc1867`` to ``on`` in your :file:`php.ini`. - -If using PHP 5.4.0 or higher, you must set -``session.upload_progress.enabled`` to ``1`` in your :file:`php.ini`. However, -starting from phpMyAdmin version 4.0.4, session-based upload progress has -been temporarily deactivated due to its problematic behavior. - -.. seealso:: :rfc:`1867` - -.. _faqlimitations: - -Known limitations -+++++++++++++++++ - -.. _login_bug: - -3.1 When using HTTP authentication, a user who logged out can not log in again in with the same nick. ------------------------------------------------------------------------------------------------------ - -This is related to the authentication mechanism (protocol) used by -phpMyAdmin. To bypass this problem: just close all the opened browser -windows and then go back to phpMyAdmin. You should be able to log in -again. - -.. _faq3_2: - -3.2 When dumping a large table in compressed mode, I get a memory limit error or a time limit error. ----------------------------------------------------------------------------------------------------- - -Compressed dumps are built in memory and because of this are limited -to php's memory limit. For GZip/BZip2 exports this can be overcome -since 2.5.4 using :config:option:`$cfg['CompressOnFly']` (enabled by default). -Zip exports can not be handled this way, so if you need Zip files for larger -dump, you have to use another way. - -.. _faq3_3: - -3.3 With InnoDB tables, I lose foreign key relationships when I rename a table or a column. -------------------------------------------------------------------------------------------- - -This is an InnoDB bug, see . - -.. _faq3_4: - -3.4 I am unable to import dumps I created with the mysqldump tool bundled with the MySQL server distribution. -------------------------------------------------------------------------------------------------------------- - -The problem is that older versions of ``mysqldump`` created invalid -comments like this: - -.. code-block:: mysql - - - -- MySQL dump 8.22 - -- - -- Host: localhost Database: database - --------------------------------------------------------- - -- Server version 3.23.54 - -The invalid part of the code is the horizontal line made of dashes -that appears once in every dump created with mysqldump. If you want to -run your dump you have to turn it into valid MySQL. This means, you -have to add a whitespace after the first two dashes of the line or add -a # before it: ``-- -------------------------------------------------------`` or -``#---------------------------------------------------------`` - -.. _faq3_5: - -3.5 When using nested folders, multiple hierarchies are displayed in a wrong manner. ------------------------------------------------------------------------------------- - -Please note that you should not use the separating string multiple -times without any characters between them, or at the beginning/end of -your table name. If you have to, think about using another -TableSeparator or disabling that feature. - -.. seealso:: :config:option:`$cfg['NavigationTreeTableSeparator']` - -.. _faq3_6: - -3.6 (withdrawn). ------------------ - -.. _faq3_7: - -3.7 I have table with many (100+) columns and when I try to browse table I get series of errors like "Warning: unable to parse url". How can this be fixed? ------------------------------------------------------------------------------------------------------------------------------------------------------------ - -Your table neither have a primary key nor an unique one, so we must -use a long expression to identify this row. This causes problems to -parse\_url function. The workaround is to create a primary or unique -key. - -.. _faq3_8: - -3.8 I cannot use (clickable) HTML-forms in columns where I put a MIME-Transformation onto! ------------------------------------------------------------------------------------------- - -Due to a surrounding form-container (for multi-row delete checkboxes), -no nested forms can be put inside the table where phpMyAdmin displays -the results. You can, however, use any form inside of a table if keep -the parent form-container with the target to tbl\_row\_delete.php and -just put your own input-elements inside. If you use a custom submit -input field, the form will submit itself to the displaying page again, -where you can validate the $HTTP\_POST\_VARS in a transformation. For -a tutorial on how to effectively use transformations, see our `Link -section `_ on the -official phpMyAdmin-homepage. - -.. _faq3_9: - -3.9 I get error messages when using "--sql\_mode=ANSI" for the MySQL server. ----------------------------------------------------------------------------- - -When MySQL is running in ANSI-compatibility mode, there are some major -differences in how :term:`SQL` is structured (see -). Most important of all, the -quote-character (") is interpreted as an identifier quote character and not as -a string quote character, which makes many internal phpMyAdmin operations into -invalid :term:`SQL` statements. There is no -workaround to this behaviour. News to this item will be posted in `Bug report -#1013 `_. - -.. _faq3_10: - -3.10 Homonyms and no primary key: When the results of a SELECT display more that one column with the same value (for example ``SELECT lastname from employees where firstname like 'A%'`` and two "Smith" values are displayed), if I click Edit I cannot be sure that I am editing the intended row. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ - -Please make sure that your table has a primary key, so that phpMyAdmin -can use it for the Edit and Delete links. - -.. _faq3_11: - -3.11 The number of rows for InnoDB tables is not correct. ---------------------------------------------------------- - -phpMyAdmin uses a quick method to get the row count, and this method only -returns an approximate count in the case of InnoDB tables. See -:config:option:`$cfg['MaxExactCount']` for a way to modify those results, but -this could have a serious impact on performance. -However, one can easily replace the approximate row count with exact count by -simply clicking on the approximate count. This can also be done for all tables -at once by clicking on the rows sum displayed at the bottom. - -.. _faq3_12: - -3.12 (withdrawn). ------------------ - -.. _faq3_13: - -3.13 I get an error when entering ``USE`` followed by a db name containing an hyphen. -------------------------------------------------------------------------------------- - -The tests I have made with MySQL 5.1.49 shows that the API does not -accept this syntax for the USE command. - -.. _faq3_14: - -3.14 I am not able to browse a table when I don't have the right to SELECT one of the columns. ----------------------------------------------------------------------------------------------- - -This has been a known limitation of phpMyAdmin since the beginning and -it's not likely to be solved in the future. - -.. _faq3_15: - -3.15 (withdrawn). ------------------ - -.. _faq3_16: - -3.16 (withdrawn). ------------------ - -.. _faq3_17: - -3.17 (withdrawn). ------------------ - -.. _faq3_18: - -3.18 When I import a CSV file that contains multiple tables, they are lumped together into a single table. ----------------------------------------------------------------------------------------------------------- - -There is no reliable way to differentiate tables in :term:`CSV` format. For the -time being, you will have to break apart :term:`CSV` files containing multiple -tables. - -.. _faq3_19: - -3.19 When I import a file and have phpMyAdmin determine the appropriate data structure it only uses int, decimal, and varchar types. ------------------------------------------------------------------------------------------------------------------------------------- - -Currently, the import type-detection system can only assign these -MySQL types to columns. In future, more will likely be added but for -the time being you will have to edit the structure to your liking -post-import. Also, you should note the fact that phpMyAdmin will use -the size of the largest item in any given column as the column size -for the appropriate type. If you know you will be adding larger items -to that column then you should manually adjust the column sizes -accordingly. This is done for the sake of efficiency. - -.. _faq3_20: - -3.20 After upgrading, some bookmarks are gone or their content cannot be shown. -------------------------------------------------------------------------------- - -At some point, the character set used to store bookmark content has changed. -It's better to recreate your bookmark from the newer phpMyAdmin version. - -.. _faqmultiuser: - -ISPs, multi-user installations -++++++++++++++++++++++++++++++ - -.. _faq4_1: - -4.1 I'm an ISP. Can I setup one central copy of phpMyAdmin or do I need to install it for each customer? --------------------------------------------------------------------------------------------------------- - -Since version 2.0.3, you can setup a central copy of phpMyAdmin for all your -users. The development of this feature was kindly sponsored by NetCologne GmbH. -This requires a properly setup MySQL user management and phpMyAdmin -:term:`HTTP` or cookie authentication. - -.. seealso:: :ref:`authentication_modes` - -.. _faq4_2: - -4.2 What's the preferred way of making phpMyAdmin secure against evil access? ------------------------------------------------------------------------------ - -This depends on your system. If you're running a server which cannot be -accessed by other people, it's sufficient to use the directory protection -bundled with your webserver (with Apache you can use :term:`.htaccess` files, -for example). If other people have telnet access to your server, you should use -phpMyAdmin's :term:`HTTP` or cookie authentication features. - -Suggestions: - -* Your :file:`config.inc.php` file should be ``chmod 660``. -* All your phpMyAdmin files should be chown -R phpmy.apache, where phpmy - is a user whose password is only known to you, and apache is the group - under which Apache runs. -* Follow security recommendations for PHP and your webserver. - -.. _faq4_3: - -4.3 I get errors about not being able to include a file in */lang* or in */libraries*. --------------------------------------------------------------------------------------- - -Check :file:`php.ini`, or ask your sysadmin to check it. The -``include_path`` must contain "." somewhere in it, and -``open_basedir``, if used, must contain "." and "./lang" to allow -normal operation of phpMyAdmin. - -.. _faq4_4: - -4.4 phpMyAdmin always gives "Access denied" when using HTTP authentication. ---------------------------------------------------------------------------- - -This could happen for several reasons: - -* :config:option:`$cfg['Servers'][$i]['controluser']` and/or :config:option:`$cfg['Servers'][$i]['controlpass']` are wrong. -* The username/password you specify in the login dialog are invalid. -* You have already setup a security mechanism for the phpMyAdmin- - directory, eg. a :term:`.htaccess` file. This would interfere with phpMyAdmin's - authentication, so remove it. - -.. _faq4_5: - -4.5 Is it possible to let users create their own databases? ------------------------------------------------------------ - -Starting with 2.2.5, in the user management page, you can enter a -wildcard database name for a user (for example "joe%"), and put the -privileges you want. For example, adding ``SELECT, INSERT, UPDATE, -DELETE, CREATE, DROP, INDEX, ALTER`` would let a user create/manage -his/her database(s). - -.. _faq4_6: - -4.6 How can I use the Host-based authentication additions? ----------------------------------------------------------- - -If you have existing rules from an old :term:`.htaccess` file, you can take them and -add a username between the ``'deny'``/``'allow'`` and ``'from'`` -strings. Using the username wildcard of ``'%'`` would be a major -benefit here if your installation is suited to using it. Then you can -just add those updated lines into the -:config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` array. - -If you want a pre-made sample, you can try this fragment. It stops the -'root' user from logging in from any networks other than the private -network :term:`IP` blocks. - -.. code-block:: php - - - //block root from logging in except from the private networks - $cfg['Servers'][$i]['AllowDeny']['order'] = 'deny,allow'; - $cfg['Servers'][$i]['AllowDeny']['rules'] = array( - 'deny root from all', - 'allow root from localhost', - 'allow root from 10.0.0.0/8', - 'allow root from 192.168.0.0/16', - 'allow root from 172.16.0.0/12', - ); - -.. _faq4_7: - -4.7 Authentication window is displayed more than once, why? ------------------------------------------------------------ - -This happens if you are using a :term:`URL` to start phpMyAdmin which is -different than the one set in your :config:option:`$cfg['PmaAbsoluteUri']`. For -example, a missing "www", or entering with an :term:`IP` address while a domain -name is defined in the config file. - -.. _faq4_8: - -4.8 Which parameters can I use in the URL that starts phpMyAdmin? ------------------------------------------------------------------ - -When starting phpMyAdmin, you can use the ``db``, ``pma_username``, -``pma_password`` and ``server`` parameters. This last one can contain -either the numeric host index (from ``$i`` of the configuration file) -or one of the host names present in the configuration file. Using -``pma_username`` and ``pma_password`` has been tested along with the -usage of 'cookie' ``auth_type``. - -.. _faqbrowsers: - -Browsers or client OS -+++++++++++++++++++++ - -.. _faq5_1: - -5.1 I get an out of memory error, and my controls are non-functional, when trying to create a table with more than 14 columns. ------------------------------------------------------------------------------------------------------------------------------- - -We could reproduce this problem only under Win98/98SE. Testing under -WinNT4 or Win2K, we could easily create more than 60 columns. A -workaround is to create a smaller number of columns, then come back to -your table properties and add the other columns. - -.. _faq5_2: - -5.2 With Xitami 2.5b4, phpMyAdmin won't process form fields. ------------------------------------------------------------- - -This is not a phpMyAdmin problem but a Xitami known bug: you'll face -it with each script/website that use forms. Upgrade or downgrade your -Xitami server. - -.. _faq5_3: - -5.3 I have problems dumping tables with Konqueror (phpMyAdmin 2.2.2). ---------------------------------------------------------------------- - -With Konqueror 2.1.1: plain dumps, zip and GZip dumps work ok, except -that the proposed file name for the dump is always 'tbl\_dump.php'. -Bzip2 dumps don't seem to work. With Konqueror 2.2.1: plain dumps -work; zip dumps are placed into the user's temporary directory, so -they must be moved before closing Konqueror, or else they disappear. -GZip dumps give an error message. Testing needs to be done for -Konqueror 2.2.2. - -.. _faq5_4: - -5.4 I can't use the cookie authentication mode because Internet Explorer never stores the cookies. --------------------------------------------------------------------------------------------------- - -MS Internet Explorer seems to be really buggy about cookies, at least -till version 6. - -.. _faq5_5: - -5.5 In Internet Explorer 5.0, I get JavaScript errors when browsing my rows. ----------------------------------------------------------------------------- - -Upgrade to at least Internet Explorer 5.5 SP2. - -.. _faq5_6: - -5.6 In Internet Explorer 5.0, 5.5 or 6.0, I get an error (like "Page not found") when trying to modify a row in a table with many columns, or with a text column. ------------------------------------------------------------------------------------------------------------------------------------------------------------------ - -Your table neither have a primary key nor an unique one, so we must use a long -:term:`URL` to identify this row. There is a limit on the length of the -:term:`URL` in those browsers, and this not happen in Netscape, for example. -The workaround is to create a primary or unique key, or use another browser. - -.. _faq5_7: - -5.7 I refresh (reload) my browser, and come back to the welcome page. ---------------------------------------------------------------------- - -Some browsers support right-clicking into the frame you want to -refresh, just do this in the right frame. - -.. _faq5_8: - -5.8 With Mozilla 0.9.7 I have problems sending a query modified in the query box. ---------------------------------------------------------------------------------- - -Looks like a Mozilla bug: 0.9.6 was OK. We will keep an eye on future -Mozilla versions. - -.. _faq5_9: - -5.9 With Mozilla 0.9.? to 1.0 and Netscape 7.0-PR1 I can't type a whitespace in the SQL-Query edit area: the page scrolls down. -------------------------------------------------------------------------------------------------------------------------------- - -This is a Mozilla bug (see bug #26882 at `BugZilla -`_). - -.. _faq5_10: - -5.10 With Netscape 4.75 I get empty rows between each row of data in a CSV exported file. ------------------------------------------------------------------------------------------ - -This is a known Netscape 4.75 bug: it adds some line feeds when -exporting data in octet-stream mode. Since we can't detect the -specific Netscape version, we cannot workaround this bug. - -.. _faq5_11: - -5.11 Extended-ASCII characters like German umlauts are displayed wrong. ------------------------------------------------------------------------ - -Please ensure that you have set your browser's character set to the -one of the language file you have selected on phpMyAdmin's start page. -Alternatively, you can try the auto detection mode that is supported -by the recent versions of the most browsers. - -.. _faq5_12: - -5.12 Mac OS X Safari browser changes special characters to "?". ---------------------------------------------------------------- - -This issue has been reported by a :term:`Mac OS X` user, who adds that Chimera, -Netscape and Mozilla do not have this problem. - -.. _faq5_13: - -5.13 With Internet Explorer 5.5 or 6, and HTTP authentication type, I cannot manage two servers: I log in to the first one, then the other one, but if I switch back to the first, I have to log in on each operation. ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - -This is a bug in Internet Explorer, other browsers do not behave this -way. - -.. _faq5_14: - -5.14 Using Opera6, I can manage to get to the authentication, but nothing happens after that, only a blank screen. ------------------------------------------------------------------------------------------------------------------- - -Please upgrade to Opera7 at least. - -.. _faq5_15: - -5.15 I have display problems with Safari. ------------------------------------------ - -Please upgrade to at least version 1.2.3. - -.. _faq5_16: - -5.16 With Internet Explorer, I get "Access is denied" Javascript errors. Or I cannot make phpMyAdmin work under Windows. ------------------------------------------------------------------------------------------------------------------------- - -Please check the following points: - -* Maybe you have defined your :config:option:`$cfg['PmaAbsoluteUri']` setting in - :file:`config.inc.php` to an :term:`IP` address and you are starting phpMyAdmin - with a :term:`URL` containing a domain name, or the reverse situation. -* Security settings in IE and/or Microsoft Security Center are too high, - thus blocking scripts execution. -* The Windows Firewall is blocking Apache and MySQL. You must allow - :term:`HTTP` ports (80 or 443) and MySQL - port (usually 3306) in the "in" and "out" directions. - -.. _faq5_17: - -5.17 With Firefox, I cannot delete rows of data or drop a database. -------------------------------------------------------------------- - -Many users have confirmed that the Tabbrowser Extensions plugin they -installed in their Firefox is causing the problem. - -.. _faq5_18: - -5.18 With Konqueror 4.2.x an invalid ``LIMIT`` clause is generated when I browse a table. ------------------------------------------------------------------------------------------ - -This happens only when both of these conditions are met: using the -``http`` authentication mode and ``register_globals`` being set to -``On`` on the server. It seems to be a browser-specific problem; -meanwhile use the ``cookie`` authentication mode. - -.. _faq5_19: - -5.19 I get JavaScript errors in my browser. -------------------------------------------- - -Issues have been reported with some combinations of browser -extensions. To troubleshoot, disable all extensions then clear your -browser cache to see if the problem goes away. - -.. _faqusing: - -Using phpMyAdmin -++++++++++++++++ - -.. _faq6_1: - -6.1 I can't insert new rows into a table / I can't create a table - MySQL brings up a SQL error. ------------------------------------------------------------------------------------------------- - -Examine the :term:`SQL` error with care. -Often the problem is caused by specifying a wrong column-type. Common -errors include: - -* Using ``VARCHAR`` without a size argument -* Using ``TEXT`` or ``BLOB`` with a size argument - -Also, look at the syntax chapter in the MySQL manual to confirm that -your syntax is correct. - -.. _faq6_2: - -6.2 When I create a table, I set an index for two columns and phpMyAdmin generates only one index with those two columns. -------------------------------------------------------------------------------------------------------------------------- - -This is the way to create a multi-columns index. If you want two -indexes, create the first one when creating the table, save, then -display the table properties and click the Index link to create the -other index. - -.. _faq6_3: - -6.3 How can I insert a null value into my table? ------------------------------------------------- - -Since version 2.2.3, you have a checkbox for each column that can be -null. Before 2.2.3, you had to enter "null", without the quotes, as -the column's value. Since version 2.5.5, you have to use the checkbox -to get a real NULL value, so if you enter "NULL" this means you want a -literal NULL in the column, and not a NULL value (this works in PHP4). - -.. _faq6_4: - -6.4 How can I backup my database or table? ------------------------------------------- - -Click on a database or table name in the navigation panel, the properties will -be displayed. Then on the menu, click "Export", you can dump the structure, the -data, or both. This will generate standard :term:`SQL` statements that can be -used to recreate your database/table. You will need to choose "Save as file", -so that phpMyAdmin can transmit the resulting dump to your station. Depending -on your PHP configuration, you will see options to compress the dump. See also -the :config:option:`$cfg['ExecTimeLimit']` configuration variable. For -additional help on this subject, look for the word "dump" in this document. - -.. _faq6_5: - -6.5 How can I restore (upload) my database or table using a dump? How can I run a ".sql" file? ----------------------------------------------------------------------------------------------- - -Click on a database name in the navigation panel, the properties will -be displayed. Select "Import" from the list of tabs in the right–hand -frame (or ":term:`SQL`" if your phpMyAdmin -version is previous to 2.7.0). In the "Location of the text file" -section, type in the path to your dump filename, or use the Browse -button. Then click Go. With version 2.7.0, the import engine has been -re–written, if possible it is suggested that you upgrade to take -advantage of the new features. For additional help on this subject, -look for the word "upload" in this document. - -.. _faq6_6: - -6.6 How can I use the relation table in Query-by-example? ---------------------------------------------------------- - -Here is an example with the tables persons, towns and countries, all -located in the database "mydb". If you don't have a ``pma__relation`` -table, create it as explained in the configuration section. Then -create the example tables: - -.. code-block:: mysql - - - CREATE TABLE REL_countries ( - country_code char(1) NOT NULL default '', - description varchar(10) NOT NULL default '', - PRIMARY KEY (country_code) - ) TYPE=MyISAM; - - INSERT INTO REL_countries VALUES ('C', 'Canada'); - - CREATE TABLE REL_persons ( - id tinyint(4) NOT NULL auto_increment, - person_name varchar(32) NOT NULL default '', - town_code varchar(5) default '0', - country_code char(1) NOT NULL default '', - PRIMARY KEY (id) - ) TYPE=MyISAM; - - INSERT INTO REL_persons VALUES (11, 'Marc', 'S', ''); - INSERT INTO REL_persons VALUES (15, 'Paul', 'S', 'C'); - - CREATE TABLE REL_towns ( - town_code varchar(5) NOT NULL default '0', - description varchar(30) NOT NULL default '', - PRIMARY KEY (town_code) - ) TYPE=MyISAM; - - INSERT INTO REL_towns VALUES ('S', 'Sherbrooke'); - INSERT INTO REL_towns VALUES ('M', 'Montréal'); - -To setup appropriate links and display information: - -* on table "REL\_persons" click Structure, then Relation view -* for "town\_code", choose from dropdowns, "mydb", "REL\_towns", "code" - for foreign database, table and column respectively -* for "country\_code", choose from dropdowns, "mydb", "REL\_countries", - "country\_code" for foreign database, table and column respectively -* on table "REL\_towns" click Structure, then Relation view -* in "Choose column to display", choose "description" -* repeat the two previous steps for table "REL\_countries" - -Then test like this: - -* Click on your db name in the navigation panel -* Choose "Query" -* Use tables: persons, towns, countries -* Click "Update query" -* In the columns row, choose persons.person\_name and click the "Show" - tickbox -* Do the same for towns.description and countries.descriptions in the - other 2 columns -* Click "Update query" and you will see in the query box that the - correct joins have been generated -* Click "Submit query" - -.. _faqdisplay: - -6.7 How can I use the "display column" feature? ------------------------------------------------ - -Starting from the previous example, create the ``pma__table_info`` as -explained in the configuration section, then browse your persons -table, and move the mouse over a town code or country code. See also -:ref:`faq6_21` for an additional feature that "display column" -enables: drop-down list of possible values. - -.. _faqpdf: - -6.8 How can I produce a PDF schema of my database? --------------------------------------------------- - -First the configuration variables "relation", "table\_coords" and -"pdf\_pages" have to be filled in. Then you need to think about your -schema layout. Which tables will go on which pages? - -* Select your database in the navigation panel. -* Choose "Operations" in the navigation bar at the top. -* Choose "Edit :term:`PDF` Pages" near the - bottom of the page. -* Enter a name for the first :term:`PDF` page - and click Go. If you like, you can use the "automatic layout," which - will put all your linked tables onto the new page. -* Select the name of the new page (making sure the Edit radio button is - selected) and click Go. -* Select a table from the list, enter its coordinates and click Save. - Coordinates are relative; your diagram will be automatically scaled to - fit the page. When initially placing tables on the page, just pick any - coordinates -- say, 50x50. After clicking Save, you can then use the - :ref:`wysiwyg` to position the element correctly. -* When you'd like to look at your :term:`PDF`, first be sure to click the Save - button beneath the list of tables and coordinates, to save any changes you - made there. Then scroll all the way down, select the :term:`PDF` options you - want, and click Go. -* Internet Explorer for Windows may suggest an incorrect filename when - you try to save a generated :term:`PDF`. - When saving a generated :term:`PDF`, be - sure that the filename ends in ".pdf", for example "schema.pdf". - Browsers on other operating systems, and other browsers on Windows, do - not have this problem. - -.. _faq6_9: - -6.9 phpMyAdmin is changing the type of one of my columns! ---------------------------------------------------------- - -No, it's MySQL that is doing `silent column type changing -`_. - -.. _underscore: - -6.10 When creating a privilege, what happens with underscores in the database name? ------------------------------------------------------------------------------------ - -If you do not put a backslash before the underscore, this is a -wildcard grant, and the underscore means "any character". So, if the -database name is "john\_db", the user would get rights to john1db, -john2db ... If you put a backslash before the underscore, it means -that the database name will have a real underscore. - -.. _faq6_11: - -6.11 What is the curious symbol ø in the statistics pages? ----------------------------------------------------------- - -It means "average". - -.. _faqexport: - -6.12 I want to understand some Export options. ----------------------------------------------- - -**Structure:** - -* "Add DROP TABLE" will add a line telling MySQL to `drop the table - `_, if it already - exists during the import. It does NOT drop the table after your - export, it only affects the import file. -* "If Not Exists" will only create the table if it doesn't exist. - Otherwise, you may get an error if the table name exists but has a - different structure. -* "Add AUTO\_INCREMENT value" ensures that AUTO\_INCREMENT value (if - any) will be included in backup. -* "Enclose table and column names with backquotes" ensures that column - and table names formed with special characters are protected. -* "Add into comments" includes column comments, relations, and MIME - types set in the pmadb in the dump as :term:`SQL` comments - (*/\* xxx \*/*). - -**Data:** - -* "Complete inserts" adds the column names on every INSERT command, for - better documentation (but resulting file is bigger). -* "Extended inserts" provides a shorter dump file by using only once the - INSERT verb and the table name. -* "Delayed inserts" are best explained in the `MySQL manual - INSERT DELAYED Syntax - `_. -* "Ignore inserts" treats errors as a warning instead. Again, more info - is provided in the `MySQL manual - INSERT Syntax - `_, but basically with - this selected, invalid values are adjusted and inserted rather than - causing the entire statement to fail. - -.. _faq6_13: - -6.13 I would like to create a database with a dot in its name. --------------------------------------------------------------- - -This is a bad idea, because in MySQL the syntax "database.table" is -the normal way to reference a database and table name. Worse, MySQL -will usually let you create a database with a dot, but then you cannot -work with it, nor delete it. - -.. _faqsqlvalidator: - -6.14 (withdrawn). ------------------ - -.. _faq6_15: - -6.15 I want to add a BLOB column and put an index on it, but MySQL says "BLOB column '...' used in key specification without a key length". -------------------------------------------------------------------------------------------------------------------------------------------- - -The right way to do this, is to create the column without any indexes, -then display the table structure and use the "Create an index" dialog. -On this page, you will be able to choose your BLOB column, and set a -size to the index, which is the condition to create an index on a BLOB -column. - -.. _faq6_16: - -6.16 How can I simply move in page with plenty editing fields? --------------------------------------------------------------- - -You can use :kbd:`Ctrl+arrows` (:kbd:`Option+Arrows` in Safari) for moving on -most pages with many editing fields (table structure changes, row editing, -etc.). - -.. _faq6_17: - -6.17 Transformations: I can't enter my own mimetype! WTF is this feature then useful for? ------------------------------------------------------------------------------------------ - -Slow down :). Defining mimetypes is of no use, if you can't put -transformations on them. Otherwise you could just put a comment on the -column. Because entering your own mimetype will cause serious syntax -checking issues and validation, this introduces a high-risk false- -user-input situation. Instead you have to initialize mimetypes using -functions or empty mimetype definitions. - -Plus, you have a whole overview of available mimetypes. Who knows all those -mimetypes by heart so he/she can enter it at will? - -.. _faqbookmark: - -6.18 Bookmarks: Where can I store bookmarks? Why can't I see any bookmarks below the query box? What is this variable for? --------------------------------------------------------------------------------------------------------------------------- - -Any query you have executed can be stored as a bookmark on the page -where the results are displayed. You will find a button labeled -'Bookmark this query' just at the end of the page. As soon as you have -stored a bookmark, it is related to the database you run the query on. -You can now access a bookmark dropdown on each page, the query box -appears on for that database. - -You can also have, inside the query, a placeholder for a variable. -This is done by inserting into the query a SQL comment between ``/*`` and -``*/``. Inside the comment, the special string ``[VARIABLE]`` is used. -Be aware that the whole query minus the SQL comment must be -valid by itself, otherwise you won't be able to store it as a bookmark. - -When you execute the bookmark, everything typed into the *value* -input box on the query box page will replace the string ``/*[VARIABLE]*/`` in -your stored query. - -Also remember, that everything else inside the ``/*[VARIABLE]*/`` string for -your query will remain the way it is, but will be stripped of the ``/**/`` -chars. So you can use: - -.. code-block:: mysql - - /*, [VARIABLE] AS myname */ - -which will be expanded to - -.. code-block:: mysql - - , VARIABLE as myname - -in your query, where VARIABLE is the string you entered in the input box. If an -empty string is provided, no replacements are made. - -A more complex example. Say you have stored -this query: - -.. code-block:: mysql - - SELECT Name, Address FROM addresses WHERE 1 /* AND Name LIKE '%[VARIABLE]%' */ - -Say, you now enter "phpMyAdmin" as the variable for the stored query, the full -query will be: - -.. code-block:: mysql - - SELECT Name, Address FROM addresses WHERE 1 AND Name LIKE '%phpMyAdmin%' - -You can use multiple occurrences of ``/*[VARIABLE]*/`` in a single query -(that is, multiple occurrences of the *same* variable). - -**NOTE THE ABSENCE OF SPACES** inside the ``/**/`` construct. Any spaces -inserted there will be later also inserted as spaces in your query and may lead -to unexpected results especially when using the variable expansion inside of a -"LIKE ''" expression. - -Your initial query which is going to be stored as a bookmark has to yield at -least one result row so you can store the bookmark. You may have that to work -around using well positioned ``/**/`` comments. - -.. _faq6_19: - -6.19 How can I create simple LATEX document to include exported table? ----------------------------------------------------------------------- - -You can simply include table in your LATEX documents, -minimal sample document should look like following one (assuming you -have table exported in file :file:`table.tex`): - -.. code-block:: latex - - - \documentclass{article} % or any class you want - \usepackage{longtable} % for displaying table - \begin{document} % start of document - \include{table} % including exported table - \end{document} % end of document - -.. _faq6_20: - -6.20 I see a lot of databases which are not mine, and cannot access them. -------------------------------------------------------------------------- - -You have one of these global privileges: CREATE TEMPORARY TABLES, SHOW -DATABASES, LOCK TABLES. Those privileges also enable users to see all the -database names. So if your users do not need those privileges, you can remove -them and their databases list will shorten. - -.. seealso:: - -.. _faq6_21: - -6.21 In edit/insert mode, how can I see a list of possible values for a column, based on some foreign table? ------------------------------------------------------------------------------------------------------------- - -You have to setup appropriate links between the tables, and also setup -the "display column" in the foreign table. See :ref:`faq6_6` for an -example. Then, if there are 100 values or less in the foreign table, a -drop-down list of values will be available. You will see two lists of -values, the first list containing the key and the display column, the -second list containing the display column and the key. The reason for -this is to be able to type the first letter of either the key or the -display column. For 100 values or more, a distinct window will appear, -to browse foreign key values and choose one. To change the default -limit of 100, see :config:option:`$cfg['ForeignKeyMaxLimit']`. - - -.. _faq6_22: - -6.22 Bookmarks: Can I execute a default bookmark automatically when entering Browse mode for a table? ------------------------------------------------------------------------------------------------------ - -Yes. If a bookmark has the same label as a table name and it's not a -public bookmark, it will be executed. - -.. _faq6_23: - -6.23 Export: I heard phpMyAdmin can export Microsoft Excel files? ------------------------------------------------------------------ - -You can use :term:`CSV` for Microsoft Excel, -which works out of the box. - -.. versionchanged:: 3.4.5 - Since phpMyAdmin 3.4.5 support for direct export to Microsoft Excel version - 97 and newer was dropped. - -.. _faq6_24: - -6.24 Now that phpMyAdmin supports native MySQL 4.1.x column comments, what happens to my column comments stored in pmadb? -------------------------------------------------------------------------------------------------------------------------- - -Automatic migration of a table's pmadb-style column comments to the -native ones is done whenever you enter Structure page for this table. - -.. _faq6_25: - -6.25 (withdrawn). ------------------ - -.. _faq6_26: - -6.26 How can I select a range of rows? --------------------------------------- - -Click the first row of the range, hold the shift key and click the -last row of the range. This works everywhere you see rows, for example -in Browse mode or on the Structure page. - -.. _faq6_27: - -6.27 What format strings can I use? ------------------------------------ - -In all places where phpMyAdmin accepts format strings, you can use -``@VARIABLE@`` expansion and `strftime `_ -format strings. The expanded variables depend on a context (for -example, if you haven't chosen a table, you can not get the table -name), but the following variables can be used: - -``@HTTP_HOST@`` - HTTP host that runs phpMyAdmin -``@SERVER@`` - MySQL server name -``@VERBOSE@`` - Verbose MySQL server name as defined in :config:option:`$cfg['Servers'][$i]['verbose']` -``@VSERVER@`` - Verbose MySQL server name if set, otherwise normal -``@DATABASE@`` - Currently opened database -``@TABLE@`` - Currently opened table -``@COLUMNS@`` - Columns of the currently opened table -``@PHPMYADMIN@`` - phpMyAdmin with version - -.. _wysiwyg: - -6.28 How can I easily edit relational schema for export? --------------------------------------------------------- - -By clicking on the button 'toggle scratchboard' on the page where you -edit x/y coordinates of those elements you can activate a scratchboard -where all your elements are placed. By clicking on an element, you can -move them around in the pre-defined area and the x/y coordinates will -get updated dynamically. Likewise, when entering a new position -directly into the input field, the new position in the scratchboard -changes after your cursor leaves the input field. - -You have to click on the 'OK'-button below the tables to save the new -positions. If you want to place a new element, first add it to the -table of elements and then you can drag the new element around. - -By changing the paper size and the orientation you can change the size -of the scratchboard as well. You can do so by just changing the -dropdown field below, and the scratchboard will resize automatically, -without interfering with the current placement of the elements. - -If ever an element gets out of range you can either enlarge the paper -size or click on the 'reset' button to place all elements below each -other. - -.. _faq6_29: - -6.29 Why can't I get a chart from my query result table? --------------------------------------------------------- - -Not every table can be put to the chart. Only tables with one, two or -three columns can be visualised as a chart. Moreover the table must be -in a special format for chart script to understand it. Currently -supported formats can be found in the `wiki `_. - -.. _faq6_30: - -6.30 Import: How can I import ESRI Shapefiles? ----------------------------------------------- - -An ESRI Shapefile is actually a set of several files, where .shp file -contains geometry data and .dbf file contains data related to those -geometry data. To read data from .dbf file you need to have PHP -compiled with the dBase extension (--enable-dbase). Otherwise only -geometry data will be imported. - -To upload these set of files you can use either of the following -methods: - -Configure upload directory with :config:option:`$cfg['UploadDir']`, upload both .shp and .dbf files with -the same filename and chose the .shp file from the import page. - -Create a Zip archive with .shp and .dbf files and import it. For this -to work, you need to set :config:option:`$cfg['TempDir']` to a place where the web server user can -write (for example ``'./tmp'``). - -To create the temporary directory on a UNIX-based system, you can do: - -.. code-block:: sh - - cd phpMyAdmin - mkdir tmp - chmod o+rwx tmp - -.. _faq6_31: - -6.31 How do I create a relation in designer? --------------------------------------------- - -To select relation, click: The display column is shown in pink. To -set/unset a column as the display column, click the "Choose column to -display" icon, then click on the appropriate column name. - -.. _faq6_32: - -6.32 How can I use the zoom search feature? -------------------------------------------- - -The Zoom search feature is an alternative to table search feature. It allows -you to explore a table by representing its data in a scatter plot. You can -locate this feature by selecting a table and clicking the :guilabel:`Search` -tab. One of the sub-tabs in the :guilabel:`Table Search` page is -:guilabel:`Zoom Search`. - -Consider the table REL\_persons in :ref:`faq6_6` for -an example. To use zoom search, two columns need to be selected, for -example, id and town\_code. The id values will be represented on one -axis and town\_code values on the other axis. Each row will be -represented as a point in a scatter plot based on its id and -town\_code. You can include two additional search criteria apart from -the two fields to display. - -You can choose which field should be -displayed as label for each point. If a display column has been set -for the table (see :ref:`faqdisplay`), it is taken as the label unless -you specify otherwise. You can also select the maximum number of rows -you want to be displayed in the plot by specifing it in the 'Max rows -to plot' field. Once you have decided over your criteria, click 'Go' -to display the plot. - -After the plot is generated, you can use the -mousewheel to zoom in and out of the plot. In addition, panning -feature is enabled to navigate through the plot. You can zoom-in to a -certain level of detail and use panning to locate your area of -interest. Clicking on a point opens a dialogue box, displaying field -values of the data row represented by the point. You can edit the -values if required and click on submit to issue an update query. Basic -instructions on how to use can be viewed by clicking the 'How to use?' -link located just above the plot. - -.. _faq6_33: - -6.33 When browsing a table, how can I copy a column name? ---------------------------------------------------------- - -Selecting the name of the column within the browse table header cell -for copying is difficult, as the columns support reordering by -dragging the header cells as well as sorting by clicking on the linked -column name. To copy a column name, double-click on the empty area -next to the column name, when the tooltip tells you to do so. This -will show you an input box with the column name. You may right-click -the column name within this input box to copy it to your clipboard. - -.. _faq6_34: - -6.34 How can I use the Favorite Tables feature? ---------------------------------------------------------- - -Favorite Tables feature is very much similar to Recent Tables feature. -It allows you to add a shortcut for the frequently used tables of any -database in the navigation panel . You can easily navigate to any table -in the list by simply choosing it from the list. These tables are stored -in your browser's local storage if you have not configured your -`phpMyAdmin Configuration Storage`. Otherwise these entries are stored in -`phpMyAdmin Configuration Storage`. - -IMPORTANT: In absence of `phpMyAdmin Configuration Storage`, your Favorite -tables may be different in different browsers based on your different -selections in them. - -To add a table to Favorite list simply click on the `Gray` star in front -of a table name in the list of tables of a Database and wait until it -turns to `Yellow`. -To remove a table from list, simply click on the `Yellow` star and -wait until it turns `Gray` again. - -Using :config:option:`$cfg['NumFavoriteTables']` in your :file:`config.inc.php` -file, you can define the maximum number of favorite tables shown in the -navigation panel. Its default value is `10`. - -.. _faq6_35: - -6.35 How can I use the Range search feature? ---------------------------------------------------------- - -With the help of range search feature, one can specify a range of values for -particular column(s) while performing search operation on a table from the `Search` -tab. - -To use this feature simply click on the `BETWEEN` or `NOT BETWEEN` operators -from the operator select list in front of the column name. On choosing one of the -above options, a dialog box will show up asking for the `Minimum` and `Maximum` -value for that column. Only the specified range of values will be included -in case of `BETWEEN` and excluded in case of `NOT BETWEEN` from the final results. - -Note: The Range search feature will work only `Numeric` and `Date` data type columns. - -.. _faq6_36: - -6.36 What is Central columns and How can I use this feature? ------------------------------------------------------------- - -As the name suggests, the Central columns feature enables to maintain a central list of -columns per database to avoid similar name for the same data element and bring consistency -of data type for the same data element. You can use the central list of columns to -add an element to any table structure in that database which will save from writing -similar column name and column definition. - -To add a column to central list, go to table structure page, check the columns you want -to include and then simply click on "Add to central columns". If you want to add all -unique columns from more than one table from a database then go to database structure page, -check the tables you want to include and then select "Add columns to central list". - -To remove a column from central list, go to Table structure page, check the columns you want -to remove and then simply click on "Remove from central columns". If you want to remove all -columns from more than one tables from a database then go to database structure page, -check the tables you want to include and then select "Remove columns from central list". - -To view and manage the central list, select the database you want to manage central columns -for then from the top menu click on "Central columns". You will be taken to a page where -you will have options to edit, delete or add new columns to central list. - -.. _faq6_37: - -6.37 How can I use Improve Table structure feature? ---------------------------------------------------------- - -Improve table structure feature helps to bring the table structure upto -Third Normal Form. A wizard is presented to user which asks questions about the -elements during the various steps for normalization and a new structure is proposed -accordingly to bring the table into the First/Second/Third Normal form. -On startup of the wizard, user gets to select upto what normal form they want to -normalize the table structure. - -Here is an example table which you can use to test all of the three First, Second and -Third Normal Form. - -.. code-block:: mysql - - CREATE TABLE `VetOffice` ( - `petName` varchar(64) NOT NULL, - `petBreed` varchar(64) NOT NULL, - `petType` varchar(64) NOT NULL, - `petDOB` date NOT NULL, - `ownerLastName` varchar(64) NOT NULL, - `ownerFirstName` varchar(64) NOT NULL, - `ownerPhone1` int(12) NOT NULL, - `ownerPhone2` int(12) NOT NULL, - `ownerEmail` varchar(64) NOT NULL, - ); - -The above table is not in First normal Form as no primary key exists. Primary key -is supposed to be (`petName`,`ownerLastName`,`ownerFirstName`) . If the primary key -is chosen as suggested the resultant table won't be in Second as well as Third Normal -form as the following dependencies exists. - -.. code-block:: mysql - - (OwnerLastName, OwnerFirstName) -> OwnerEmail - (OwnerLastName, OwnerFirstName) -> OwnerPhone - PetBreed -> PetType - -Which says, OwnerEmail depends on OwnerLastName and OwnerFirstName. -OwnerPhone depends on OwnerLastName and OwnerFirstName. -PetType depends on PetBreed. - -.. _faqproject: - -phpMyAdmin project -++++++++++++++++++ - -.. _faq7_1: - -7.1 I have found a bug. How do I inform developers? ---------------------------------------------------- - -Our Bug Tracker is located at under the -Bugs section. But please first discuss your bug with other users: - - -.. _faq7_2: - -7.2 I want to translate the messages to a new language or upgrade an existing language, where do I start? ---------------------------------------------------------------------------------------------------------- - -Translations are very welcome and all you need to have are the -language skills. The easiest way is to use our `online translation -service `_. You can check -out all the possibilities to translate in the `translate section on -our website `_. - -.. _faq7_3: - -7.3 I would like to help out with the development of phpMyAdmin. How should I proceed? --------------------------------------------------------------------------------------- - -We welcome every contribution to the development of phpMyAdmin. You -can check out all the possibilities to contribute in the `contribute -section on our website -`_. - -.. seealso:: :ref:`developers` - -.. _faqsecurity: - -Security -++++++++ - -.. _faq8_1: - -8.1 Where can I get information about the security alerts issued for phpMyAdmin? --------------------------------------------------------------------------------- - -Please refer to . - -.. _faq8_2: - -8.2 How can I protect phpMyAdmin against brute force attacks? -------------------------------------------------------------- - -If you use Apache web server, phpMyAdmin exports information about -authentication to the Apache environment and it can be used in Apache -logs. Currently there are two variables available: - - -``userID`` - User name of currently active user (he does not have to be logged in). -``userStatus`` - Status of currently active user, one of ``ok`` (user is logged in), - ``mysql-denied`` (MySQL denied user login), ``allow-denied`` (user denied - by allow/deny rules), ``root-denied`` (root is denied in configuration), - ``empty-denied`` (empty password is denied). - -``LogFormat`` directive for Apache can look like following: - -.. code-block:: apache - - LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %{userID}n %{userStatus}n" pma_combined - -You can then use any log analyzing tools to detect possible break-in -attempts. - -.. _faqsynchronization: - -Synchronization -+++++++++++++++ - -.. _faq9_1: - -9.1 (withdrawn). ----------------- - -.. _faq9_2: - -9.2 (withdrawn). ----------------- - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/glossary.rst b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/glossary.rst deleted file mode 100644 index 3062d0dc..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/glossary.rst +++ /dev/null @@ -1,399 +0,0 @@ -.. _glossary: - -Glossary -======== - -From Wikipedia, the free encyclopedia - -.. glossary:: - - .htaccess - the default name of Apache's directory-level configuration file. - - .. seealso:: - - ACL - Access Contol List - - Blowfish - a keyed, symmetric block cipher, designed in 1993 by Bruce Schneier. - - .. seealso:: - - Browser - a software application that enables a user to display and interact with text, images, and other information typically located on a web page at a website on the World Wide Web. - - .. seealso:: - - bzip2 - a free software/open source data compression algorithm and program developed by Julian Seward. - - .. seealso:: - - CGI - Common Gateway Interface is an important World Wide Web technology that - enables a client web browser to request data from a program executed on - the Web server. - - .. seealso:: - - Changelog - a log or record of changes made to a project. - - .. seealso:: - - Client - a computer system that accesses a (remote) service on another computer by some kind of network. - - .. seealso:: - - column - a set of data values of a particular simple type, one for each row of the table. - - .. seealso:: - - Cookie - a packet of information sent by a server to a World Wide Web browser and then sent back by the browser each time it accesses that server. - - .. seealso:: - - CSV - Comma- separated values - - .. seealso:: - - DB - look at :term:`database` - - database - an organized collection of data. - - .. seealso:: - - Engine - look at :term:`storage engines` - - extension - a PHP module that extends PHP with additional functionality. - - .. seealso:: - - FAQ - Frequently Asked Questions is a list of commonly asked question and there - answers. - - .. seealso:: - - Field - one part of divided data/columns. - - .. seealso:: - - foreign key - a column or group of columns in a database row that point to a key column - or group of columns forming a key of another database row in some - (usually different) table. - - .. seealso:: - - FPDF - the free :term:`PDF` library - - .. seealso:: - - GD - Graphics Library by Thomas Boutell and others for dynamically manipulating images. - - .. seealso:: - - GD2 - look at :term:`gd` - - gzip - gzip is short for GNU zip, a GNU free software file compression program. - - .. seealso:: - - host - any machine connected to a computer network, a node that has a hostname. - - .. seealso:: - - hostname - the unique name by which a network attached device is known on a network. - - .. seealso:: - - HTTP - HyperText Transfer Protocol is the primary method used to transfer or - convey information on the World Wide Web. - - .. seealso:: - - https - a :term:`HTTP`-connection with additional security measures. - - .. seealso:: - - IEC - International Electrotechnical Commission - - IIS - Internet Information Services is a set of Internet-based services for - servers using Microsoft Windows. - - .. seealso:: - - Index - a feature that allows quick access to the rows in a table. - - .. seealso:: - - IP - Internet Protocol is a data-oriented protocol used by source and - destination hosts for communicating data across a packet-switched - internetwork. - - .. seealso:: - - IP Address - a unique number that devices use in order to identify and communicate with each other on a network utilizing the Internet Protocol standard. - - .. seealso:: - - IPv6 - IPv6 (Internet Protocol version 6) is the latest revision of the - Internet Protocol (:term:`IP`), designed to deal with the - long-anticipated problem of its precedessor IPv4 running out of addresses. - - .. seealso:: - - ISAPI - Internet Server Application Programming Interface is the API of Internet Information Services (IIS). - - .. seealso:: - - ISP - Internet service provider is a business or organization that offers users - access to the Internet and related services. - - .. seealso:: - - ISO - International Standards Organisation - - JPEG - a most commonly used standard method of lossy compression for photographic images. - - .. seealso:: - - JPG - look at :term:`jpeg` - - Key - look at :term:`index` - - LATEX - a document preparation system for the TEX typesetting program. - - .. seealso:: - - Mac - Apple Macintosh is line of personal computers is designed, developed, manufactured, and marketed by Apple Computer. - - .. seealso:: - - Mac OS X - the operating system which is included with all currently shipping Apple Macintosh computers in the consumer and professional markets. - - .. seealso:: - - MCrypt - a cryptographic library. - - .. seealso:: - - mcrypt - the MCrypt PHP extension. - - .. seealso:: - - MIME - Multipurpose Internet Mail Extensions is - an Internet Standard for the format of e-mail. - - .. seealso:: - - module - some sort of extension for the Apache Webserver. - - .. seealso:: - - MySQL - a multithreaded, multi-user, SQL (Structured Query Language) Database Management System (DBMS). - - .. seealso:: - - mysqli - the improved MySQL client PHP extension. - - .. seealso:: - - mysql - the MySQL client PHP extension. - - .. seealso:: - - OpenDocument - open standard for office documents. - - .. seealso:: - - OS X - look at :term:`Mac OS X`. - - .. seealso:: - - PDF - Portable Document Format is a file format developed by Adobe Systems for - representing two dimensional documents in a device independent and - resolution independent format. - - .. seealso:: - - PEAR - the PHP Extension and Application Repository. - - .. seealso:: - - PCRE - Perl Compatible Regular Expressions is the perl-compatible regular - expression functions for PHP - - .. seealso:: - - PHP - short for "PHP: Hypertext Preprocessor", is an open-source, reflective - programming language used mainly for developing server-side applications - and dynamic web content, and more recently, a broader range of software - applications. - - .. seealso:: - - port - a connection through which data is sent and received. - - .. seealso:: - - RFC - Request for Comments (RFC) documents are a series of memoranda - encompassing new research, innovations, and methodologies applicable to - Internet technologies. - - .. seealso:: - - RFC 1952 - GZIP file format specification version 4.3 - - .. seealso:: :rfc:`1952` - - Row (record, tuple) - represents a single, implicitly structured data item in a table. - - .. seealso:: - - Server - a computer system that provides services to other computing systems over a network. - - .. seealso:: - - Storage Engines - handlers for different table types - - .. seealso:: - - socket - a form of inter-process communication. - - .. seealso:: - - SSL - Secure Sockets Layer is a cryptographic protocol which provides secure - communication on the Internet. - - .. seealso:: - - Stored procedure - a subroutine available to applications accessing a relational database system - - .. seealso:: - - SQL - Structured Query Language - - .. seealso:: - - table - a set of data elements (cells) that is organized, defined and stored as - horizontal rows and vertical columns where each item can be uniquely - identified by a label or key or by it?s position in relation to other - items. - - .. seealso:: - - tar - a type of archive file format: the Tape ARchive format. - - .. seealso:: - - TCP - Transmission Control Protocol is one of the core protocols of the - Internet protocol suite. - - .. seealso:: - - TCPDF - Rewrite of :term:`UFPDF` with various improvements. - - .. seealso:: - - trigger - a procedural code that is automatically executed in response to certain events on a particular table or view in a database - - .. seealso:: - - UFPDF - Unicode/UTF-8 extension for :term:`FPDF` - - .. seealso:: - - URL - Uniform Resource Locator is a sequence of characters, conforming to a - standardized format, that is used for referring to resources, such as - documents and images on the Internet, by their location. - - .. seealso:: - - Webserver - A computer (program) that is responsible for accepting HTTP requests from clients and serving them Web pages. - - .. seealso:: - - XML - Extensible Markup Language is a W3C-recommended general- purpose markup - language for creating special-purpose markup languages, capable of - describing many different kinds of data. - - .. seealso:: - - ZIP - a popular data compression and archival format. - - .. seealso:: - - zlib - an open-source, cross- platform data compression library by Jean-loup Gailly and Mark Adler. - - .. seealso:: - - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/.buildinfo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/.buildinfo deleted file mode 100644 index ad1a694f..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/.buildinfo +++ /dev/null @@ -1,4 +0,0 @@ -# Sphinx build info version 1 -# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 48132e5c8669af439ab5d63e8a0e08cb -tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/config.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/config.txt deleted file mode 100644 index 6d81f63c..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/config.txt +++ /dev/null @@ -1,2795 +0,0 @@ -.. index:: config.inc.php - -.. _config: - -Configuration -============= - -Almost all configurable data is placed in :file:`config.inc.php`. If this file -does not exist, please refer to the :ref:`setup` section to create one. This -file only needs to contain the parameters you want to change from their -corresponding default value in :file:`libraries/config.default.php`. - -If a directive is missing from your file, you can just add another line with -the file. This file is for over-writing the defaults; if you wish to use the -default value there's no need to add a line here. - -The parameters which relate to design (like colors) are placed in -:file:`themes/themename/layout.inc.php`. You might also want to create -:file:`config.footer.inc.php` and :file:`config.header.inc.php` files to add -your site specific code to be included on start and end of each page. - -.. note:: - - Some distributions (eg. Debian or Ubuntu) store :file:`config.inc.php` in - ``/etc/phpmyadmin`` instead of within phpMyAdmin sources. - -.. warning:: - - :term:`Mac` users should note that if you are on a version before - :term:`Mac OS X`, PHP does not seem to - like :term:`Mac` end of lines character (``\r``). So - ensure you choose the option that allows to use the \*nix end of line - character (``\n``) in your text editor before saving a script you have - modified. - -Basic settings --------------- - -.. config:option:: $cfg['PmaAbsoluteUri'] - - :type: string - :default: ``''`` - - Sets here the complete :term:`URL` (with full path) to your phpMyAdmin - installation's directory. E.g. - ``http://www.example.net/path_to_your_phpMyAdmin_directory/``. Note also - that the :term:`URL` on most of web servers are case–sensitive. Don’t - forget the trailing slash at the end. - - Starting with version 2.3.0, it is advisable to try leaving this blank. In - most cases phpMyAdmin automatically detects the proper setting. Users of - port forwarding will need to set :config:option:`$cfg['PmaAbsoluteUri']` - (`more info `_). - - A good test is to browse a table, edit a row and save it. There should be - an error message if phpMyAdmin is having trouble auto–detecting the correct - value. If you get an error that this must be set or if the autodetect code - fails to detect your path, please post a bug report on our bug tracker so - we can improve the code. - - .. seealso:: :ref:`faq1_40` - -.. config:option:: $cfg['PmaNoRelation_DisableWarning'] - - :type: boolean - :default: false - - Starting with version 2.3.0 phpMyAdmin offers a lot of features to - work with master / foreign – tables (see :config:option:`$cfg['Servers'][$i]['pmadb']`). - - If you tried to set this - up and it does not work for you, have a look on the :guilabel:`Structure` page - of one database where you would like to use it. You will find a link - that will analyze why those features have been disabled. - - If you do not want to use those features set this variable to ``true`` to - stop this message from appearing. - -.. config:option:: $cfg['SuhosinDisableWarning'] - - :type: boolean - :default: false - - A warning is displayed on the main page if Suhosin is detected. - - You can set this parameter to ``true`` to stop this message from appearing. - -.. config:option:: $cfg['LoginCookieValidityDisableWarning'] - - :type: boolean - :default: false - - A warning is displayed on the main page if the PHP parameter - session.gc_maxlifetime is lower than cookie validity configured in phpMyAdmin. - - You can set this parameter to ``true`` to stop this message from appearing. - -.. config:option:: $cfg['ServerLibraryDifference_DisableWarning'] - - :type: boolean - :default: false - - A warning is displayed on the main page if there is a difference - between the MySQL library and server version. - - You can set this parameter to ``true`` to stop this message from appearing. - -.. config:option:: $cfg['ReservedWordDisableWarning'] - - :type: boolean - :default: false - - This warning is displayed on the Structure page of a table if one or more - column names match with words which are MySQL reserved. - - If you want to turn off this warning, you can set it to ``true`` and - warning will no longer be displayed. - -.. config:option:: $cfg['TranslationWarningThreshold'] - - :type: integer - :default: 80 - - Show warning about incomplete translations on certain threshold. - -.. config:option:: $cfg['SendErrorReports'] - - :type: string - :default: ``'ask'`` - - Sets the default behavior for JavaScript error reporting. - - Whenever an error is detected in the JavaScript execution, an error report - may be sent to the phpMyAdmin team if the user agrees. - - The default setting of ``'ask'`` will ask the user everytime there is a new - error report. However you can set this parameter to ``'always'`` to send error - reports without asking for confirmation or you can set it to ``'never'`` to - never send error reports. - - This directive is available both in the configuration file and in users - preferences. If the person in charge of a multi-user installation prefers - to disable this feature for all users, a value of ``'never'`` should be - set, and the :config:option:`$cfg['UserprefsDisallow']` directive should - contain ``'SendErrorReports'`` in one of its array values. - -.. config:option:: $cfg['AllowThirdPartyFraming'] - - :type: boolean - :default: false - - Setting this to ``true`` allows phpMyAdmin to be included inside a frame, - and is a potential security hole allowing cross-frame scripting attacks or - clickjacking. - -Server connection settings --------------------------- - -.. config:option:: $cfg['Servers'] - - :type: array - :default: one server array with settings listed bellow - - Since version 1.4.2, phpMyAdmin supports the administration of multiple - MySQL servers. Therefore, a :config:option:`$cfg['Servers']`-array has been - added which contains the login information for the different servers. The - first :config:option:`$cfg['Servers'][$i]['host']` contains the hostname of - the first server, the second :config:option:`$cfg['Servers'][$i]['host']` - the hostname of the second server, etc. In - :file:`libraries/config.default.php`, there is only one section for server - definition, however you can put as many as you need in - :file:`config.inc.php`, copy that block or needed parts (you don't have to - define all settings, just those you need to change). - - .. note:: - - The :config:option:`$cfg['Servers']` array starts with - $cfg['Servers'][1]. Do not use $cfg['Servers'][0]. If you want more - than one server, just copy following section (including $i - incrementation) serveral times. There is no need to define full server - array, just define values you need to change. - - -.. config:option:: $cfg['Servers'][$i]['host'] - - :type: string - :default: ``'localhost'`` - - The hostname or :term:`IP` address of your $i-th MySQL-server. E.g. - ``localhost``. - - Possible values are: - - * hostname, e.g., ``'localhost'`` or ``'mydb.example.org'`` - * IP address, e.g., ``'127.0.0.1'`` or ``'192.168.10.1'`` - * dot - ``'.'``, i.e., use named pipes on windows systems - * empty - ``''``, disables this server - - .. note:: - - phpMyAdmin supports connecting to MySQL servers reachable via IPv6 only. - To connect to an IPv6 MySQL server, enter its IPv6 address in this field. - -.. config:option:: $cfg['Servers'][$i]['port'] - - :type: string - :default: ``''`` - - The port-number of your $i-th MySQL-server. Default is 3306 (leave - blank). - - .. note:: - - If you use ``localhost`` as the hostname, MySQL ignores this port number - and connects with the socket, so if you want to connect to a port - different from the default port, use ``127.0.0.1`` or the real hostname - in :config:option:`$cfg['Servers'][$i]['host']`. - -.. config:option:: $cfg['Servers'][$i]['socket'] - - :type: string - :default: ``''`` - - The path to the socket to use. Leave blank for default. To determine - the correct socket, check your MySQL configuration or, using the - :command:`mysql` command–line client, issue the ``status`` command. Among the - resulting information displayed will be the socket used. - -.. config:option:: $cfg['Servers'][$i]['ssl'] - - :type: boolean - :default: false - - Whether to enable SSL for the connection between phpMyAdmin and the MySQL server. - - When using the ``'mysql'`` extension, - none of the remaining ``'ssl...'`` configuration options apply. - - We strongly recommend the ``'mysqli'`` extension when using this option. - -.. config:option:: $cfg['Servers'][$i]['ssl_key'] - - :type: string - :default: NULL - - Path to the key file when using SSL for connecting to the MySQL server. - - For example: - - .. code-block:: php - - $cfg['Servers'][$i]['ssl_key'] = '/etc/mysql/server-key.pem'; - -.. config:option:: $cfg['Servers'][$i]['ssl_cert'] - - :type: string - :default: NULL - - Path to the cert file when using SSL for connecting to the MySQL server. - -.. config:option:: $cfg['Servers'][$i]['ssl_ca'] - - :type: string - :default: NULL - - Path to the CA file when using SSL for connecting to the MySQL server. - -.. config:option:: $cfg['Servers'][$i]['ssl_ca_path'] - - :type: string - :default: NULL - - Directory containing trusted SSL CA certificates in PEM format. - -.. config:option:: $cfg['Servers'][$i]['ssl_ciphers'] - - :type: string - :default: NULL - - List of allowable ciphers for SSL connections to the MySQL server. - -.. config:option:: $cfg['Servers'][$i]['connect_type'] - - :type: string - :default: ``'tcp'`` - - What type connection to use with the MySQL server. Your options are - ``'socket'`` and ``'tcp'``. It defaults to tcp as that is nearly guaranteed - to be available on all MySQL servers, while sockets are not supported on - some platforms. To use the socket mode, your MySQL server must be on the - same machine as the Web server. - -.. config:option:: $cfg['Servers'][$i]['compress'] - - :type: boolean - :default: false - - Whether to use a compressed protocol for the MySQL server connection - or not (experimental). - -.. _controlhost: -.. config:option:: $cfg['Servers'][$i]['controlhost'] - - :type: string - :default: ``''`` - - Permits to use an alternate host to hold the configuration storage - data. - -.. _controlport: -.. config:option:: $cfg['Servers'][$i]['controlport'] - - :type: string - :default: ``''`` - - Permits to use an alternate port to connect to the host that - holds the configuration storage. - -.. _controluser: -.. config:option:: $cfg['Servers'][$i]['controluser'] - - :type: string - :default: ``''`` - -.. config:option:: $cfg['Servers'][$i]['controlpass'] - - :type: string - :default: ``''`` - - This special account is used for 2 distinct purposes: to make possible all - relational features (see :config:option:`$cfg['Servers'][$i]['pmadb']`). - - .. versionchanged:: 2.2.5 - those were called ``stduser`` and ``stdpass`` - - .. seealso:: :ref:`setup`, :ref:`authentication_modes`, :ref:`linked-tables` - -.. config:option:: $cfg['Servers'][$i]['auth_type'] - - :type: string - :default: ``'cookie'`` - - Whether config or cookie or :term:`HTTP` or signon authentication should be - used for this server. - - * 'config' authentication (``$auth_type = 'config'``) is the plain old - way: username and password are stored in :file:`config.inc.php`. - * 'cookie' authentication mode (``$auth_type = 'cookie'``) allows you to - log in as any valid MySQL user with the help of cookies. - * 'http' authentication allows you to log in as any - valid MySQL user via HTTP-Auth. - * 'signon' authentication mode (``$auth_type = 'signon'``) allows you to - log in from prepared PHP session data or using supplied PHP script. - - .. seealso:: :ref:`authentication_modes` - -.. _servers_auth_http_realm: -.. config:option:: $cfg['Servers'][$i]['auth_http_realm'] - - :type: string - :default: ``''`` - - When using auth\_type = ``http``, this field allows to define a custom - :term:`HTTP` Basic Auth Realm which will be displayed to the user. If not - explicitly specified in your configuration, a string combined of - "phpMyAdmin " and either :config:option:`$cfg['Servers'][$i]['verbose']` or - :config:option:`$cfg['Servers'][$i]['host']` will be used. - -.. _servers_auth_swekey_config: -.. config:option:: $cfg['Servers'][$i]['auth_swekey_config'] - - :type: string - :default: ``''`` - - The name of the file containing :ref:`swekey` ids and login names for hardware - authentication. Leave empty to deactivate this feature. - -.. _servers_user: -.. config:option:: $cfg['Servers'][$i]['user'] - - :type: string - :default: ``'root'`` - -.. config:option:: $cfg['Servers'][$i]['password'] - - :type: string - :default: ``''`` - - When using :config:option:`$cfg['Servers'][$i]['auth_type']` set to - 'config', this is the user/password-pair which phpMyAdmin will use to - connect to the MySQL server. This user/password pair is not needed when - :term:`HTTP` or cookie authentication is used - and should be empty. - -.. _servers_nopassword: -.. config:option:: $cfg['Servers'][$i]['nopassword'] - - :type: boolean - :default: false - - Allow attempt to log in without password when a login with password - fails. This can be used together with http authentication, when - authentication is done some other way and phpMyAdmin gets user name - from auth and uses empty password for connecting to MySQL. Password - login is still tried first, but as fallback, no password method is - tried. - -.. _servers_only_db: -.. config:option:: $cfg['Servers'][$i]['only_db'] - - :type: string or array - :default: ``''`` - - If set to a (an array of) database name(s), only this (these) - database(s) will be shown to the user. Since phpMyAdmin 2.2.1, - this/these database(s) name(s) may contain MySQL wildcards characters - ("\_" and "%"): if you want to use literal instances of these - characters, escape them (I.E. use ``'my\_db'`` and not ``'my_db'``). - - This setting is an efficient way to lower the server load since the - latter does not need to send MySQL requests to build the available - database list. But **it does not replace the privileges rules of the - MySQL database server**. If set, it just means only these databases - will be displayed but **not that all other databases can't be used.** - - An example of using more that one database: - - .. code-block:: php - - $cfg['Servers'][$i]['only_db'] = array('db1', 'db2'); - - .. versionchanged:: 4.0.0 - Previous versions permitted to specify the display order of - the database names via this directive. - -.. config:option:: $cfg['Servers'][$i]['hide_db'] - - :type: string - :default: ``''`` - - Regular expression for hiding some databases from unprivileged users. - This only hides them from listing, but a user is still able to access - them (using, for example, the SQL query area). To limit access, use - the MySQL privilege system. For example, to hide all databases - starting with the letter "a", use - - .. code-block:: php - - $cfg['Servers'][$i]['hide_db'] = '^a'; - - and to hide both "db1" and "db2" use - - .. code-block:: php - - $cfg['Servers'][$i]['hide_db'] = '^(db1|db2)$'; - - More information on regular expressions can be found in the `PCRE - pattern syntax - `_ portion - of the PHP reference manual. - -.. config:option:: $cfg['Servers'][$i]['verbose'] - - :type: string - :default: ``''`` - - Only useful when using phpMyAdmin with multiple server entries. If - set, this string will be displayed instead of the hostname in the - pull-down menu on the main page. This can be useful if you want to - show only certain databases on your system, for example. For HTTP - auth, all non-US-ASCII characters will be stripped. - -.. config:option:: $cfg['Servers'][$i]['pmadb'] - - :type: string - :default: ``''`` - - The name of the database containing the phpMyAdmin configuration - storage. - - See the :ref:`linked-tables` section in this document to see the benefits of - this feature, and for a quick way of creating this database and the needed - tables. - - If you are the only user of this phpMyAdmin installation, you can use your - current database to store those special tables; in this case, just put your - current database name in :config:option:`$cfg['Servers'][$i]['pmadb']`. For a - multi-user installation, set this parameter to the name of your central - database containing the phpMyAdmin configuration storage. - -.. _bookmark: -.. config:option:: $cfg['Servers'][$i]['bookmarktable'] - - :type: string - :default: ``''`` - - Since release 2.2.0 phpMyAdmin allows users to bookmark queries. This - can be useful for queries you often run. To allow the usage of this - functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * enter the table name in :config:option:`$cfg['Servers'][$i]['bookmarktable']` - - -.. _relation: -.. config:option:: $cfg['Servers'][$i]['relation'] - - :type: string - :default: ``''`` - - Since release 2.2.4 you can describe, in a special 'relation' table, - which column is a key in another table (a foreign key). phpMyAdmin - currently uses this to: - - * make clickable, when you browse the master table, the data values that - point to the foreign table; - * display in an optional tool-tip the "display column" when browsing the - master table, if you move the mouse to a column containing a foreign - key (use also the 'table\_info' table); (see :ref:`faqdisplay`) - * in edit/insert mode, display a drop-down list of possible foreign keys - (key value and "display column" are shown) (see :ref:`faq6_21`) - * display links on the table properties page, to check referential - integrity (display missing foreign keys) for each described key; - * in query-by-example, create automatic joins (see :ref:`faq6_6`) - * enable you to get a :term:`PDF` schema of - your database (also uses the table\_coords table). - - The keys can be numeric or character. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the relation table name in :config:option:`$cfg['Servers'][$i]['relation']` - * now as normal user open phpMyAdmin and for each one of your tables - where you want to use this feature, click :guilabel:`Structure/Relation view/` - and choose foreign columns. - - .. note:: - - In the current version, ``master_db`` must be the same as ``foreign_db``. - Those columns have been put in future development of the cross-db - relations. - -.. _table_info: -.. config:option:: $cfg['Servers'][$i]['table_info'] - - :type: string - :default: ``''`` - - Since release 2.3.0 you can describe, in a special 'table\_info' - table, which column is to be displayed as a tool-tip when moving the - cursor over the corresponding key. This configuration variable will - hold the name of this special table. To allow the usage of this - functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['table\_info']` (e.g. - ``pma__table_info``) - * then for each table where you want to use this feature, click - "Structure/Relation view/Choose column to display" to choose the - column. - - .. seealso:: :ref:`faqdisplay` - -.. _table_coords: -.. config:option:: $cfg['Servers'][$i]['table_coords'] - - :type: string - :default: ``''`` - -.. config:option:: $cfg['Servers'][$i]['pdf_pages'] - - :type: string - :default: ``''`` - - Since release 2.3.0 you can have phpMyAdmin create :term:`PDF` pages - showing the relations between your tables. Further, the designer interface - permits visually managing the relations. To do this it needs two tables - "pdf\_pages" (storing information about the available :term:`PDF` pages) - and "table\_coords" (storing coordinates where each table will be placed on - a :term:`PDF` schema output). You must be using the "relation" feature. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the correct table names in - :config:option:`$cfg['Servers'][$i]['table\_coords']` and - :config:option:`$cfg['Servers'][$i]['pdf\_pages']` - - .. seealso:: :ref:`faqpdf`. - -.. _col_com: -.. config:option:: $cfg['Servers'][$i]['column_info'] - - :type: string - :default: ``''`` - - This part requires a content update! Since release 2.3.0 you can - store comments to describe each column for each table. These will then - be shown on the "printview". - - Starting with release 2.5.0, comments are consequently used on the table - property pages and table browse view, showing up as tool-tips above the - column name (properties page) or embedded within the header of table in - browse view. They can also be shown in a table dump. Please see the - relevant configuration directives later on. - - Also new in release 2.5.0 is a MIME- transformation system which is also - based on the following table structure. See :ref:`transformations` for - further information. To use the MIME- transformation system, your - column\_info table has to have the three new columns 'mimetype', - 'transformation', 'transformation\_options'. - - Starting with release 4.3.0, a new input-oriented transformation system - has been introduced. Also, backward compatibility code used in the old - transformations system was removed. As a result, an update to column\_info - table is necessary for previous transformations and the new input-oriented - transformation system to work. phpMyAdmin will upgrade it automatically - for you by analyzing your current column\_info table structure. - However, if something goes wrong with the auto-upgrade then you can - use the SQL script found in ``./sql/upgrade_column_info_4_3_0+.sql`` - to upgrade it manually. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['column\_info']` (e.g. - ``pma__column_info``) - * to update your PRE-2.5.0 Column\_comments table use this: and - remember that the Variable in :file:`config.inc.php` has been renamed from - :config:option:`$cfg['Servers'][$i]['column\_comments']` to - :config:option:`$cfg['Servers'][$i]['column\_info']` - - .. code-block:: mysql - - ALTER TABLE `pma__column_comments` - ADD `mimetype` VARCHAR( 255 ) NOT NULL, - ADD `transformation` VARCHAR( 255 ) NOT NULL, - ADD `transformation_options` VARCHAR( 255 ) NOT NULL; - * to update your PRE-4.3.0 Column\_info table manually use this - ``./sql/upgrade_column_info_4_3_0+.sql`` SQL script. - - .. note:: - - For auto-upgrade functionality to work, your - ``$cfg['Servers'][$i]['controluser']`` must have ALTER privilege on - ``phpmyadmin`` database. See the `MySQL documentation for GRANT - `_ on how to - ``GRANT`` privileges to a user. - -.. _history: -.. config:option:: $cfg['Servers'][$i]['history'] - - :type: string - :default: ``''`` - - Since release 2.5.0 you can store your :term:`SQL` history, which means all - queries you entered manually into the phpMyAdmin interface. If you don't - want to use a table-based history, you can use the JavaScript-based - history. - - Using that, all your history items are deleted when closing the window. - Using :config:option:`$cfg['QueryHistoryMax']` you can specify an amount of - history items you want to have on hold. On every login, this list gets cut - to the maximum amount. - - The query history is only available if JavaScript is enabled in - your browser. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['history']` (e.g. - ``pma__history``) - -.. _recent: -.. config:option:: $cfg['Servers'][$i]['recent'] - - :type: string - :default: ``''`` - - Since release 3.5.0 you can show recently used tables in the - navigation panel. It helps you to jump across table directly, without - the need to select the database, and then select the table. Using - :config:option:`$cfg['NumRecentTables']` you can configure the maximum number - of recent tables shown. When you select a table from the list, it will jump to - the page specified in :config:option:`$cfg['NavigationTreeDefaultTabTable']`. - - - Without configuring the storage, you can still access the recently used tables, - but it will disappear after you logout. - - To allow the usage of this functionality persistently: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['recent']` (e.g. - ``pma__recent``) - -.. _table_uiprefs: -.. config:option:: $cfg['Servers'][$i]['table_uiprefs'] - - :type: string - :default: ``''`` - - Since release 3.5.0 phpMyAdmin can be configured to remember several - things (sorted column :config:option:`$cfg['RememberSorting']`, column order, - and column visibility from a database table) for browsing tables. Without - configuring the storage, these features still can be used, but the values will - disappear after you logout. - - To allow the usage of these functionality persistently: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['table\_uiprefs']` (e.g. - ``pma__table_uiprefs``) - -.. _configurablemenus: -.. config:option:: $cfg['Servers'][$i]['users'] - - :type: string - :default: ``''`` - -.. config:option:: $cfg['Servers'][$i]['usergroups'] - - :type: string - :default: ``''`` - - Since release 4.1.0 you can create different user groups with menu items - attached to them. Users can be assigned to these groups and the logged in - user would only see menu items configured to the usergroup he is assigned to. - To do this it needs two tables "usergroups" (storing allowed menu items for each - user group) and "users" (storing users and their assignments to user groups). - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the correct table names in - :config:option:`$cfg['Servers'][$i]['users']` (e.g. ``pma__users``) and - :config:option:`$cfg['Servers'][$i]['usergroups']` (e.g. ``pma__usergroups``) - -.. _navigationhiding: -.. config:option:: $cfg['Servers'][$i]['navigationhiding'] - - :type: string - :default: ``''`` - - Since release 4.1.0 you can hide/show items in the navigation tree. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['navigationhiding']` (e.g. - ``pma__navigationhiding``) - -.. _central_columns: -.. config:option:: $cfg['Servers'][$i]['central_columns'] - - :type: string - :default: ``''`` - - Since release 4.3.0 you can have a central list of columns per database. - You can add/remove columns to the list as per your requirement. These columns - in the central list will be available to use while you create a new column for - a table or create a table itself. You can select a column from central list - while creating a new column, it will save you from writing the same column definition - over again or from writing different names for similar column. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['central_columns']` (e.g. - ``pma__central_columns``) - -.. _savedsearches: -.. config:option:: $cfg['Servers'][$i]['savedsearches'] - - :type: string - :default: ``''`` - - Since release 4.2.0 you can save and load query-by-example searches from the Database > Query panel. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['savedsearches']` (e.g. - ``pma__savedsearches``) - -.. _tracking: -.. config:option:: $cfg['Servers'][$i]['tracking'] - - :type: string - :default: ``''`` - - Since release 3.3.x a tracking mechanism is available. It helps you to - track every :term:`SQL` command which is - executed by phpMyAdmin. The mechanism supports logging of data - manipulation and data definition statements. After enabling it you can - create versions of tables. - - The creation of a version has two effects: - - * phpMyAdmin saves a snapshot of the table, including structure and - indexes. - * phpMyAdmin logs all commands which change the structure and/or data of - the table and links these commands with the version number. - - Of course you can view the tracked changes. On the :guilabel:`Tracking` - page a complete report is available for every version. For the report you - can use filters, for example you can get a list of statements within a date - range. When you want to filter usernames you can enter \* for all names or - you enter a list of names separated by ','. In addition you can export the - (filtered) report to a file or to a temporary database. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['tracking']` (e.g. - ``pma__tracking``) - - -.. _tracking2: -.. config:option:: $cfg['Servers'][$i]['tracking_version_auto_create'] - - :type: boolean - :default: false - - Whether the tracking mechanism creates versions for tables and views - automatically. - - If this is set to true and you create a table or view with - - * CREATE TABLE ... - * CREATE VIEW ... - - and no version exists for it, the mechanism will create a version for - you automatically. - -.. _tracking3: -.. config:option:: $cfg['Servers'][$i]['tracking_default_statements'] - - :type: string - :default: ``'CREATE TABLE,ALTER TABLE,DROP TABLE,RENAME TABLE,CREATE INDEX,DROP INDEX,INSERT,UPDATE,DELETE,TRUNCATE,REPLACE,CREATE VIEW,ALTER VIEW,DROP VIEW,CREATE DATABASE,ALTER DATABASE,DROP DATABASE'`` - - Defines the list of statements the auto-creation uses for new - versions. - -.. _tracking4: -.. config:option:: $cfg['Servers'][$i]['tracking_add_drop_view'] - - :type: boolean - :default: true - - Whether a DROP VIEW IF EXISTS statement will be added as first line to - the log when creating a view. - -.. _tracking5: -.. config:option:: $cfg['Servers'][$i]['tracking_add_drop_table'] - - :type: boolean - :default: true - - Whether a DROP TABLE IF EXISTS statement will be added as first line - to the log when creating a table. - -.. _tracking6: -.. config:option:: $cfg['Servers'][$i]['tracking_add_drop_database'] - - :type: boolean - :default: true - - Whether a DROP DATABASE IF EXISTS statement will be added as first - line to the log when creating a database. - -.. _userconfig: -.. config:option:: $cfg['Servers'][$i]['userconfig'] - - :type: string - :default: ``''`` - - Since release 3.4.x phpMyAdmin allows users to set most preferences by - themselves and store them in the database. - - If you don't allow for storing preferences in - :config:option:`$cfg['Servers'][$i]['pmadb']`, users can still personalize - phpMyAdmin, but settings will be saved in browser's local storage, or, it - is is unavailable, until the end of session. - - To allow the usage of this functionality: - - * set up :config:option:`$cfg['Servers'][$i]['pmadb']` and the phpMyAdmin configuration storage - * put the table name in :config:option:`$cfg['Servers'][$i]['userconfig']` - -.. config:option:: $cfg['Servers'][$i]['MaxTableUiprefs'] - - :type: integer - :default: 100 - - Maximum number of rows saved in - :config:option:`$cfg['Servers'][$i]['table_uiprefs']` table. - - When tables are dropped or renamed, - :config:option:`$cfg['Servers'][$i]['table_uiprefs']` may contain invalid data - (referring to tables which no longer exist). We only keep this number of newest - rows in :config:option:`$cfg['Servers'][$i]['table_uiprefs']` and automatically - delete older rows. - -.. config:option:: $cfg['Servers'][$i]['SessionTimeZone'] - - :type: string - :default: ``''`` - - Sets the time zone used by phpMyAdmin. Leave blank to use the time zone of your - database server. Possible values are explained at - http://dev.mysql.com/doc/refman/5.7/en/time-zone-support.html - - This is useful when your database server uses a time zone which is different from the - time zone you want to use in phpMyAdmin. - -.. config:option:: $cfg['Servers'][$i]['AllowRoot'] - - :type: boolean - :default: true - - Whether to allow root access. This is just a shortcut for the - :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` below. - -.. config:option:: $cfg['Servers'][$i]['AllowNoPassword'] - - :type: boolean - :default: false - - Whether to allow logins without a password. The default value of - ``false`` for this parameter prevents unintended access to a MySQL - server with was left with an empty password for root or on which an - anonymous (blank) user is defined. - -.. _servers_allowdeny_order: -.. config:option:: $cfg['Servers'][$i]['AllowDeny']['order'] - - :type: string - :default: ``''`` - - If your rule order is empty, then :term:`IP` - authorization is disabled. - - If your rule order is set to - ``'deny,allow'`` then the system applies all deny rules followed by - allow rules. Access is allowed by default. Any client which does not - match a Deny command or does match an Allow command will be allowed - access to the server. - - If your rule order is set to ``'allow,deny'`` - then the system applies all allow rules followed by deny rules. Access - is denied by default. Any client which does not match an Allow - directive or does match a Deny directive will be denied access to the - server. - - If your rule order is set to ``'explicit'``, authorization is - performed in a similar fashion to rule order 'deny,allow', with the - added restriction that your host/username combination **must** be - listed in the *allow* rules, and not listed in the *deny* rules. This - is the **most** secure means of using Allow/Deny rules, and was - available in Apache by specifying allow and deny rules without setting - any order. - - Please also see :config:option:`$cfg['TrustedProxies']` for - detecting IP address behind proxies. - -.. _servers_allowdeny_rules: -.. config:option:: $cfg['Servers'][$i]['AllowDeny']['rules'] - - :type: array of strings - :default: array() - - The general format for the rules is as such: - - .. code-block:: none - - <'allow' | 'deny'> [from] - - If you wish to match all users, it is possible to use a ``'%'`` as a - wildcard in the *username* field. - - There are a few shortcuts you can - use in the *ipmask* field as well (please note that those containing - SERVER\_ADDRESS might not be available on all webservers): - - .. code-block:: none - - - 'all' -> 0.0.0.0/0 - 'localhost' -> 127.0.0.1/8 - 'localnetA' -> SERVER_ADDRESS/8 - 'localnetB' -> SERVER_ADDRESS/16 - 'localnetC' -> SERVER_ADDRESS/24 - - Having an empty rule list is equivalent to either using ``'allow % - from all'`` if your rule order is set to ``'deny,allow'`` or ``'deny % - from all'`` if your rule order is set to ``'allow,deny'`` or - ``'explicit'``. - - For the :term:`IP address` matching - system, the following work: - - * ``xxx.xxx.xxx.xxx`` (an exact :term:`IP address`) - * ``xxx.xxx.xxx.[yyy-zzz]`` (an :term:`IP address` range) - * ``xxx.xxx.xxx.xxx/nn`` (CIDR, Classless Inter-Domain Routing type :term:`IP` addresses) - - But the following does not work: - - * ``xxx.xxx.xxx.xx[yyy-zzz]`` (partial :term:`IP` address range) - - For :term:`IPv6` addresses, the following work: - - * ``xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx`` (an exact :term:`IPv6` address) - * ``xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:[yyyy-zzzz]`` (an :term:`IPv6` address range) - * ``xxxx:xxxx:xxxx:xxxx/nn`` (CIDR, Classless Inter-Domain Routing type :term:`IPv6` addresses) - - But the following does not work: - - * ``xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xx[yyy-zzz]`` (partial :term:`IPv6` address range) - -.. config:option:: $cfg['Servers'][$i]['DisableIS'] - - :type: boolean - :default: false - - Disable using ``INFORMATION_SCHEMA`` to retrieve information (use - ``SHOW`` commands instead), because of speed issues when many - databases are present. Currently used in some parts of the code, more - to come. - -.. config:option:: $cfg['Servers'][$i]['SignonScript'] - - :type: string - :default: ``''`` - - Name of PHP script to be sourced and executed to obtain login - credentials. This is alternative approach to session based single - signon. The script has to provide a function called - ``get_login_credentials`` which returns list of username and - password, accepting single parameter of existing username (can be - empty). See :file:`examples/signon-script.php` for an example: - - .. literalinclude:: ../examples/signon-script.php - :language: php - - .. seealso:: :ref:`auth_signon` - -.. config:option:: $cfg['Servers'][$i]['SignonSession'] - - :type: string - :default: ``''`` - - Name of session which will be used for signon authentication method. - You should use something different than ``phpMyAdmin``, because this - is session which phpMyAdmin uses internally. Takes effect only if - :config:option:`$cfg['Servers'][$i]['SignonScript']` is not configured. - - .. seealso:: :ref:`auth_signon` - -.. config:option:: $cfg['Servers'][$i]['SignonURL'] - - :type: string - :default: ``''`` - - :term:`URL` where user will be redirected - to log in for signon authentication method. Should be absolute - including protocol. - - .. seealso:: :ref:`auth_signon` - -.. config:option:: $cfg['Servers'][$i]['LogoutURL'] - - :type: string - :default: ``''`` - - :term:`URL` where user will be redirected - after logout (doesn't affect config authentication method). Should be - absolute including protocol. - -Generic settings ----------------- - -.. config:option:: $cfg['ServerDefault'] - - :type: integer - :default: 1 - - If you have more than one server configured, you can set - :config:option:`$cfg['ServerDefault']` to any one of them to autoconnect to that - server when phpMyAdmin is started, or set it to 0 to be given a list - of servers without logging in. - - If you have only one server configured, - :config:option:`$cfg['ServerDefault']` MUST be set to that server. - -.. config:option:: $cfg['VersionCheck'] - - :type: boolean - :default: true - - Enables check for latest versions using javascript on main phpMyAdmin - page. - - .. note:: - - This setting can be adjusted by your vendor. - -.. config:option:: $cfg['ProxyUrl'] - - :type: string - :default: "" - - The url of the proxy to be used when phpmyadmin needs to access the outside - internet such as when retrieving the latest version info or submitting error - reports. You need this if the server where phpMyAdmin is installed does not - have direct access to the internet. - The format is: "hostname:portnumber" - -.. config:option:: $cfg['ProxyUser'] - - :type: string - :default: "" - - The username for authenticating with the proxy. By default, no - authentication is performed. If a username is supplied, Basic - Authentication will be performed. No other types of authentication - are currently supported. - -.. config:option:: $cfg['ProxyPass'] - - :type: string - :default: "" - - The password for authenticating with the proxy. - -.. config:option:: $cfg['MaxDbList'] - - :type: integer - :default: 100 - - The maximum number of database names to be displayed in the main panel's - database list. - -.. config:option:: $cfg['MaxTableList'] - - :type: integer - :default: 250 - - The maximum number of table names to be displayed in the main panel's - list (except on the Export page). This limit is also enforced in the - navigation panel when in Light mode. - -.. config:option:: $cfg['ShowHint'] - - :type: boolean - :default: true - - Whether or not to show hints (for example, hints when hovering over - table headers). - -.. config:option:: $cfg['MaxCharactersInDisplayedSQL'] - - :type: integer - :default: 1000 - - The maximum number of characters when a :term:`SQL` query is displayed. The - default limit of 1000 should be correct to avoid the display of tons of - hexadecimal codes that represent BLOBs, but some users have real - :term:`SQL` queries that are longer than 1000 characters. Also, if a - query's length exceeds this limit, this query is not saved in the history. - -.. config:option:: $cfg['PersistentConnections'] - - :type: boolean - :default: false - - Whether `persistent connections `_ should be used or not. Works with - following extensions: - - * mysql (`mysql\_pconnect `_), - * mysqli (requires PHP 5.3.0 or newer, `more information - `_). - -.. config:option:: $cfg['ForceSSL'] - - :type: boolean - :default: false - - Whether to force using https while accessing phpMyAdmin. In a reverse - proxy setup, setting this to ``true`` is not supported. - - .. note:: - - In some setups (like separate SSL proxy or load balancer) you might - have to set :config:option:`$cfg['PmaAbsoluteUri']` for correct - redirection. - -.. config:option:: $cfg['ExecTimeLimit'] - - :type: integer [number of seconds] - :default: 300 - - Set the number of seconds a script is allowed to run. If seconds is - set to zero, no time limit is imposed. This setting is used while - importing/exporting dump files but has - no effect when PHP is running in safe mode. - -.. config:option:: $cfg['SessionSavePath'] - - :type: string - :default: ``''`` - - Path for storing session data (`session\_save\_path PHP parameter - `_). - -.. config:option:: $cfg['MemoryLimit'] - - :type: string [number of bytes] - :default: ``'-1'`` - - Set the number of bytes a script is allowed to allocate. If set to - ``'-1'``, no limit is imposed. - - This setting is used while importing/exporting dump files and at some other - places in phpMyAdmin so you definitely don't want to put here a too low - value. It has no effect when PHP is running in safe mode. - - You can also use any string as in :file:`php.ini`, eg. '16M'. Ensure you - don't omit the suffix (16 means 16 bytes!) - -.. config:option:: $cfg['SkipLockedTables'] - - :type: boolean - :default: false - - Mark used tables and make it possible to show databases with locked - tables (since MySQL 3.23.30). - -.. config:option:: $cfg['ShowSQL'] - - :type: boolean - :default: true - - Defines whether :term:`SQL` queries - generated by phpMyAdmin should be displayed or not. - -.. config:option:: $cfg['RetainQueryBox'] - - :type: boolean - :default: false - - Defines whether the :term:`SQL` query box - should be kept displayed after its submission. - -.. config:option:: $cfg['CodemirrorEnable'] - - :type: boolean - :default: true - - Defines whether to use a Javascript code editor for SQL query boxes. - CodeMirror provides syntax highlighting and line numbers. However, - middle-clicking for pasting the clipboard contents in some Linux - distributions (such as Ubuntu) is not supported by all browsers. - -.. config:option:: $cfg['AllowUserDropDatabase'] - - :type: boolean - :default: false - - Defines whether normal users (non-administrator) are allowed to delete - their own database or not. If set as false, the link :guilabel:`Drop - Database` will not be shown, and even a ``DROP DATABASE mydatabase`` will - be rejected. Quite practical for :term:`ISP` 's with many customers. - - .. note:: - - This limitation of :term:`SQL` queries is not - as strict as when using MySQL privileges. This is due to nature of - :term:`SQL` queries which might be quite - complicated. So this choice should be viewed as help to avoid accidental - dropping rather than strict privilege limitation. - -.. config:option:: $cfg['Confirm'] - - :type: boolean - :default: true - - Whether a warning ("Are your really sure...") should be displayed when - you're about to lose data. - -.. config:option:: $cfg['UseDbSearch'] - - :type: boolean - :default: true - - Define whether the "search string inside database" is enabled or not. - -.. config:option:: $cfg['IgnoreMultiSubmitErrors'] - - :type: boolean - :default: false - - Define whether phpMyAdmin will continue executing a multi-query - statement if one of the queries fails. Default is to abort execution. - -Cookie authentication options ------------------------------ - -.. config:option:: $cfg['blowfish_secret'] - - :type: string - :default: ``''`` - - The "cookie" auth\_type uses AES algorithm to encrypt the password. If you - are using the "cookie" auth\_type, enter here a random passphrase of your - choice. It will be used internally by the AES algorithm: you won’t be - prompted for this passphrase. There is no maximum length for this secret. - - .. note:: - - The configuration is called blowfish_secret for historical reasons as - Blowfish algorithm was originally used to do the encryption. - - .. versionchanged:: 3.1.0 - Since version 3.1.0 phpMyAdmin can generate this on the fly, but it - makes a bit weaker security as this generated secret is stored in - session and furthermore it makes impossible to recall user name from - cookie. - -.. config:option:: $cfg['LoginCookieRecall'] - - :type: boolean - :default: true - - Define whether the previous login should be recalled or not in cookie - authentication mode. - - This is automatically disabled if you do not have - configured :config:option:`$cfg['blowfish_secret']`. - -.. config:option:: $cfg['LoginCookieValidity'] - - :type: integer [number of seconds] - :default: 1440 - - Define how long a login cookie is valid. Please note that php - configuration option `session.gc\_maxlifetime - `_ might limit session validity and if the session is lost, - the login cookie is also invalidated. So it is a good idea to set - ``session.gc_maxlifetime`` at least to the same value of - :config:option:`$cfg['LoginCookieValidity']`. - -.. config:option:: $cfg['LoginCookieStore'] - - :type: integer [number of seconds] - :default: 0 - - Define how long login cookie should be stored in browser. Default 0 - means that it will be kept for existing session. This is recommended - for not trusted environments. - -.. config:option:: $cfg['LoginCookieDeleteAll'] - - :type: boolean - :default: true - - If enabled (default), logout deletes cookies for all servers, - otherwise only for current one. Setting this to false makes it easy to - forget to log out from other server, when you are using more of them. - -.. _AllowArbitraryServer: -.. config:option:: $cfg['AllowArbitraryServer'] - - :type: boolean - :default: false - - If enabled, allows you to log in to arbitrary servers using cookie - authentication. - - .. note:: - - Please use this carefully, as this may allow users access to MySQL servers - behind the firewall where your :term:`HTTP` server is placed. - See also :config:option:`$cfg['ArbitraryServerRegexp']`. - -.. config:option:: $cfg['ArbitraryServerRegexp'] - - :type: string - :default: ``''`` - - Restricts the MySQL servers to which the user can log in when - :config:option:`$cfg['AllowArbitraryServer']` is enabled by - matching the :term:`IP` or the hostname of the MySQL server - to the given regular expression. The regular expression must be enclosed - with a delimiter character. - -.. config:option:: $cfg['CaptchaLoginPublicKey'] - - :type: string - :default: ``''`` - - The public key for the reCaptcha service that can be obtained from - http://www.google.com/recaptcha. - - reCaptcha will be then used in :ref:`cookie`. - -.. config:option:: $cfg['CaptchaLoginPrivateKey'] - - :type: string - :default: ``''`` - - The private key for the reCaptcha service that can be obtain from - http://www.google.com/recaptcha. - - reCaptcha will be then used in :ref:`cookie`. - -Navigation panel setup ----------------------- - -.. config:option:: $cfg['ShowDatabasesNavigationAsTree'] - - :type: boolean - :default: true - - In the navigation panel, replaces the database tree with a selector - -.. config:option:: $cfg['FirstLevelNavigationItems'] - - :type: integer - :default: 100 - - The number of first level databases that can be displayed on each page - of navigation tree. - -.. config:option:: $cfg['MaxNavigationItems'] - - :type: integer - :default: 50 - - The number of items (tables, columns, indexes) that can be displayed on each - page of the navigation tree. - -.. config:option:: $cfg['NavigationTreeEnableGrouping'] - - :type: boolean - :default: true - - Defines whether to group the databases based on a common prefix - in their name :config:option:`$cfg['NavigationTreeDbSeparator']`. - -.. config:option:: $cfg['NavigationTreeDbSeparator'] - - :type: string or array - :default: ``'_'`` - - The string used to separate the parts of the database name when - showing them in a tree. Alternatively you can specify more strings in - an array and all of them will be used as a separator. - -.. config:option:: $cfg['NavigationTreeTableSeparator'] - - :type: string or array - :default: ``'__'`` - - Defines a string to be used to nest table spaces. This means if you have - tables like ``first__second__third`` this will be shown as a three-level - hierarchy like: first > second > third. If set to false or empty, the - feature is disabled. NOTE: You should not use this separator at the - beginning or end of a table name or multiple times after another without - any other characters in between. - -.. config:option:: $cfg['NavigationTreeTableLevel'] - - :type: integer - :default: 1 - - Defines how many sublevels should be displayed when splitting up - tables by the above separator. - -.. config:option:: $cfg['NumRecentTables'] - - :type: integer - :default: 10 - - The maximum number of recently used tables shown in the navigation - panel. Set this to 0 (zero) to disable the listing of recent tables. - -.. config:option:: $cfg['ZeroConf'] - - :type: boolean - :default: true - - Enables Zero Configuration mode in which the user will be offered a choice to - create phpMyAdmin configuration storage in the current database - or use the existing one, if already present. - - This setting has no effect if the phpMyAdmin configuration storage database - is properly created and the related configuration directives (such as - :config:option:`$cfg['Servers'][$i]['pmadb']` and so on) are configured. - -.. config:option:: $cfg['NavigationLinkWithMainPanel'] - - :type: boolean - :default: true - - Defines whether or not to link with main panel by highlighting - the current database or table. - -.. config:option:: $cfg['NavigationDisplayLogo'] - - :type: boolean - :default: true - - Defines whether or not to display the phpMyAdmin logo at the top of - the navigation panel. - -.. config:option:: $cfg['NavigationLogoLink'] - - :type: string - :default: ``'index.php'`` - - Enter :term:`URL` where logo in the navigation panel will point to. - For use especially with self made theme which changes this. - For external :term:`URL`s, you should include URL scheme as well. - -.. config:option:: $cfg['NavigationLogoLinkWindow'] - - :type: string - :default: ``'main'`` - - Whether to open the linked page in the main window (``main``) or in a - new one (``new``). Note: use ``new`` if you are linking to - ``phpmyadmin.net``. - -.. config:option:: $cfg['NavigationTreeDisplayItemFilterMinimum'] - - :type: integer - :default: 30 - - Defines the minimum number of items (tables, views, routines and - events) to display a JavaScript filter box above the list of items in - the navigation tree. - - To disable the filter completely some high number can be used (e.g. 9999) - -.. config:option:: $cfg['NavigationTreeDisplayDbFilterMinimum'] - - :type: integer - :default: 30 - - Defines the minimum number of databases to display a JavaScript filter - box above the list of databases in the navigation tree. - - To disable the filter completely some high number can be used - (e.g. 9999) - -.. config:option:: $cfg['NavigationDisplayServers'] - - :type: boolean - :default: true - - Defines whether or not to display a server choice at the top of the - navigation panel. - -.. config:option:: $cfg['DisplayServersList'] - - :type: boolean - :default: false - - Defines whether to display this server choice as links instead of in a - drop-down. - -.. config:option:: $cfg['NavigationTreeDefaultTabTable'] - - :type: string - :default: ``'tbl_structure.php'`` - - Defines the tab displayed by default when clicking the small icon next - to each table name in the navigation panel. Possible values: - - * ``tbl_structure.php`` - * ``tbl_sql.php`` - * ``tbl_select.php`` - * ``tbl_change.php`` - * ``sql.php`` - -.. config:option:: $cfg['NavigationTreeDefaultTabTable2'] - - :type: string - :default: null - - Defines the tab displayed by default when clicking the second small icon next - to each table name in the navigation panel. Possible values: - - * ``(empty)`` - * ``tbl_structure.php`` - * ``tbl_sql.php`` - * ``tbl_select.php`` - * ``tbl_change.php`` - * ``sql.php`` - -.. config:option:: $cfg['NavigationTreeEnableExpansion'] - - :type: boolean - :default: false - - Whether to offer the possibility of tree expansion in the navigation panel. - -Main panel ----------- - -.. config:option:: $cfg['ShowStats'] - - :type: boolean - :default: true - - Defines whether or not to display space usage and statistics about - databases and tables. Note that statistics requires at least MySQL - 3.23.3 and that, at this date, MySQL doesn't return such information - for Berkeley DB tables. - -.. config:option:: $cfg['ShowServerInfo'] - - :type: boolean - :default: true - - Defines whether to display detailed server information on main page. - You can additionally hide more information by using - :config:option:`$cfg['Servers'][$i]['verbose']`. - -.. config:option:: $cfg['ShowPhpInfo'] - - :type: boolean - :default: false - -.. config:option:: $cfg['ShowChgPassword'] - - :type: boolean - :default: true - -.. config:option:: $cfg['ShowCreateDb'] - - :type: boolean - :default: true - - Defines whether to display the :guilabel:`PHP information` and - :guilabel:`Change password` links and form for creating database or not at - the starting main (right) frame. This setting does not check MySQL commands - entered directly. - - Please note that to block the usage of ``phpinfo()`` in scripts, you have to - put this in your :file:`php.ini`: - - .. code-block:: ini - - disable_functions = phpinfo() - - Also note that enabling the :guilabel:`Change password` link has no effect - with config authentication mode: because of the hard coded password value - in the configuration file, end users can't be allowed to change their - passwords. - -Database structure ------------------- - -.. config:option:: $cfg['ShowDbStructureCreation'] - - :type: boolean - :default: false - - Defines whether the database structure page (tables list) has a - "Creation" column that displays when each table was created. - -.. config:option:: $cfg['ShowDbStructureLastUpdate'] - - :type: boolean - :default: false - - Defines whether the database structure page (tables list) has a "Last - update" column that displays when each table was last updated. - -.. config:option:: $cfg['ShowDbStructureLastCheck'] - - :type: boolean - :default: false - - Defines whether the database structure page (tables list) has a "Last - check" column that displays when each table was last checked. - -.. config:option:: $cfg['HideStructureActions'] - - :type: boolean - :default: true - - Defines whether the table structure actions are hidden under a "More" - drop-down. - -Browse mode ------------ - -.. config:option:: $cfg['TableNavigationLinksMode'] - - :type: string - :default: ``'icons'`` - - Defines whether the table navigation links contain ``'icons'``, ``'text'`` - or ``'both'``. - -.. config:option:: $cfg['ActionLinksMode'] - - :type: string - :default: ``'both'`` - - If set to ``icons``, will display icons instead of text for db and table - properties links (like :guilabel:`Browse`, :guilabel:`Select`, - :guilabel:`Insert`, ...). Can be set to ``'both'`` - if you want icons AND text. When set to ``text``, will only show text. - -.. config:option:: $cfg['RowActionType'] - - :type: string - :default: ``'both'`` - - Whether to display icons or text or both icons and text in table row action - segment. Value can be either of ``'icons'``, ``'text'`` or ``'both'``. - -.. config:option:: $cfg['ShowAll'] - - :type: boolean - :default: false - - Defines whether a user should be displayed a "Show all" button in browse - mode or not in all cases. By default it is shown only on small tables (less - than 500 rows) to avoid performance issues while getting too many rows. - -.. config:option:: $cfg['MaxRows'] - - :type: integer - :default: 25 - - Number of rows displayed when browsing a result set and no LIMIT - clause is used. If the result set contains more rows, "Previous" and - "Next" links will be shown. Possible values: 25,50,100,250,500. - -.. config:option:: $cfg['Order'] - - :type: string - :default: ``'SMART'`` - - Defines whether columns are displayed in ascending (``ASC``) order, in - descending (``DESC``) order or in a "smart" (``SMART``) order - I.E. - descending order for columns of type TIME, DATE, DATETIME and - TIMESTAMP, ascending order else- by default. - -.. config:option:: $cfg['GridEditing'] - - :type: string - :default: ``'double-click'`` - - Defines which action (``double-click`` or ``click``) triggers grid - editing. Can be deactivated with the ``disabled`` value. - -.. config:option:: $cfg['RelationalDisplay'] - - :type: string - :default: ``'K'`` - - Defines the initial behavior for Options > Relational. ``K``, which - is the default, displays the key while ``D`` shows the display column. - -.. config:option:: $cfg['SaveCellsAtOnce'] - - :type: boolean - :default: false - - Defines whether or not to save all edited cells at once for grid - editing. - -Editing mode ------------- - -.. config:option:: $cfg['ProtectBinary'] - - :type: boolean or string - :default: ``'blob'`` - - Defines whether ``BLOB`` or ``BINARY`` columns are protected from - editing when browsing a table's content. Valid values are: - - * ``false`` to allow editing of all columns; - * ``'blob'`` to allow editing of all columns except ``BLOBS``; - * ``'noblob'`` to disallow editing of all columns except ``BLOBS`` (the - opposite of ``'blob'``); - * ``'all'`` to disallow editing of all ``BINARY`` or ``BLOB`` columns. - -.. config:option:: $cfg['ShowFunctionFields'] - - :type: boolean - :default: true - - Defines whether or not MySQL functions fields should be initially - displayed in edit/insert mode. Since version 2.10, the user can toggle - this setting from the interface. - -.. config:option:: $cfg['ShowFieldTypesInDataEditView'] - - :type: boolean - :default: true - - Defines whether or not type fields should be initially displayed in - edit/insert mode. The user can toggle this setting from the interface. - -.. config:option:: $cfg['InsertRows'] - - :type: integer - :default: 2 - - Defines the maximum number of concurrent entries for the Insert page. - -.. config:option:: $cfg['ForeignKeyMaxLimit'] - - :type: integer - :default: 100 - - If there are fewer items than this in the set of foreign keys, then a - drop-down box of foreign keys is presented, in the style described by - the :config:option:`$cfg['ForeignKeyDropdownOrder']` setting. - -.. config:option:: $cfg['ForeignKeyDropdownOrder'] - - :type: array - :default: array('content-id', 'id-content') - - For the foreign key drop-down fields, there are several methods of - display, offering both the key and value data. The contents of the - array should be one or both of the following strings: ``content-id``, - ``id-content``. - -Export and import settings --------------------------- - -.. config:option:: $cfg['ZipDump'] - - :type: boolean - :default: true - -.. config:option:: $cfg['GZipDump'] - - :type: boolean - :default: true - -.. config:option:: $cfg['BZipDump'] - - :type: boolean - :default: true - - Defines whether to allow the use of zip/GZip/BZip2 compression when - creating a dump file - -.. config:option:: $cfg['CompressOnFly'] - - :type: boolean - :default: true - - Defines whether to allow on the fly compression for GZip/BZip2 - compressed exports. This doesn't affect smaller dumps and allows users - to create larger dumps that won't otherwise fit in memory due to php - memory limit. Produced files contain more GZip/BZip2 headers, but all - normal programs handle this correctly. - -.. config:option:: $cfg['Export'] - - :type: array - :default: array(...) - - In this array are defined default parameters for export, names of - items are similar to texts seen on export page, so you can easily - identify what they mean. - -.. config:option:: $cfg['Export']['method'] - - :type: string - :default: ``'quick'`` - - Defines how the export form is displayed when it loads. Valid values - are: - - * ``quick`` to display the minimum number of options to configure - * ``custom`` to display every available option to configure - * ``custom-no-form`` same as ``custom`` but does not display the option - of using quick export - - - -.. config:option:: $cfg['Import'] - - :type: array - :default: array(...) - - In this array are defined default parameters for import, names of - items are similar to texts seen on import page, so you can easily - identify what they mean. - - -Tabs display settings ---------------------- - -.. config:option:: $cfg['TabsMode'] - - :type: string - :default: ``'both'`` - - Defines whether the menu tabs contain ``'icons'``, ``'text'`` or ``'both'``. - -.. config:option:: $cfg['PropertiesNumColumns'] - - :type: integer - :default: 1 - - How many columns will be utilized to display the tables on the database - property view? When setting this to a value larger than 1, the type of the - database will be omitted for more display space. - -.. config:option:: $cfg['DefaultTabServer'] - - :type: string - :default: ``'index.php'`` - - Defines the tab displayed by default on server view. Possible values: - - * ``main.php`` (recommended for multi-user setups) - * ``server_databases.php``, - * ``server_status.php`` - * ``server_variables.php`` - * ``server_privileges.php`` - -.. config:option:: $cfg['DefaultTabDatabase'] - - :type: string - :default: ``'db_structure.php'`` - - Defines the tab displayed by default on database view. Possible - values: - - * ``db_structure.php`` - * ``db_sql.php`` - * ``db_search.php``. - -.. config:option:: $cfg['DefaultTabTable'] - - :type: string - :default: ``'sql.php'`` - - Defines the tab displayed by default on table view. Possible values: - - * ``tbl_structure.php`` - * ``tbl_sql.php`` - * ``tbl_select.php`` - * ``tbl_change.php`` - * ``sql.php`` - -PDF Options ------------ - -.. config:option:: $cfg['PDFPageSizes'] - - :type: array - :default: ``array('A3', 'A4', 'A5', 'letter', 'legal')`` - - Array of possible paper sizes for creating PDF pages. - - You should never need to change this. - -.. config:option:: $cfg['PDFDefaultPageSize'] - - :type: string - :default: ``'A4'`` - - Default page size to use when creating PDF pages. Valid values are any - listed in :config:option:`$cfg['PDFPageSizes']`. - -Languages ---------- - -.. config:option:: $cfg['DefaultLang'] - - :type: string - :default: ``'en'`` - - Defines the default language to use, if not browser-defined or user- - defined. The corresponding language file needs to be in - locale/*code*/LC\_MESSAGES/phpmyadmin.mo. - -.. config:option:: $cfg['DefaultConnectionCollation'] - - :type: string - :default: ``'utf8_general_ci'`` - - Defines the default connection collation to use, if not user-defined. - See the `MySQL documentation for charsets - `_ - for list of possible values. This setting is - ignored when connected to Drizzle server. - -.. config:option:: $cfg['Lang'] - - :type: string - :default: not set - - Force language to use. The corresponding language file needs to be in - locale/*code*/LC\_MESSAGES/phpmyadmin.mo. - -.. config:option:: $cfg['FilterLanguages'] - - :type: string - :default: ``''`` - - Limit list of available languages to those matching the given regular - expression. For example if you want only Czech and English, you should - set filter to ``'^(cs|en)'``. - -.. config:option:: $cfg['RecodingEngine'] - - :type: string - :default: ``'auto'`` - - You can select here which functions will be used for character set - conversion. Possible values are: - - * auto - automatically use available one (first is tested iconv, then - recode) - * iconv - use iconv or libiconv functions - * recode - use recode\_string function - * mb - use mbstring extension - * none - disable encoding conversion - - Enabled charset conversion activates a pull-down menu in the Export - and Import pages, to choose the character set when exporting a file. - The default value in this menu comes from - :config:option:`$cfg['Export']['charset']` and :config:option:`$cfg['Import']['charset']`. - -.. config:option:: $cfg['IconvExtraParams'] - - :type: string - :default: ``'//TRANSLIT'`` - - Specify some parameters for iconv used in charset conversion. See - `iconv documentation `_ for details. By default - ``//TRANSLIT`` is used, so that invalid characters will be - transliterated. - -.. config:option:: $cfg['AvailableCharsets'] - - :type: array - :default: array(...) - - Available character sets for MySQL conversion. You can add your own - (any of supported by recode/iconv) or remove these which you don't - use. Character sets will be shown in same order as here listed, so if - you frequently use some of these move them to the top. - -Web server settings -------------------- - -.. config:option:: $cfg['OBGzip'] - - :type: string/boolean - :default: ``'auto'`` - - Defines whether to use GZip output buffering for increased speed in - :term:`HTTP` transfers. Set to - true/false for enabling/disabling. When set to 'auto' (string), - phpMyAdmin tries to enable output buffering and will automatically - disable it if your browser has some problems with buffering. IE6 with - a certain patch is known to cause data corruption when having enabled - buffering. - -.. config:option:: $cfg['TrustedProxies'] - - :type: array - :default: array() - - Lists proxies and HTTP headers which are trusted for - :config:option:`$cfg['Servers'][$i]['AllowDeny']['order']`. This list is by - default empty, you need to fill in some trusted proxy servers if you - want to use rules for IP addresses behind proxy. - - The following example specifies that phpMyAdmin should trust a - HTTP\_X\_FORWARDED\_FOR (``X -Forwarded-For``) header coming from the proxy - 1.2.3.4: - - .. code-block:: php - - $cfg['TrustedProxies'] = array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR'); - - The :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` directive uses the - client's IP address as usual. - -.. config:option:: $cfg['GD2Available'] - - :type: string - :default: ``'auto'`` - - Specifies whether GD >= 2 is available. If yes it can be used for MIME - transformations. Possible values are: - - * auto - automatically detect - * yes - GD 2 functions can be used - * no - GD 2 function cannot be used - -.. config:option:: $cfg['CheckConfigurationPermissions'] - - :type: boolean - :default: true - - We normally check the permissions on the configuration file to ensure - it's not world writable. However, phpMyAdmin could be installed on a - NTFS filesystem mounted on a non-Windows server, in which case the - permissions seems wrong but in fact cannot be detected. In this case a - sysadmin would set this parameter to ``false``. - -.. config:option:: $cfg['LinkLengthLimit'] - - :type: integer - :default: 1000 - - Limit for length of :term:`URL` in links. When length would be above this - limit, it is replaced by form with button. This is required as some web - servers (:term:`IIS`) have problems with long :term:`URL` . - -.. config:option:: $cfg['CSPAllow'] - - :type: string - :default: ``''`` - - Additional string to include in allowed script and image sources in Content - Security Policy header. - - This can be useful when you want to include some external javascript files - in :file:`config.footer.inc.php` or :file:`config.header.inc.php`, which - would be normally not allowed by Content Security Policy. - - To allow some sites, just list them within the string: - - .. code-block:: php - - $cfg['CSPAllow'] = 'example.com example.net'; - - .. versionadded:: 4.0.4 - -.. config:option:: $cfg['DisableMultiTableMaintenance'] - - :type: boolean - :default: false - - In the database Structure page, it's possible to mark some tables then - choose an operation like optimizing for many tables. This can slow - down a server; therefore, setting this to ``true`` prevents this kind - of multiple maintenance operation. - -Theme settings --------------- - -.. config:option:: $cfg['NaviWidth'] - - :type: integer - :default: - - Navigation panel width in pixels. See - :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['NaviBackground'] - - :type: string [CSS color for background] - :default: - -.. config:option:: $cfg['MainBackground'] - - :type: string [CSS color for background] - :default: - - The background styles used for both the frames. See - :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['NaviPointerBackground'] - - :type: string [CSS color for background] - :default: - -.. config:option:: $cfg['NaviPointerColor'] - - :type: string [CSS color] - :default: - - The style used for the pointer in the navigation panel. See - :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['Border'] - - :type: integer - :default: - - The size of a table's border. See :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['ThBackground'] - - :type: string [CSS color for background] - :default: - -.. config:option:: $cfg['ThColor'] - - :type: string [CSS color] - :default: - - The style used for table headers. See - :file:`themes/themename/layout.inc.php`. - -.. _cfg_BgcolorOne: -.. config:option:: $cfg['BgOne'] - - :type: string [CSS color] - :default: - - The color (HTML) #1 for table rows. See - :file:`themes/themename/layout.inc.php`. - -.. _cfg_BgcolorTwo: -.. config:option:: $cfg['BgTwo'] - - :type: string [CSS color] - :default: - - The color (HTML) #2 for table rows. See - :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['BrowsePointerBackground'] - - :type: string [CSS color] - :default: - - The background color used when hovering over a row in the Browse panel. - See :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['BrowsePointerColor'] - - :type: string [CSS color] - :default: - - The text color used when hovering over a row in the Browse panel. - Used when :config:option:`$cfg['BrowsePointerEnable']` is true. - See :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['BrowseMarkerBackground'] - - :type: string [CSS color] - :default: - - The background color used to highlight a row selected by checkbox in the Browse panel or - when a column is selected. - Used when :config:option:`$cfg['BrowsePointerEnable']` is true. - See :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['BrowseMarkerColor'] - - :type: string [CSS color] - :default: - - The color used when you visually mark a row or column in the Browse panel. - Rows can be marked by clicking the checkbox to the left of the row and columns can be - marked by clicking the column's header (outside of the header text). - See :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['FontFamily'] - - :type: string - :default: - - You put here a valid CSS font family value, for example ``arial, sans- - serif``. See :file:`themes/themename/layout.inc.php`. - -.. config:option:: $cfg['FontFamilyFixed'] - - :type: string - :default: - - You put here a valid CSS font family value, for example ``monospace``. - This one is used in textarea. See :file:`themes/themename/layout.inc.php`. - -Design customization --------------------- - -.. config:option:: $cfg['NavigationTreePointerEnable'] - - :type: boolean - :default: true - - When set to true, hovering over an item in the navigation panel causes that item to be marked - (the background is highlighted). - -.. config:option:: $cfg['BrowsePointerEnable'] - - :type: boolean - :default: true - - When set to true, hovering over a row in the Browse page causes that row to be marked (the background - is highlighted). - -.. config:option:: $cfg['BrowseMarkerEnable'] - - :type: boolean - :default: true - - When set to true, a data row is marked (the background is highlighted) when the row is selected - with the checkbox. - -.. config:option:: $cfg['LimitChars'] - - :type: integer - :default: 50 - - Maximum number of characters shown in any non-numeric field on browse - view. Can be turned off by a toggle button on the browse page. - -.. config:option:: $cfg['RowActionLinks'] - - :type: string - :default: ``'left'`` - - Defines the place where table row links (Edit, Copy, Delete) would be - put when tables contents are displayed (you may have them displayed at - the left side, right side, both sides or nowhere). - -.. config:option:: $cfg['RememberSorting'] - - :type: boolean - :default: true - - If enabled, remember the sorting of each table when browsing them. - -.. config:option:: $cfg['TablePrimaryKeyOrder'] - - :type: string - :default: ``'NONE'`` - - This defines the default sort order for the tables, having a primary key, - when there is no sort order defines externally. - Acceptable values : ['NONE', 'ASC', 'DESC'] - -.. config:option:: $cfg['ShowBrowseComments'] - - :type: boolean - :default: true - -.. config:option:: $cfg['ShowPropertyComments'] - - :type: boolean - :default: true - - By setting the corresponding variable to ``true`` you can enable the - display of column comments in Browse or Property display. In browse - mode, the comments are shown inside the header. In property mode, - comments are displayed using a CSS-formatted dashed-line below the - name of the column. The comment is shown as a tool-tip for that - column. - -Text fields ------------ - -.. config:option:: $cfg['CharEditing'] - - :type: string - :default: ``'input'`` - - Defines which type of editing controls should be used for CHAR and - VARCHAR columns. Applies to data editing and also to the default values - in structure editing. Possible values are: - - * input - this allows to limit size of text to size of columns in MySQL, - but has problems with newlines in columns - * textarea - no problems with newlines in columns, but also no length - limitations - -.. config:option:: $cfg['MinSizeForInputField'] - - :type: integer - :default: 4 - - Defines the minimum size for input fields generated for CHAR and - VARCHAR columns. - -.. config:option:: $cfg['MaxSizeForInputField'] - - :type: integer - :default: 60 - - Defines the maximum size for input fields generated for CHAR and - VARCHAR columns. - -.. config:option:: $cfg['TextareaCols'] - - :type: integer - :default: 40 - -.. config:option:: $cfg['TextareaRows'] - - :type: integer - :default: 15 - -.. config:option:: $cfg['CharTextareaCols'] - - :type: integer - :default: 40 - -.. config:option:: $cfg['CharTextareaRows'] - - :type: integer - :default: 2 - - Number of columns and rows for the textareas. This value will be - emphasized (\*2) for :term:`SQL` query - textareas and (\*1.25) for :term:`SQL` - textareas inside the query window. - - The Char\* values are used for CHAR - and VARCHAR editing (if configured via :config:option:`$cfg['CharEditing']`). - -.. config:option:: $cfg['LongtextDoubleTextarea'] - - :type: boolean - :default: true - - Defines whether textarea for LONGTEXT columns should have double size. - -.. config:option:: $cfg['TextareaAutoSelect'] - - :type: boolean - :default: false - - Defines if the whole textarea of the query box will be selected on - click. - - -SQL query box settings ----------------------- - -.. config:option:: $cfg['SQLQuery']['Edit'] - - :type: boolean - :default: true - - Whether to display an edit link to change a query in any SQL Query - box. - -.. config:option:: $cfg['SQLQuery']['Explain'] - - :type: boolean - :default: true - - Whether to display a link to explain a SELECT query in any SQL Query - box. - -.. config:option:: $cfg['SQLQuery']['ShowAsPHP'] - - :type: boolean - :default: true - - Whether to display a link to wrap a query in PHP code in any SQL Query - box. - -.. config:option:: $cfg['SQLQuery']['Refresh'] - - :type: boolean - :default: true - - Whether to display a link to refresh a query in any SQL Query box. - -Web server upload/save/import directories ------------------------------------------ - -.. config:option:: $cfg['UploadDir'] - - :type: string - :default: ``''`` - - The name of the directory where :term:`SQL` files have been uploaded by - other means than phpMyAdmin (for example, ftp). Those files are available - under a drop-down box when you click the database or table name, then the - Import tab. - - If - you want different directory for each user, %u will be replaced with - username. - - Please note that the file names must have the suffix ".sql" - (or ".sql.bz2" or ".sql.gz" if support for compressed formats is - enabled). - - This feature is useful when your file is too big to be - uploaded via :term:`HTTP`, or when file - uploads are disabled in PHP. - - .. note:: - - If PHP is running in safe mode, this directory must be owned by the same - user as the owner of the phpMyAdmin scripts. See also :ref:`faq1_16` for - alternatives. - -.. config:option:: $cfg['SaveDir'] - - :type: string - :default: ``''`` - - The name of the directory where dumps can be saved. - - If you want different directory for each user, %u will be replaced with - username. - - Please note that the directory must exist and has to be writable for - the user running webserver. - - .. note:: - - If PHP is running in safe mode, this directory must be owned by the same - user as the owner of the phpMyAdmin scripts. - -.. config:option:: $cfg['TempDir'] - - :type: string - :default: ``''`` - - The name of the directory where temporary files can be stored. - - This is needed for importing ESRI Shapefiles, see :ref:`faq6_30` and to - work around limitations of ``open_basedir`` for uploaded files, see - :ref:`faq1_11`. - - If the directory where phpMyAdmin is installed is - subject to an ``open_basedir`` restriction, you need to create a - temporary directory in some directory accessible by the web server. - However for security reasons, this directory should be outside the - tree published by webserver. If you cannot avoid having this directory - published by webserver, place at least an empty :file:`index.html` file - there, so that directory listing is not possible. - - This directory should have as strict permissions as possible as the only - user required to access this directory is the one who runs the webserver. - If you have root privileges, simply make this user owner of this directory - and make it accessible only by it: - - .. code-block:: sh - - - chown www-data:www-data tmp - chmod 700 tmp - - If you cannot change owner of the directory, you can achieve a similar - setup using :term:`ACL`: - - .. code-block:: sh - - chmod 700 tmp - setfacl -m "g:www-data:rwx" tmp - setfacl -d -m "g:www-data:rwx" tmp - - If neither of above works for you, you can still make the directory - :command:`chmod 777`, but it might impose risk of other users on system - reading and writing data in this directory. - -Various display setting ------------------------ - -.. config:option:: $cfg['RepeatCells'] - - :type: integer - :default: 100 - - Repeat the headers every X cells, or 0 to deactivate. - -.. config:option:: $cfg['QueryHistoryDB'] - - :type: boolean - :default: false - -.. config:option:: $cfg['QueryHistoryMax'] - - :type: integer - :default: 25 - - If :config:option:`$cfg['QueryHistoryDB']` is set to ``true``, all your - Queries are logged to a table, which has to be created by you (see - :config:option:`$cfg['Servers'][$i]['history']`). If set to false, all your - queries will be appended to the form, but only as long as your window is - opened they remain saved. - - When using the JavaScript based query window, it will always get updated - when you click on a new table/db to browse and will focus if you click on - :guilabel:`Edit SQL` after using a query. You can suppress updating the - query window by checking the box :guilabel:`Do not overwrite this query - from outside the window` below the query textarea. Then you can browse - tables/databases in the background without losing the contents of the - textarea, so this is especially useful when composing a query with tables - you first have to look in. The checkbox will get automatically checked - whenever you change the contents of the textarea. Please uncheck the button - whenever you definitely want the query window to get updated even though - you have made alterations. - - If :config:option:`$cfg['QueryHistoryDB']` is set to ``true`` you can - specify the amount of saved history items using - :config:option:`$cfg['QueryHistoryMax']`. - -.. config:option:: $cfg['BrowseMIME'] - - :type: boolean - :default: true - - Enable :ref:`transformations`. - -.. config:option:: $cfg['MaxExactCount'] - - :type: integer - :default: 500000 - - For InnoDB tables, determines for how large tables phpMyAdmin should - get the exact row count using ``SELECT COUNT``. If the approximate row - count as returned by ``SHOW TABLE STATUS`` is smaller than this value, - ``SELECT COUNT`` will be used, otherwise the approximate count will be - used. - -.. config:option:: $cfg['MaxExactCountViews'] - - :type: integer - :default: 0 - - For VIEWs, since obtaining the exact count could have an impact on - performance, this value is the maximum to be displayed, using a - ``SELECT COUNT ... LIMIT``. Setting this to 0 bypasses any row - counting. - -.. config:option:: $cfg['NaturalOrder'] - - :type: boolean - :default: true - - Sorts database and table names according to natural order (for - example, t1, t2, t10). Currently implemented in the navigation panel - and in Database view, for the table list. - -.. config:option:: $cfg['InitialSlidersState'] - - :type: string - :default: ``'closed'`` - - If set to ``'closed'``, the visual sliders are initially in a closed - state. A value of ``'open'`` does the reverse. To completely disable - all visual sliders, use ``'disabled'``. - -.. config:option:: $cfg['UserprefsDisallow'] - - :type: array - :default: array() - - Contains names of configuration options (keys in ``$cfg`` array) that - users can't set through user preferences. For possible values, refer - to :file:`libraries/config/user_preferences.forms.php`. - -.. config:option:: $cfg['UserprefsDeveloperTab'] - - :type: boolean - :default: false - - Activates in the user preferences a tab containing options for - developers of phpMyAdmin. - -Page titles ------------ - -.. config:option:: $cfg['TitleTable'] - - :type: string - :default: ``'@HTTP_HOST@ / @VSERVER@ / @DATABASE@ / @TABLE@ | @PHPMYADMIN@'`` - -.. config:option:: $cfg['TitleDatabase'] - - :type: string - :default: ``'@HTTP_HOST@ / @VSERVER@ / @DATABASE@ | @PHPMYADMIN@'`` - -.. config:option:: $cfg['TitleServer'] - - :type: string - :default: ``'@HTTP_HOST@ / @VSERVER@ | @PHPMYADMIN@'`` - -.. config:option:: $cfg['TitleDefault'] - - :type: string - :default: ``'@HTTP_HOST@ | @PHPMYADMIN@'`` - - Allows you to specify window's title bar. You can use :ref:`faq6_27`. - -Theme manager settings ----------------------- - -.. config:option:: $cfg['ThemePath'] - - :type: string - :default: ``'./themes'`` - - If theme manager is active, use this as the path of the subdirectory - containing all the themes. - -.. config:option:: $cfg['ThemeManager'] - - :type: boolean - :default: true - - Enables user-selectable themes. See :ref:`faqthemes`. - -.. config:option:: $cfg['ThemeDefault'] - - :type: string - :default: ``'pmahomme'`` - - The default theme (a subdirectory under :config:option:`$cfg['ThemePath']`). - -.. config:option:: $cfg['ThemePerServer'] - - :type: boolean - :default: false - - Whether to allow different theme for each server. - -Default queries ---------------- - -.. config:option:: $cfg['DefaultQueryTable'] - - :type: string - :default: ``'SELECT * FROM @TABLE@ WHERE 1'`` - -.. config:option:: $cfg['DefaultQueryDatabase'] - - :type: string - :default: ``''`` - - Default queries that will be displayed in query boxes when user didn't - specify any. You can use standard :ref:`faq6_27`. - - -MySQL settings --------------- - -.. config:option:: $cfg['DefaultFunctions'] - - :type: array - :default: array(...) - - Functions selected by default when inserting/changing row, Functions - are defined for meta types as (FUNC\_NUMBER, FUNC\_DATE, FUNC\_CHAR, - FUNC\_SPATIAL, FUNC\_UUID) and for ``first_timestamp``, which is used - for first timestamp column in table. - - -Developer ---------- - -.. warning:: - - These settings might have huge effect on performance or security. - -.. config:option:: $cfg['DBG'] - - :type: array - :default: array(...) - -.. config:option:: $cfg['DBG']['sql'] - - :type: boolean - :default: false - - Enable logging queries and execution times to be - displayed in the bottom of main page (right frame). - -.. config:option:: $cfg['DBG']['demo'] - - :type: boolean - :default: false - - Enable to let server present itself as demo server. - This is used for . - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/copyright.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/copyright.txt deleted file mode 100644 index fc5fdac3..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/copyright.txt +++ /dev/null @@ -1,50 +0,0 @@ -.. _copyright: - -Copyright -========= - -.. code-block:: none - - Copyright (C) 1998-2000 Tobias Ratschiller - Copyright (C) 2001-2014 Marc Delisle - Olivier Müller - Robin Johnson - Alexander M. Turek - Michal Čihař - Garvin Hicking - Michael Keck - Sebastian Mendel - [check credits for more details] - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License version 2, as -published by the Free Software Foundation. - -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see `http://www.gnu.org/licenses/ -`_. - -Third party licenses -++++++++++++++++++++ - -phpMyAdmin includes several third party libraries which come under their -respective licenses. - -jQuery's license, which is where we got the files under js/jquery/ is -(MIT|GPL), a copy of each license is available in this repository (GPL -is available as LICENSE, MIT as js/jquery/MIT-LICENSE.txt). - -TCPDF which is located under libraries/tcpdf is released under GPL -version 3 and the license is available as libraries/tcpdf/LICENSE.TXT. - -DejaVu fonts which are located under libraries/tcpdf/fonts/ and their -license is documented in -libraries/tcpdf/fonts/dejavu-fonts-ttf-2.33/LICENSE. - -PHP-gettext which is located under libraries/php-gettext/ is released -under GPL version 2 license which is available in the LICENSE file. diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/credits.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/credits.txt deleted file mode 100644 index db0ba8aa..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/credits.txt +++ /dev/null @@ -1,657 +0,0 @@ -.. _credits: - -Credits -======= - - -Credits, in chronological order -+++++++++++++++++++++++++++++++ - -* Tobias Ratschiller - - * creator of the phpmyadmin project - - * maintainer from 1998 to summer 2000 - -* Marc Delisle - - * multi-language version in December 1998 - - * various fixes and improvements - - * :term:`SQL` analyser (most of it) - - * current project maintainer - - * maintains content on our website - -* Olivier Müller - - * started SourceForge phpMyAdmin project in March 2001 - - * sync'ed different existing CVS trees with new features and bugfixes - - * multi-language improvements, dynamic language selection - - * many bugfixes and improvements - -* Loïc Chapeaux - - * rewrote and optimized javascript, DHTML and DOM stuff - - * rewrote the scripts so they fit the :term:`PEAR` coding standards and - generate XHTML1.0 and CSS2 compliant codes - - * improved the language detection system - - * many bugfixes and improvements - -* Robin Johnson - - * database maintenance controls - - * table type code - - * Host authentication :term:`IP` Allow/Deny - - * DB-based configuration (Not completed) - - * :term:`SQL` parser and pretty-printer - - * :term:`SQL` validator - - * many bugfixes and improvements - -* Armel Fauveau - - * bookmarks feature - - * multiple dump feature - - * gzip dump feature - - * zip dump feature - -* Geert Lund - - * various fixes - - * moderator of the phpMyAdmin former users forum at phpwizard.net - -* Korakot Chaovavanich - - * "insert as new row" feature - -* Pete Kelly - - * rewrote and fix dump code - - * bugfixes - -* Steve Alberty - - * rewrote dump code for PHP4 - - * mySQL table statistics - - * bugfixes - -* Benjamin Gandon - - * main author of the version 2.1.0.1 - - * bugfixes - -* Alexander M. Turek - - * MySQL 4.0 / 4.1 / 5.0 compatibility - - * abstract database interface (PMA\_DBI) with MySQLi support - - * privileges administration - - * :term:`XML` exports - - * various features and fixes - - * German language file updates - -* Mike Beck - - * automatic joins in QBE - - * links column in printview - - * Relation view - -* Michal Čihař - - * enhanced index creation/display feature - - * feature to use a different charset for HTML than for MySQL - - * improvements of export feature - - * various features and fixes - - * Czech language file updates - - * created current website for phpMyAdmin - -* Christophe Gesché from the "MySQL Form Generator for PHPMyAdmin" - (http://sf.net/projects/phpmysqlformgen/) - - * suggested the patch for multiple table printviews - -* Garvin Hicking - - * built the patch for vertical display of table rows - - * built the Javascript based Query window + :term:`SQL` history - - * Improvement of column/db comments - - * (MIME)-Transformations for columns - - * Use custom alias names for Databases in left frame - - * hierarchical/nested table display - - * :term:`PDF`-scratchboard for WYSIWYG- - distribution of :term:`PDF` relations - - * new icon sets - - * vertical display of column properties page - - * some bugfixes, features, support, German language additions - -* Yukihiro Kawada - - * japanese kanji encoding conversion feature - -* Piotr Roszatycki and Dan Wilson - - * the Cookie authentication mode - -* Axel Sander - - * table relation-links feature - -* Maxime Delorme - - * :term:`PDF` schema output, thanks also to - Olivier Plathey for the "FPDF" library (see ), Steven - Wittens for the "UFPDF" library (see ) and - Nicola Asuni for the "TCPDF" library (see ). - -* Olof Edlund - - * :term:`SQL` validator server - -* Ivan R. Lanin - - * phpMyAdmin logo (until June 2004) - -* Mike Cochrane - - * blowfish library from the Horde project (withdrawn in release 4.0) - -* Marcel Tschopp - - * mysqli support - - * many bugfixes and improvements - -* Nicola Asuni (Tecnick.com) - - * TCPDF library (`http://www.tcpdf.org `_) - -* Michael Keck - - * redesign for 2.6.0 - - * phpMyAdmin sailboat logo (June 2004) - -* Mathias Landhäußer - - * Representation at conferences - -* Sebastian Mendel - - * interface improvements - - * various bugfixes - -* Ivan A Kirillov - - * new relations Designer - -* Raj Kissu Rajandran (Google Summer of Code 2008) - - * BLOBstreaming support (withdrawn in release 4.0) - -* Piotr Przybylski (Google Summer of Code 2008, 2010 and 2011) - - * improved setup script - - * user preferences - - * Drizzle support - -* Derek Schaefer (Google Summer of Code 2009) - - * Improved the import system - -* Alexander Rutkowski (Google Summer of Code 2009) - - * Tracking mechanism - -* Zahra Naeem (Google Summer of Code 2009) - - * Synchronization feature (removed in release 4.0) - -* Tomáš Srnka (Google Summer of Code 2009) - - * Replication support - -* Muhammad Adnan (Google Summer of Code 2010) - - * Relation schema export to multiple formats - -* Lori Lee (Google Summer of Code 2010) - - * User interface improvements - - * ENUM/SET editor - - * Simplified interface for export/import - -* Ninad Pundalik (Google Summer of Code 2010) - - * AJAXifying the interface - -* Martynas Mickevičius (Google Summer of Code 2010) - - * Charts - -* Barrie Leslie - - * BLOBstreaming support with PBMS PHP extension (withdrawn in release - 4.0) - -* Ankit Gupta (Google Summer of Code 2010) - - * Visual query builder - -* Madhura Jayaratne (Google Summer of Code 2011) - - * OpenGIS support - -* Ammar Yasir (Google Summer of Code 2011) - - * Zoom search - -* Aris Feryanto (Google Summer of Code 2011) - - * Browse-mode improvements - -* Thilanka Kaushalya (Google Summer of Code 2011) - - * AJAXification - -* Tyron Madlener (Google Summer of Code 2011) - - * Query statistics and charts for the status page - -* Zarubin Stas (Google Summer of Code 2011) - - * Automated testing - -* Rouslan Placella (Google Summer of Code 2011 and 2012) - - * Improved support for Stored Routines, Triggers and Events - - * Italian translation updates - - * Removal of frames, new navigation - -* Dieter Adriaenssens - - * Various bugfixes - - * Dutch translation updates - -* Alex Marin (Google Summer of Code 2012) - - * New plugins and properties system - -* Thilina Buddika Abeyrathna (Google Summer of Code 2012) - - * Refactoring - -* Atul Pratap Singh (Google Summer of Code 2012) - - * Refactoring - -* Chanaka Indrajith (Google Summer of Code 2012) - - * Refactoring - -* Yasitha Pandithawatta (Google Summer of Code 2012) - - * Automated testing - -* Jim Wigginton (phpseclib.sourceforge.net) - - * phpseclib - -* Bin Zu (Google Summer of Code 2013) - - * Refactoring - -* Supun Nakandala (Google Summer of Code 2013) - - * Refactoring - -* Mohamed Ashraf (Google Summer of Code 2013) - - * AJAX error reporting - -* Adam Kang (Google Summer of Code 2013) - - * Automated testing - -* Ayush Chaudhary (Google Summer of Code 2013) - - * Automated testing - -* Kasun Chathuranga (Google Summer of Code 2013) - - * Interface improvements - -* Hugues Peccatte - - * Load/save query by example (database search bookmarks) - -* Smita Kumari (Google Summer of Code 2014) - - * Central list of columns - - * Improve table structure (normalization) - -* Ashutosh Dhundhara (Google Summer of Code 2014) - - * Interface improvements - -* Dhananjay Nakrani (Google Summer of Code 2014) - - * PHP error reporting - -* Edward Cheng (Google Summer of Code 2014) - - * SQL Query Console - -* Kankanamge Bimal Yashodha (Google Summer of Code 2014) - - * Refactoring: Designer/schema integration - -* Chirayu Chiripal (Google Summer of Code 2014) - - * Custom field handlers (Input based MIME transformations) - - * Export with table/column name changes - -And also to the following people who have contributed minor changes, -enhancements, bugfixes or support for a new language since version -2.1.0: - -Bora Alioglu, Ricardo ?, Sven-Erik Andersen, Alessandro Astarita, -Péter Bakondy, Borges Botelho, Olivier Bussier, Neil Darlow, Mats -Engstrom, Ian Davidson, Laurent Dhima, Kristof Hamann, Thomas Kläger, -Lubos Klokner, Martin Marconcini, Girish Nair, David Nordenberg, -Andreas Pauley, Bernard M. Piller, Laurent Haas, "Sakamoto", Yuval -Sarna, www.securereality.com.au, Alexis Soulard, Alvar Soome, Siu Sun, -Peter Svec, Michael Tacelosky, Rachim Tamsjadi, Kositer Uros, Luís V., -Martijn W. van der Lee, Algis Vainauskas, Daniel Villanueva, Vinay, -Ignacio Vazquez-Abrams, Chee Wai, Jakub Wilk, Thomas Michael -Winningham, Vilius Zigmantas, "Manuzhai". - - -Translators -+++++++++++ - -Following people have contributed to translation of phpMyAdmin: - -* Arabic - - * Abdullah Al-Saedi - -* Bulgarian - - * stoyanster - -* Catalan - - * Xavier Navarro - -* Czech - - * Michal Čihař - -* Danish - - * opensource - * Jørgen Thomsen - -* German - - * mrbendig - * torsten.funck - * Sven Strickroth - * typo3 - * Jo Michael - -* Greek - - * Panagiotis Papazoglou - -* English (United Kingdom) - - * Robert Readman - -* Spanish - - * Matías Bellone - -* French - - * Marc Delisle - -* Hindi - - * u4663530 - * rsedwardian - -* Hungarian - - * gergo314 - -* Italian - - * Rouslan Placella - -* Japanese - - * Yuichiro - -* Lithuanian - - * Kęstutis - -* Norwegian Bokmål - - * Sven-Erik Andersen - -* Dutch - - * Dieter Adriaenssens - * Herman van Rink - -* Polish - - * Stanisław Krukowski - * Marcin Kozioł - -* Portuguese - - * JoaoTMDias - -* Portuguese (Brazil) - - * wiltave - * emerson4br - -* Romanian - - * alexukf - -* Russian - - * Victor Volkov - -* Sinhala - - * Madhura Jayaratne - -* Slovak - - * Martin Lacina - -* Slovenian - - * Domen - -* Swedish - - * stefan - -* Tamil - - * ysajeepan - -* Telugu - - * veeven - -* Thai - - * kanitchet - -* Turkish - - * Burak Yavuz - -* Uighur - - * gheni - -* Ukrainian - - * typim - * oleg-ilnytskyi - -* Urdu - - * Mehbooob Khan - -* Simplified Chinese - - * shanyan baishui - -* Traditional Chinese - - * star - -Documentation translators -+++++++++++++++++++++++++ - -Following people have contributed to translation of phpMyAdmin documentation: - -* Czech - - * Michal Čihař - -* Greek - - * Panagiotis Papazoglou - -* English (United Kingdom) - - * Robert Readman - -* French - - * Cédric Corazza - -* Japanese - - * Yuichiro Takahashi - -* Polish - - * Stanisław Krukowski - -* Portuguese (Brazil) - - * mjaning - -* Slovenian - - * Domen - -Original Credits of Version 2.1.0 -+++++++++++++++++++++++++++++++++ - -This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his -idea to create a web-based interface to MySQL using PHP3. Although I -have not used any of his source-code, there are some concepts I've -borrowed from him. phpMyAdmin was created because Peter told me he -wasn't going to further develop his (great) tool. - -Thanks go to - -* Amalesh Kempf who contributed the - code for the check when dropping a table or database. He also - suggested that you should be able to specify the primary key on - tbl\_create.php3. To version 1.1.1 he contributed the ldi\_\*.php3-set - (Import text-files) as well as a bug-report. Plus many smaller - improvements. -* Jan Legenhausen : He made many of the changes that - were introduced in 1.3.0 (including quite significant ones like the - authentication). For 1.4.1 he enhanced the table-dump feature. Plus - bug-fixes and help. -* Marc Delisle made phpMyAdmin - language-independent by outsourcing the strings to a separate file. He - also contributed the French translation. -* Alexandr Bravo who contributed - tbl\_select.php3, a feature to display only some columns from a table. -* Chris Jackson added support for MySQL functions - in tbl\_change.php3. He also added the "Query by Example" feature in - 2.0. -* Dave Walton added support for multiple - servers and is a regular contributor for bug-fixes. -* Gabriel Ash contributed the random access - features for 2.0.6. - -The following people have contributed minor changes, enhancements, -bugfixes or support for a new language: - -Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas -Kleemann, Alexander Leidinger, Kiko Albiol, Daniel C. Chao, Pavel -Piankov, Sascha Kettler, Joe Pruett, Renato Lins, Mark Kronsbein, -Jannis Hermanns, G. Wieggers. - -And thanks to everyone else who sent me email with suggestions, bug- -reports and or just some feedback. - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/developers.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/developers.txt deleted file mode 100644 index 2b2f5868..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/developers.txt +++ /dev/null @@ -1,12 +0,0 @@ -.. _developers: - -Developers Information -====================== - -phpMyAdmin is Open Source, so you're invited to contribute to it. Many -great features have been written by other people and you too can help -to make phpMyAdmin a useful tool. - -You can check out all the possibilities to contribute in the -`contribute section on our website -`_. diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/faq.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/faq.txt deleted file mode 100644 index 3e4ce0be..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/faq.txt +++ /dev/null @@ -1,2104 +0,0 @@ -.. _faq: - -FAQ - Frequently Asked Questions -================================ - -Please have a look at our `Link section -`_ on the official -phpMyAdmin homepage for in-depth coverage of phpMyAdmin's features and -or interface. - -.. _faqserver: - -Server -++++++ - -.. _faq1_1: - -1.1 My server is crashing each time a specific action is required or phpMyAdmin sends a blank page or a page full of cryptic characters to my browser, what can I do? ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- - -Try to set the :config:option:`$cfg['OBGzip']` directive to ``false`` in your -:file:`config.inc.php` file and the ``zlib.output_compression`` directive to -``Off`` in your php configuration file. - -.. _faq1_2: - -1.2 My Apache server crashes when using phpMyAdmin. ---------------------------------------------------- - -You should first try the latest versions of Apache (and possibly MySQL). If -your server keeps crashing, please ask for help in the various Apache support -groups. - -.. seealso:: :ref:`faq1_1` - -.. _faq1_3: - -1.3 (withdrawn). ----------------- - -.. _faq1_4: - -1.4 Using phpMyAdmin on IIS, I'm displayed the error message: "The specified CGI application misbehaved by not returning a complete set of HTTP headers ...". -------------------------------------------------------------------------------------------------------------------------------------------------------------- - -You just forgot to read the *install.txt* file from the PHP -distribution. Have a look at the last message in this `PHP bug report #12061 -`_ from the official PHP bug -database. - -.. _faq1_5: - -1.5 Using phpMyAdmin on IIS, I'm facing crashes and/or many error messages with the HTTP. ------------------------------------------------------------------------------------------ - -This is a known problem with the PHP :term:`ISAPI` filter: it's not so stable. -Please use instead the cookie authentication mode. - -.. _faq1_6: - -1.6 I can't use phpMyAdmin on PWS: nothing is displayed! --------------------------------------------------------- - -This seems to be a PWS bug. Filippo Simoncini found a workaround (at -this time there is no better fix): remove or comment the ``DOCTYPE`` -declarations (2 lines) from the scripts :file:`libraries/Header.class.php` -and :file:`index.php`. - -.. _faq1_7: - -1.7 How can I GZip a dump or a CSV export? It does not seem to work. --------------------------------------------------------------------- - -This feature is based on the ``gzencode()`` -PHP function to be more independent of the platform (Unix/Windows, -Safe Mode or not, and so on). So, you must have Zlib support -(``--with-zlib``). - -.. _faq1_8: - -1.8 I cannot insert a text file in a table, and I get an error about safe mode being in effect. ------------------------------------------------------------------------------------------------ - -Your uploaded file is saved by PHP in the "upload dir", as defined in -:file:`php.ini` by the variable ``upload_tmp_dir`` (usually the system -default is */tmp*). We recommend the following setup for Apache -servers running in safe mode, to enable uploads of files while being -reasonably secure: - -* create a separate directory for uploads: :command:`mkdir /tmp/php` -* give ownership to the Apache server's user.group: :command:`chown - apache.apache /tmp/php` -* give proper permission: :command:`chmod 600 /tmp/php` -* put ``upload_tmp_dir = /tmp/php`` in :file:`php.ini` -* restart Apache - -.. _faq1_9: - -1.9 (withdrawn). ----------------- - -.. _faq1_10: - -1.10 I'm having troubles when uploading files with phpMyAdmin running on a secure server. My browser is Internet Explorer and I'm using the Apache server. ----------------------------------------------------------------------------------------------------------------------------------------------------------- - -As suggested by "Rob M" in the phpWizard forum, add this line to your -*httpd.conf*: - -.. code-block:: apache - - SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown - -It seems to clear up many problems between Internet Explorer and SSL. - -.. _faq1_11: - -1.11 I get an 'open\_basedir restriction' while uploading a file from the query box. ------------------------------------------------------------------------------------- - -Since version 2.2.4, phpMyAdmin supports servers with open\_basedir -restrictions. However you need to create temporary directory and configure it -as :config:option:`$cfg['TempDir']`. The uploaded files will be moved there, -and after execution of your :term:`SQL` commands, removed. - -.. _faq1_12: - -1.12 I have lost my MySQL root password, what can I do? -------------------------------------------------------- - -The MySQL manual explains how to `reset the permissions -`_. - -.. _faq1_13: - -1.13 (withdrawn). ------------------ - -.. _faq1_14: - -1.14 (withdrawn). ------------------ - -.. _faq1_15: - -1.15 I have problems with *mysql.user* column names. ----------------------------------------------------- - -In previous MySQL versions, the ``User`` and ``Password``columns were -named ``user`` and ``password``. Please modify your column names to -align with current standards. - -.. _faq1_16: - -1.16 I cannot upload big dump files (memory, HTTP or timeout problems). ------------------------------------------------------------------------ - -Starting with version 2.7.0, the import engine has been re–written and -these problems should not occur. If possible, upgrade your phpMyAdmin -to the latest version to take advantage of the new import features. - -The first things to check (or ask your host provider to check) are the -values of ``upload_max_filesize``, ``memory_limit`` and -``post_max_size`` in the :file:`php.ini` configuration file. All of these -three settings limit the maximum size of data that can be submitted -and handled by PHP. One user also said that ``post_max_size`` and -``memory_limit`` need to be larger than ``upload_max_filesize``. -There exist several workarounds if your upload is too big or your -hosting provider is unwilling to change the settings: - -* Look at the :config:option:`$cfg['UploadDir']` feature. This allows one to upload a file to the server - via scp, ftp, or your favorite file transfer method. PhpMyAdmin is - then able to import the files from the temporary directory. More - information is available in the :ref:`config` of this document. -* Using a utility (such as `BigDump - `_) to split the files before - uploading. We cannot support this or any third party applications, but - are aware of users having success with it. -* If you have shell (command line) access, use MySQL to import the files - directly. You can do this by issuing the "source" command from within - MySQL: - - .. code-block:: mysql - - source filename.sql; - -.. _faq1_17: - -1.17 Which Database versions does phpMyAdmin support? ------------------------------------------------------ - -For `MySQL `_, versions 5.5 and newer are supported. -For older MySQL versions, our `Downloads `_ page offers older phpMyAdmin versions -(which may have become unsupported). - -For `MariaDB `_, versions 5.5 and newer are supported. - -For `Drizzle `_, versions 7.1 and newer are supported. - -.. _faq1_17a: - -1.17a I cannot connect to the MySQL server. It always returns the error message, "Client does not support authentication protocol requested by server; consider upgrading MySQL client" ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - -You tried to access MySQL with an old MySQL client library. The -version of your MySQL client library can be checked in your phpinfo() -output. In general, it should have at least the same minor version as -your server - as mentioned in :ref:`faq1_17`. This problem is -generally caused by using MySQL version 4.1 or newer. MySQL changed -the authentication hash and your PHP is trying to use the old method. -The proper solution is to use the `mysqli extension -`_ with the proper client library to match -your MySQL installation. More -information (and several workarounds) are located in the `MySQL -Documentation `_. - -.. _faq1_18: - -1.18 (withdrawn). ------------------ - -.. _faq1_19: - -1.19 I can't run the "display relations" feature because the script seems not to know the font face I'm using! --------------------------------------------------------------------------------------------------------------- - -The :term:`TCPDF` library we're using for this feature requires some special -files to use font faces. Please refers to the `TCPDF manual -`_ to build these files. - -.. _faqmysql: - -1.20 I receive an error about missing mysqli and mysql extensions. ------------------------------------------------------------------- - -To connect to a MySQL server, PHP needs a set of MySQL functions -called "MySQL extension". This extension may be part of the PHP -distribution (compiled-in), otherwise it needs to be loaded -dynamically. Its name is probably *mysqli.so* or *php\_mysqli.dll*. -phpMyAdmin tried to load the extension but failed. Usually, the -problem is solved by installing a software package called "PHP-MySQL" -or something similar. - -There are currently two interfaces PHP provides as MySQL extensions - ``mysql`` -and ``mysqli``. The ``mysqli`` is tried first, because it's the best one. - -.. _faq1_21: - -1.21 I am running the CGI version of PHP under Unix, and I cannot log in using cookie auth. -------------------------------------------------------------------------------------------- - -In :file:`php.ini`, set ``mysql.max_links`` higher than 1. - -.. _faq1_22: - -1.22 I don't see the "Location of text file" field, so I cannot upload. ------------------------------------------------------------------------ - -This is most likely because in :file:`php.ini`, your ``file_uploads`` -parameter is not set to "on". - -.. _faq1_23: - -1.23 I'm running MySQL on a Win32 machine. Each time I create a new table the table and column names are changed to lowercase! ------------------------------------------------------------------------------------------------------------------------------- - -This happens because the MySQL directive ``lower_case_table_names`` -defaults to 1 (``ON``) in the Win32 version of MySQL. You can change -this behavior by simply changing the directive to 0 (``OFF``): Just -edit your ``my.ini`` file that should be located in your Windows -directory and add the following line to the group [mysqld]: - -.. code-block:: ini - - set-variable = lower_case_table_names=0 - -Next, save the file and restart the MySQL service. You can always -check the value of this directive using the query - -.. code-block:: mysql - - SHOW VARIABLES LIKE 'lower_case_table_names'; - -.. _faq1_24: - -1.24 (withdrawn). ------------------ - -.. _faq1_25: - -1.25 I am running Apache with mod\_gzip-1.3.26.1a on Windows XP, and I get problems, such as undefined variables when I run a SQL query. ----------------------------------------------------------------------------------------------------------------------------------------- - -A tip from Jose Fandos: put a comment on the following two lines in -httpd.conf, like this: - -.. code-block:: apache - - - # mod_gzip_item_include file \.php$ - # mod_gzip_item_include mime "application/x-httpd-php.*" - -as this version of mod\_gzip on Apache (Windows) has problems handling -PHP scripts. Of course you have to restart Apache. - -.. _faq1_26: - -1.26 I just installed phpMyAdmin in my document root of IIS but I get the error "No input file specified" when trying to run phpMyAdmin. ----------------------------------------------------------------------------------------------------------------------------------------- - -This is a permission problem. Right-click on the phpmyadmin folder and -choose properties. Under the tab Security, click on "Add" and select -the user "IUSR\_machine" from the list. Now set his permissions and it -should work. - -.. _faq1_27: - -1.27 I get empty page when I want to view huge page (eg. db\_structure.php with plenty of tables). --------------------------------------------------------------------------------------------------- - -This was caused by a `PHP bug `_ that occur when -GZIP output buffering is enabled. If you turn off it (by -:config:option:`$cfg['OBGzip']` in :file:`config.inc.php`), it should work. -This bug will has been fixed in PHP 5.0.0. - -.. _faq1_28: - -1.28 My MySQL server sometimes refuses queries and returns the message 'Errorcode: 13'. What does this mean? ------------------------------------------------------------------------------------------------------------- - -This can happen due to a MySQL bug when having database / table names -with upper case characters although ``lower_case_table_names`` is -set to 1. To fix this, turn off this directive, convert all database -and table names to lower case and turn it on again. Alternatively, -there's a bug-fix available starting with MySQL 3.23.56 / -4.0.11-gamma. - -.. _faq1_29: - -1.29 When I create a table or modify a column, I get an error and the columns are duplicated. ---------------------------------------------------------------------------------------------- - -It is possible to configure Apache in such a way that PHP has problems -interpreting .php files. - -The problems occur when two different (and conflicting) set of -directives are used: - -.. code-block:: apache - - - SetOutputFilter PHP - SetInputFilter PHP - -and - -.. code-block:: apache - - AddType application/x-httpd-php .php - -In the case we saw, one set of directives was in -``/etc/httpd/conf/httpd.conf``, while the other set was in -``/etc/httpd/conf/addon-modules/php.conf``. The recommended way is -with ``AddType``, so just comment out the first set of lines and -restart Apache: - -.. code-block:: apache - - - #SetOutputFilter PHP - #SetInputFilter PHP - -.. _faq1_30: - -1.30 I get the error "navigation.php: Missing hash". ----------------------------------------------------- - -This problem is known to happen when the server is running Turck -MMCache but upgrading MMCache to version 2.3.21 solves the problem. - -.. _faq1_31: - -1.31 Does phpMyAdmin support PHP 5? ------------------------------------ - -Yes. - -Since release 4.1 phpMyAdmin supports only PHP 5.3 and newer. For PHP 5.2 you -can use 4.0.x releases. - -.. _faq1_32: - -1.32 Can I use HTTP authentication with IIS? --------------------------------------------- - -Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in -:term:`ISAPI` mode under :term:`IIS` 5.1. - -#. In your :file:`php.ini` file, set ``cgi.rfc2616_headers = 0`` -#. In ``Web Site Properties -> File/Directory Security -> Anonymous - Access`` dialog box, check the ``Anonymous access`` checkbox and - uncheck any other checkboxes (i.e. uncheck ``Basic authentication``, - ``Integrated Windows authentication``, and ``Digest`` if it's - enabled.) Click ``OK``. -#. In ``Custom Errors``, select the range of ``401;1`` through ``401;5`` - and click the ``Set to Default`` button. - -.. seealso:: :rfc:`2616` - -.. _faq1_33: - -1.33 (withdrawn). ------------------ - -.. _faq1_34: - -1.34 Can I access directly to database or table pages? ------------------------------------------------------- - -Yes. Out of the box, you can use :term:`URL` like -http://server/phpMyAdmin/index.php?server=X&db=database&table=table&target=script. -For ``server`` you use the server number -which refers to the order of the server paragraph in -:file:`config.inc.php`. Table and script parts are optional. If you want -http://server/phpMyAdmin/database[/table][/script] :term:`URL`, you need to do some configuration. Following -lines apply only for `Apache `_ web server. -First make sure, that you have enabled some features within global -configuration. You need ``Options FollowSymLinks`` and ``AllowOverride -FileInfo`` enabled for directory where phpMyAdmin is installed and you -need mod\_rewrite to be enabled. Then you just need to create -following :term:`.htaccess` file in root folder of phpMyAdmin installation (don't -forget to change directory name inside of it): - -.. code-block:: apache - - - RewriteEngine On - RewriteBase /path_to_phpMyAdmin - RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/([a-z_]+\.php)$ index.php?db=$1&table=$2&target=$3 [R] - RewriteRule ^([a-zA-Z0-9_]+)/([a-z_]+\.php)$ index.php?db=$1&target=$2 [R] - RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)$ index.php?db=$1&table=$2 [R] - RewriteRule ^([a-zA-Z0-9_]+)$ index.php?db=$1 [R] - -.. _faq1_35: - -1.35 Can I use HTTP authentication with Apache CGI? ---------------------------------------------------- - -Yes. However you need to pass authentication variable to :term:`CGI` using -following rewrite rule: - -.. code-block:: apache - - - RewriteEngine On - RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L] - -.. _faq1_36: - -1.36 I get an error "500 Internal Server Error". ------------------------------------------------- - -There can be many explanations to this and a look at your server's -error log file might give a clue. - -.. _faq1_37: - -1.37 I run phpMyAdmin on cluster of different machines and password encryption in cookie auth doesn't work. ------------------------------------------------------------------------------------------------------------ - -If your cluster consist of different architectures, PHP code used for -encryption/decryption won't work correct. This is caused by use of -pack/unpack functions in code. Only solution is to use mcrypt -extension which works fine in this case. - -.. _faq1_38: - -1.38 Can I use phpMyAdmin on a server on which Suhosin is enabled? ------------------------------------------------------------------- - -Yes but the default configuration values of Suhosin are known to cause -problems with some operations, for example editing a table with many -columns and no primary key or with textual primary key. - -Suhosin configuration might lead to malfunction in some cases and it -can not be fully avoided as phpMyAdmin is kind of application which -needs to transfer big amounts of columns in single HTTP request, what -is something what Suhosin tries to prevent. Generally all -``suhosin.request.*``, ``suhosin.post.*`` and ``suhosin.get.*`` -directives can have negative effect on phpMyAdmin usability. You can -always find in your error logs which limit did cause dropping of -variable, so you can diagnose the problem and adjust matching -configuration variable. - -The default values for most Suhosin configuration options will work in -most scenarios, however you might want to adjust at least following -parameters: - -* `suhosin.request.max\_vars `_ should - be increased (eg. 2048) -* `suhosin.post.max\_vars `_ should be - increased (eg. 2048) -* `suhosin.request.max\_array\_index\_length `_ - should be increased (eg. 256) -* `suhosin.post.max\_array\_index\_length `_ - should be increased (eg. 256) -* `suhosin.request.max\_totalname\_length `_ - should be increased (eg. 8192) -* `suhosin.post.max\_totalname\_length `_ should be - increased (eg. 8192) -* `suhosin.get.max\_value\_length `_ - should be increased (eg. 1024) -* `suhosin.sql.bailout\_on\_error `_ - needs to be disabled (the default) -* `suhosin.log.\* `_ should not - include :term:`SQL`, otherwise you get big - slowdown - -You can also disable the warning using the :config:option:`$cfg['SuhosinDisableWarning']`. - -.. _faq1_39: - -1.39 When I try to connect via https, I can log in, but then my connection is redirected back to http. What can cause this behavior? ------------------------------------------------------------------------------------------------------------------------------------- - -Be sure that you have enabled ``SSLOptions`` and ``StdEnvVars`` in -your Apache configuration. - -.. seealso:: - -.. _faq1_40: - -1.40 When accessing phpMyAdmin via an Apache reverse proxy, cookie login does not work. ---------------------------------------------------------------------------------------- - -To be able to use cookie auth Apache must know that it has to rewrite -the set-cookie headers. Example from the Apache 2.2 documentation: - -.. code-block:: apache - - - ProxyPass /mirror/foo/ http://backend.example.com/ - ProxyPassReverse /mirror/foo/ http://backend.example.com/ - ProxyPassReverseCookieDomain backend.example.com public.example.com - ProxyPassReverseCookiePath / /mirror/foo/ - -Note: if the backend url looks like http://host/~user/phpmyadmin, the -tilde (~) must be url encoded as %7E in the ProxyPassReverse\* lines. -This is not specific to phpmyadmin, it's just the behavior of Apache. - -.. code-block:: apache - - - ProxyPass /mirror/foo/ http://backend.example.com/~user/phpmyadmin - ProxyPassReverse /mirror/foo/ http://backend.example.com/%7Euser/phpmyadmin - ProxyPassReverseCookiePath /%7Euser/phpmyadmin /mirror/foo - -.. seealso:: - -.. _faq1_41: - -1.41 When I view a database and ask to see its privileges, I get an error about an unknown column. --------------------------------------------------------------------------------------------------- - -The MySQL server's privilege tables are not up to date, you need to -run the :command:`mysql_upgrade` command on the server. - -.. _faq1_42: - -1.42 How can I prevent robots from accessing phpMyAdmin? --------------------------------------------------------- - -You can add various rules to :term:`.htaccess` to filter access based on user agent -field. This is quite easy to circumvent, but could prevent at least -some robots accessing your installation. - -.. code-block:: apache - - - RewriteEngine on - - # Allow only GET and POST verbs - RewriteCond %{REQUEST_METHOD} !^(GET|POST)$ [NC,OR] - - # Ban Typical Vulnerability Scanners and others - # Kick out Script Kiddies - RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget).* [NC,OR] - RewriteCond %{HTTP_USER_AGENT} ^.*(libwww-perl|curl|wget|python|nikto|wkito|pikto|scan|acunetix).* [NC,OR] - RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner).* [NC,OR] - - # Ban Search Engines, Crawlers to your administrative panel - # No reasons to access from bots - # Ultimately Better than the useless robots.txt - # Did google respect robots.txt? - # Try google: intitle:phpMyAdmin intext:"Welcome to phpMyAdmin *.*.*" intext:"Log in" -wiki -forum -forums -questions intext:"Cookies must be enabled" - RewriteCond %{HTTP_USER_AGENT} ^.*(AdsBot-Google|ia_archiver|Scooter|Ask.Jeeves|Baiduspider|Exabot|FAST.Enterprise.Crawler|FAST-WebCrawler|www\.neomo\.de|Gigabot|Mediapartners-Google|Google.Desktop|Feedfetcher-Google|Googlebot|heise-IT-Markt-Crawler|heritrix|ibm.com\cs/crawler|ICCrawler|ichiro|MJ12bot|MetagerBot|msnbot-NewsBlogs|msnbot|msnbot-media|NG-Search|lucene.apache.org|NutchCVS|OmniExplorer_Bot|online.link.validator|psbot0|Seekbot|Sensis.Web.Crawler|SEO.search.Crawler|Seoma.\[SEO.Crawler\]|SEOsearch|Snappy|www.urltrends.com|www.tkl.iis.u-tokyo.ac.jp/~crawler|SynooBot|crawleradmin.t-info@telekom.de|TurnitinBot|voyager|W3.SiteSearch.Crawler|W3C-checklink|W3C_Validator|www.WISEnutbot.com|yacybot|Yahoo-MMCrawler|Yahoo\!.DE.Slurp|Yahoo\!.Slurp|YahooSeeker).* [NC] - RewriteRule .* - [F] - -.. _faq1_43: - -1.43 Why can't I display the structure of my table containing hundreds of columns? ----------------------------------------------------------------------------------- - -Because your PHP's ``memory_limit`` is too low; adjust it in :file:`php.ini`. - -.. _faqconfig: - -Configuration -+++++++++++++ - -.. _faq2_1: - -2.1 The error message "Warning: Cannot add header information - headers already sent by ..." is displayed, what's the problem? ------------------------------------------------------------------------------------------------------------------------------- - -Edit your :file:`config.inc.php` file and ensure there is nothing (I.E. no -blank lines, no spaces, no characters...) neither before the ```` tag at the end. We also got a report -from a user under :term:`IIS`, that used a zipped distribution kit: the file -:file:`libraries/Config.class.php` contained an end-of-line character (hex 0A) -at the end; removing this character cleared his errors. - -.. _faq2_2: - -2.2 phpMyAdmin can't connect to MySQL. What's wrong? ----------------------------------------------------- - -Either there is an error with your PHP setup or your username/password -is wrong. Try to make a small script which uses mysql\_connect and see -if it works. If it doesn't, it may be you haven't even compiled MySQL -support into PHP. - -.. _faq2_3: - -2.3 The error message "Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) ..." is displayed. What can I do? ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- - -For RedHat users, Harald Legner suggests this on the mailing list: - -On my RedHat-Box the socket of MySQL is */var/lib/mysql/mysql.sock*. -In your :file:`php.ini` you will find a line - -.. code-block:: ini - - mysql.default_socket = /tmp/mysql.sock - -change it to - -.. code-block:: ini - - mysql.default_socket = /var/lib/mysql/mysql.sock - -Then restart apache and it will work. - -Here is a fix suggested by Brad Ummer: - -* First, you need to determine what socket is being used by MySQL. To do - this, telnet to your server and go to the MySQL bin directory. In this - directory there should be a file named *mysqladmin*. Type - ``./mysqladmin variables``, and this should give you a bunch of info - about your MySQL server, including the socket (*/tmp/mysql.sock*, for - example). -* Then, you need to tell PHP to use this socket. To do this in - phpMyAdmin, you need to complete the socket information in the - :file:`config.inc.php`. For example: - :config:option:`$cfg['Servers'][$i]['socket']` Please also make sure that - the permissions of this file allow to be readable by your webserver (i.e. - '0755'). - -Have also a look at the `corresponding section of the MySQL -documentation `_. - -.. _faq2_4: - -2.4 Nothing is displayed by my browser when I try to run phpMyAdmin, what can I do? ------------------------------------------------------------------------------------ - -Try to set the :config:option:`$cfg['OBGzip']` directive to ``false`` in the phpMyAdmin configuration -file. It helps sometime. Also have a look at your PHP version number: -if it contains "b" or "alpha" it means you're running a testing -version of PHP. That's not a so good idea, please upgrade to a plain -revision. - -.. _faq2_5: - -2.5 Each time I want to insert or change a row or drop a database or a table, an error 404 (page not found) is displayed or, with HTTP or cookie authentication, I'm asked to log in again. What's wrong? ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - -Check the value you set for the :config:option:`$cfg['PmaAbsoluteUri']` directive in the phpMyAdmin -configuration file. - -.. _faq2_6: - -2.6 I get an "Access denied for user: 'root@localhost' (Using password: YES)"-error when trying to access a MySQL-Server on a host which is port-forwarded for my localhost. ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - -When you are using a port on your localhost, which you redirect via -port-forwarding to another host, MySQL is not resolving the localhost -as expected. Erik Wasser explains: The solution is: if your host is -"localhost" MySQL (the command line tool :command:`mysql` as well) always -tries to use the socket connection for speeding up things. And that -doesn't work in this configuration with port forwarding. If you enter -"127.0.0.1" as hostname, everything is right and MySQL uses the -:term:`TCP` connection. - -.. _faqthemes: - -2.7 Using and creating themes ------------------------------ - -Themes are configured with :config:option:`$cfg['ThemePath']`, -:config:option:`$cfg['ThemeManager']` and :config:option:`$cfg['ThemeDefault']`. -Under :config:option:`$cfg['ThemePath']`, you should not delete the -directory ``pmahomme`` or its underlying structure, because this is the -system theme used by phpMyAdmin. ``pmahomme`` contains all images and -styles, for backwards compatibility and for all themes that would not -include images or css-files. If :config:option:`$cfg['ThemeManager']` -is enabled, you can select your favorite theme on the main page. Your selected -theme will be stored in a cookie. - -To create a theme: - -* make a new subdirectory (for example "your\_theme\_name") under :config:option:`$cfg['ThemePath']` (by - default ``themes``) -* copy the files and directories from ``pmahomme`` to "your\_theme\_name" -* edit the css-files in "your\_theme\_name/css" -* put your new images in "your\_theme\_name/img" -* edit :file:`layout.inc.php` in "your\_theme\_name" -* edit :file:`info.inc.php` in "your\_theme\_name" to contain your chosen - theme name, that will be visible in user interface -* make a new screenshot of your theme and save it under - "your\_theme\_name/screen.png" - -In theme directory there is file :file:`info.inc.php` which contains theme -verbose name, theme generation and theme version. These versions and -generations are enumerated from 1 and do not have any direct -dependence on phpMyAdmin version. Themes within same generation should -be backwards compatible - theme with version 2 should work in -phpMyAdmin requiring version 1. Themes with different generation are -incompatible. - -If you do not want to use your own symbols and buttons, remove the -directory "img" in "your\_theme\_name". phpMyAdmin will use the -default icons and buttons (from the system-theme ``pmahomme``). - -.. _faqmissingparameters: - -2.8 I get "Missing parameters" errors, what can I do? ------------------------------------------------------ - -Here are a few points to check: - -* In :file:`config.inc.php`, try to leave the :config:option:`$cfg['PmaAbsoluteUri']` directive empty. See also - :ref:`faq4_7`. -* Maybe you have a broken PHP installation or you need to upgrade your - Zend Optimizer. See . -* If you are using Hardened PHP with the ini directive - ``varfilter.max_request_variables`` set to the default (200) or - another low value, you could get this error if your table has a high - number of columns. Adjust this setting accordingly. (Thanks to Klaus - Dorninger for the hint). -* In the :file:`php.ini` directive ``arg_separator.input``, a value of ";" - will cause this error. Replace it with "&;". -* If you are using `Hardened-PHP `_, you - might want to increase `request limits `_. -* The directory specified in the :file:`php.ini` directive - ``session.save_path`` does not exist or is read-only. - -.. _faq2_9: - -2.9 Seeing an upload progress bar ---------------------------------- - -To be able to see a progress bar during your uploads, your server must -have the `APC `_ extension, the -`uploadprogress `_ one, or -you must be running PHP 5.4.0 or higher. Moreover, the JSON extension -has to be enabled in your PHP. - -If using APC, you must set ``apc.rfc1867`` to ``on`` in your :file:`php.ini`. - -If using PHP 5.4.0 or higher, you must set -``session.upload_progress.enabled`` to ``1`` in your :file:`php.ini`. However, -starting from phpMyAdmin version 4.0.4, session-based upload progress has -been temporarily deactivated due to its problematic behavior. - -.. seealso:: :rfc:`1867` - -.. _faqlimitations: - -Known limitations -+++++++++++++++++ - -.. _login_bug: - -3.1 When using HTTP authentication, a user who logged out can not log in again in with the same nick. ------------------------------------------------------------------------------------------------------ - -This is related to the authentication mechanism (protocol) used by -phpMyAdmin. To bypass this problem: just close all the opened browser -windows and then go back to phpMyAdmin. You should be able to log in -again. - -.. _faq3_2: - -3.2 When dumping a large table in compressed mode, I get a memory limit error or a time limit error. ----------------------------------------------------------------------------------------------------- - -Compressed dumps are built in memory and because of this are limited -to php's memory limit. For GZip/BZip2 exports this can be overcome -since 2.5.4 using :config:option:`$cfg['CompressOnFly']` (enabled by default). -Zip exports can not be handled this way, so if you need Zip files for larger -dump, you have to use another way. - -.. _faq3_3: - -3.3 With InnoDB tables, I lose foreign key relationships when I rename a table or a column. -------------------------------------------------------------------------------------------- - -This is an InnoDB bug, see . - -.. _faq3_4: - -3.4 I am unable to import dumps I created with the mysqldump tool bundled with the MySQL server distribution. -------------------------------------------------------------------------------------------------------------- - -The problem is that older versions of ``mysqldump`` created invalid -comments like this: - -.. code-block:: mysql - - - -- MySQL dump 8.22 - -- - -- Host: localhost Database: database - --------------------------------------------------------- - -- Server version 3.23.54 - -The invalid part of the code is the horizontal line made of dashes -that appears once in every dump created with mysqldump. If you want to -run your dump you have to turn it into valid MySQL. This means, you -have to add a whitespace after the first two dashes of the line or add -a # before it: ``-- -------------------------------------------------------`` or -``#---------------------------------------------------------`` - -.. _faq3_5: - -3.5 When using nested folders, multiple hierarchies are displayed in a wrong manner. ------------------------------------------------------------------------------------- - -Please note that you should not use the separating string multiple -times without any characters between them, or at the beginning/end of -your table name. If you have to, think about using another -TableSeparator or disabling that feature. - -.. seealso:: :config:option:`$cfg['NavigationTreeTableSeparator']` - -.. _faq3_6: - -3.6 (withdrawn). ------------------ - -.. _faq3_7: - -3.7 I have table with many (100+) columns and when I try to browse table I get series of errors like "Warning: unable to parse url". How can this be fixed? ------------------------------------------------------------------------------------------------------------------------------------------------------------ - -Your table neither have a primary key nor an unique one, so we must -use a long expression to identify this row. This causes problems to -parse\_url function. The workaround is to create a primary or unique -key. - -.. _faq3_8: - -3.8 I cannot use (clickable) HTML-forms in columns where I put a MIME-Transformation onto! ------------------------------------------------------------------------------------------- - -Due to a surrounding form-container (for multi-row delete checkboxes), -no nested forms can be put inside the table where phpMyAdmin displays -the results. You can, however, use any form inside of a table if keep -the parent form-container with the target to tbl\_row\_delete.php and -just put your own input-elements inside. If you use a custom submit -input field, the form will submit itself to the displaying page again, -where you can validate the $HTTP\_POST\_VARS in a transformation. For -a tutorial on how to effectively use transformations, see our `Link -section `_ on the -official phpMyAdmin-homepage. - -.. _faq3_9: - -3.9 I get error messages when using "--sql\_mode=ANSI" for the MySQL server. ----------------------------------------------------------------------------- - -When MySQL is running in ANSI-compatibility mode, there are some major -differences in how :term:`SQL` is structured (see -). Most important of all, the -quote-character (") is interpreted as an identifier quote character and not as -a string quote character, which makes many internal phpMyAdmin operations into -invalid :term:`SQL` statements. There is no -workaround to this behaviour. News to this item will be posted in `Bug report -#1013 `_. - -.. _faq3_10: - -3.10 Homonyms and no primary key: When the results of a SELECT display more that one column with the same value (for example ``SELECT lastname from employees where firstname like 'A%'`` and two "Smith" values are displayed), if I click Edit I cannot be sure that I am editing the intended row. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ - -Please make sure that your table has a primary key, so that phpMyAdmin -can use it for the Edit and Delete links. - -.. _faq3_11: - -3.11 The number of rows for InnoDB tables is not correct. ---------------------------------------------------------- - -phpMyAdmin uses a quick method to get the row count, and this method only -returns an approximate count in the case of InnoDB tables. See -:config:option:`$cfg['MaxExactCount']` for a way to modify those results, but -this could have a serious impact on performance. -However, one can easily replace the approximate row count with exact count by -simply clicking on the approximate count. This can also be done for all tables -at once by clicking on the rows sum displayed at the bottom. - -.. _faq3_12: - -3.12 (withdrawn). ------------------ - -.. _faq3_13: - -3.13 I get an error when entering ``USE`` followed by a db name containing an hyphen. -------------------------------------------------------------------------------------- - -The tests I have made with MySQL 5.1.49 shows that the API does not -accept this syntax for the USE command. - -.. _faq3_14: - -3.14 I am not able to browse a table when I don't have the right to SELECT one of the columns. ----------------------------------------------------------------------------------------------- - -This has been a known limitation of phpMyAdmin since the beginning and -it's not likely to be solved in the future. - -.. _faq3_15: - -3.15 (withdrawn). ------------------ - -.. _faq3_16: - -3.16 (withdrawn). ------------------ - -.. _faq3_17: - -3.17 (withdrawn). ------------------ - -.. _faq3_18: - -3.18 When I import a CSV file that contains multiple tables, they are lumped together into a single table. ----------------------------------------------------------------------------------------------------------- - -There is no reliable way to differentiate tables in :term:`CSV` format. For the -time being, you will have to break apart :term:`CSV` files containing multiple -tables. - -.. _faq3_19: - -3.19 When I import a file and have phpMyAdmin determine the appropriate data structure it only uses int, decimal, and varchar types. ------------------------------------------------------------------------------------------------------------------------------------- - -Currently, the import type-detection system can only assign these -MySQL types to columns. In future, more will likely be added but for -the time being you will have to edit the structure to your liking -post-import. Also, you should note the fact that phpMyAdmin will use -the size of the largest item in any given column as the column size -for the appropriate type. If you know you will be adding larger items -to that column then you should manually adjust the column sizes -accordingly. This is done for the sake of efficiency. - -.. _faq3_20: - -3.20 After upgrading, some bookmarks are gone or their content cannot be shown. -------------------------------------------------------------------------------- - -At some point, the character set used to store bookmark content has changed. -It's better to recreate your bookmark from the newer phpMyAdmin version. - -.. _faqmultiuser: - -ISPs, multi-user installations -++++++++++++++++++++++++++++++ - -.. _faq4_1: - -4.1 I'm an ISP. Can I setup one central copy of phpMyAdmin or do I need to install it for each customer? --------------------------------------------------------------------------------------------------------- - -Since version 2.0.3, you can setup a central copy of phpMyAdmin for all your -users. The development of this feature was kindly sponsored by NetCologne GmbH. -This requires a properly setup MySQL user management and phpMyAdmin -:term:`HTTP` or cookie authentication. - -.. seealso:: :ref:`authentication_modes` - -.. _faq4_2: - -4.2 What's the preferred way of making phpMyAdmin secure against evil access? ------------------------------------------------------------------------------ - -This depends on your system. If you're running a server which cannot be -accessed by other people, it's sufficient to use the directory protection -bundled with your webserver (with Apache you can use :term:`.htaccess` files, -for example). If other people have telnet access to your server, you should use -phpMyAdmin's :term:`HTTP` or cookie authentication features. - -Suggestions: - -* Your :file:`config.inc.php` file should be ``chmod 660``. -* All your phpMyAdmin files should be chown -R phpmy.apache, where phpmy - is a user whose password is only known to you, and apache is the group - under which Apache runs. -* Follow security recommendations for PHP and your webserver. - -.. _faq4_3: - -4.3 I get errors about not being able to include a file in */lang* or in */libraries*. --------------------------------------------------------------------------------------- - -Check :file:`php.ini`, or ask your sysadmin to check it. The -``include_path`` must contain "." somewhere in it, and -``open_basedir``, if used, must contain "." and "./lang" to allow -normal operation of phpMyAdmin. - -.. _faq4_4: - -4.4 phpMyAdmin always gives "Access denied" when using HTTP authentication. ---------------------------------------------------------------------------- - -This could happen for several reasons: - -* :config:option:`$cfg['Servers'][$i]['controluser']` and/or :config:option:`$cfg['Servers'][$i]['controlpass']` are wrong. -* The username/password you specify in the login dialog are invalid. -* You have already setup a security mechanism for the phpMyAdmin- - directory, eg. a :term:`.htaccess` file. This would interfere with phpMyAdmin's - authentication, so remove it. - -.. _faq4_5: - -4.5 Is it possible to let users create their own databases? ------------------------------------------------------------ - -Starting with 2.2.5, in the user management page, you can enter a -wildcard database name for a user (for example "joe%"), and put the -privileges you want. For example, adding ``SELECT, INSERT, UPDATE, -DELETE, CREATE, DROP, INDEX, ALTER`` would let a user create/manage -his/her database(s). - -.. _faq4_6: - -4.6 How can I use the Host-based authentication additions? ----------------------------------------------------------- - -If you have existing rules from an old :term:`.htaccess` file, you can take them and -add a username between the ``'deny'``/``'allow'`` and ``'from'`` -strings. Using the username wildcard of ``'%'`` would be a major -benefit here if your installation is suited to using it. Then you can -just add those updated lines into the -:config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` array. - -If you want a pre-made sample, you can try this fragment. It stops the -'root' user from logging in from any networks other than the private -network :term:`IP` blocks. - -.. code-block:: php - - - //block root from logging in except from the private networks - $cfg['Servers'][$i]['AllowDeny']['order'] = 'deny,allow'; - $cfg['Servers'][$i]['AllowDeny']['rules'] = array( - 'deny root from all', - 'allow root from localhost', - 'allow root from 10.0.0.0/8', - 'allow root from 192.168.0.0/16', - 'allow root from 172.16.0.0/12', - ); - -.. _faq4_7: - -4.7 Authentication window is displayed more than once, why? ------------------------------------------------------------ - -This happens if you are using a :term:`URL` to start phpMyAdmin which is -different than the one set in your :config:option:`$cfg['PmaAbsoluteUri']`. For -example, a missing "www", or entering with an :term:`IP` address while a domain -name is defined in the config file. - -.. _faq4_8: - -4.8 Which parameters can I use in the URL that starts phpMyAdmin? ------------------------------------------------------------------ - -When starting phpMyAdmin, you can use the ``db``, ``pma_username``, -``pma_password`` and ``server`` parameters. This last one can contain -either the numeric host index (from ``$i`` of the configuration file) -or one of the host names present in the configuration file. Using -``pma_username`` and ``pma_password`` has been tested along with the -usage of 'cookie' ``auth_type``. - -.. _faqbrowsers: - -Browsers or client OS -+++++++++++++++++++++ - -.. _faq5_1: - -5.1 I get an out of memory error, and my controls are non-functional, when trying to create a table with more than 14 columns. ------------------------------------------------------------------------------------------------------------------------------- - -We could reproduce this problem only under Win98/98SE. Testing under -WinNT4 or Win2K, we could easily create more than 60 columns. A -workaround is to create a smaller number of columns, then come back to -your table properties and add the other columns. - -.. _faq5_2: - -5.2 With Xitami 2.5b4, phpMyAdmin won't process form fields. ------------------------------------------------------------- - -This is not a phpMyAdmin problem but a Xitami known bug: you'll face -it with each script/website that use forms. Upgrade or downgrade your -Xitami server. - -.. _faq5_3: - -5.3 I have problems dumping tables with Konqueror (phpMyAdmin 2.2.2). ---------------------------------------------------------------------- - -With Konqueror 2.1.1: plain dumps, zip and GZip dumps work ok, except -that the proposed file name for the dump is always 'tbl\_dump.php'. -Bzip2 dumps don't seem to work. With Konqueror 2.2.1: plain dumps -work; zip dumps are placed into the user's temporary directory, so -they must be moved before closing Konqueror, or else they disappear. -GZip dumps give an error message. Testing needs to be done for -Konqueror 2.2.2. - -.. _faq5_4: - -5.4 I can't use the cookie authentication mode because Internet Explorer never stores the cookies. --------------------------------------------------------------------------------------------------- - -MS Internet Explorer seems to be really buggy about cookies, at least -till version 6. - -.. _faq5_5: - -5.5 In Internet Explorer 5.0, I get JavaScript errors when browsing my rows. ----------------------------------------------------------------------------- - -Upgrade to at least Internet Explorer 5.5 SP2. - -.. _faq5_6: - -5.6 In Internet Explorer 5.0, 5.5 or 6.0, I get an error (like "Page not found") when trying to modify a row in a table with many columns, or with a text column. ------------------------------------------------------------------------------------------------------------------------------------------------------------------ - -Your table neither have a primary key nor an unique one, so we must use a long -:term:`URL` to identify this row. There is a limit on the length of the -:term:`URL` in those browsers, and this not happen in Netscape, for example. -The workaround is to create a primary or unique key, or use another browser. - -.. _faq5_7: - -5.7 I refresh (reload) my browser, and come back to the welcome page. ---------------------------------------------------------------------- - -Some browsers support right-clicking into the frame you want to -refresh, just do this in the right frame. - -.. _faq5_8: - -5.8 With Mozilla 0.9.7 I have problems sending a query modified in the query box. ---------------------------------------------------------------------------------- - -Looks like a Mozilla bug: 0.9.6 was OK. We will keep an eye on future -Mozilla versions. - -.. _faq5_9: - -5.9 With Mozilla 0.9.? to 1.0 and Netscape 7.0-PR1 I can't type a whitespace in the SQL-Query edit area: the page scrolls down. -------------------------------------------------------------------------------------------------------------------------------- - -This is a Mozilla bug (see bug #26882 at `BugZilla -`_). - -.. _faq5_10: - -5.10 With Netscape 4.75 I get empty rows between each row of data in a CSV exported file. ------------------------------------------------------------------------------------------ - -This is a known Netscape 4.75 bug: it adds some line feeds when -exporting data in octet-stream mode. Since we can't detect the -specific Netscape version, we cannot workaround this bug. - -.. _faq5_11: - -5.11 Extended-ASCII characters like German umlauts are displayed wrong. ------------------------------------------------------------------------ - -Please ensure that you have set your browser's character set to the -one of the language file you have selected on phpMyAdmin's start page. -Alternatively, you can try the auto detection mode that is supported -by the recent versions of the most browsers. - -.. _faq5_12: - -5.12 Mac OS X Safari browser changes special characters to "?". ---------------------------------------------------------------- - -This issue has been reported by a :term:`Mac OS X` user, who adds that Chimera, -Netscape and Mozilla do not have this problem. - -.. _faq5_13: - -5.13 With Internet Explorer 5.5 or 6, and HTTP authentication type, I cannot manage two servers: I log in to the first one, then the other one, but if I switch back to the first, I have to log in on each operation. ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - -This is a bug in Internet Explorer, other browsers do not behave this -way. - -.. _faq5_14: - -5.14 Using Opera6, I can manage to get to the authentication, but nothing happens after that, only a blank screen. ------------------------------------------------------------------------------------------------------------------- - -Please upgrade to Opera7 at least. - -.. _faq5_15: - -5.15 I have display problems with Safari. ------------------------------------------ - -Please upgrade to at least version 1.2.3. - -.. _faq5_16: - -5.16 With Internet Explorer, I get "Access is denied" Javascript errors. Or I cannot make phpMyAdmin work under Windows. ------------------------------------------------------------------------------------------------------------------------- - -Please check the following points: - -* Maybe you have defined your :config:option:`$cfg['PmaAbsoluteUri']` setting in - :file:`config.inc.php` to an :term:`IP` address and you are starting phpMyAdmin - with a :term:`URL` containing a domain name, or the reverse situation. -* Security settings in IE and/or Microsoft Security Center are too high, - thus blocking scripts execution. -* The Windows Firewall is blocking Apache and MySQL. You must allow - :term:`HTTP` ports (80 or 443) and MySQL - port (usually 3306) in the "in" and "out" directions. - -.. _faq5_17: - -5.17 With Firefox, I cannot delete rows of data or drop a database. -------------------------------------------------------------------- - -Many users have confirmed that the Tabbrowser Extensions plugin they -installed in their Firefox is causing the problem. - -.. _faq5_18: - -5.18 With Konqueror 4.2.x an invalid ``LIMIT`` clause is generated when I browse a table. ------------------------------------------------------------------------------------------ - -This happens only when both of these conditions are met: using the -``http`` authentication mode and ``register_globals`` being set to -``On`` on the server. It seems to be a browser-specific problem; -meanwhile use the ``cookie`` authentication mode. - -.. _faq5_19: - -5.19 I get JavaScript errors in my browser. -------------------------------------------- - -Issues have been reported with some combinations of browser -extensions. To troubleshoot, disable all extensions then clear your -browser cache to see if the problem goes away. - -.. _faqusing: - -Using phpMyAdmin -++++++++++++++++ - -.. _faq6_1: - -6.1 I can't insert new rows into a table / I can't create a table - MySQL brings up a SQL error. ------------------------------------------------------------------------------------------------- - -Examine the :term:`SQL` error with care. -Often the problem is caused by specifying a wrong column-type. Common -errors include: - -* Using ``VARCHAR`` without a size argument -* Using ``TEXT`` or ``BLOB`` with a size argument - -Also, look at the syntax chapter in the MySQL manual to confirm that -your syntax is correct. - -.. _faq6_2: - -6.2 When I create a table, I set an index for two columns and phpMyAdmin generates only one index with those two columns. -------------------------------------------------------------------------------------------------------------------------- - -This is the way to create a multi-columns index. If you want two -indexes, create the first one when creating the table, save, then -display the table properties and click the Index link to create the -other index. - -.. _faq6_3: - -6.3 How can I insert a null value into my table? ------------------------------------------------- - -Since version 2.2.3, you have a checkbox for each column that can be -null. Before 2.2.3, you had to enter "null", without the quotes, as -the column's value. Since version 2.5.5, you have to use the checkbox -to get a real NULL value, so if you enter "NULL" this means you want a -literal NULL in the column, and not a NULL value (this works in PHP4). - -.. _faq6_4: - -6.4 How can I backup my database or table? ------------------------------------------- - -Click on a database or table name in the navigation panel, the properties will -be displayed. Then on the menu, click "Export", you can dump the structure, the -data, or both. This will generate standard :term:`SQL` statements that can be -used to recreate your database/table. You will need to choose "Save as file", -so that phpMyAdmin can transmit the resulting dump to your station. Depending -on your PHP configuration, you will see options to compress the dump. See also -the :config:option:`$cfg['ExecTimeLimit']` configuration variable. For -additional help on this subject, look for the word "dump" in this document. - -.. _faq6_5: - -6.5 How can I restore (upload) my database or table using a dump? How can I run a ".sql" file? ----------------------------------------------------------------------------------------------- - -Click on a database name in the navigation panel, the properties will -be displayed. Select "Import" from the list of tabs in the right–hand -frame (or ":term:`SQL`" if your phpMyAdmin -version is previous to 2.7.0). In the "Location of the text file" -section, type in the path to your dump filename, or use the Browse -button. Then click Go. With version 2.7.0, the import engine has been -re–written, if possible it is suggested that you upgrade to take -advantage of the new features. For additional help on this subject, -look for the word "upload" in this document. - -.. _faq6_6: - -6.6 How can I use the relation table in Query-by-example? ---------------------------------------------------------- - -Here is an example with the tables persons, towns and countries, all -located in the database "mydb". If you don't have a ``pma__relation`` -table, create it as explained in the configuration section. Then -create the example tables: - -.. code-block:: mysql - - - CREATE TABLE REL_countries ( - country_code char(1) NOT NULL default '', - description varchar(10) NOT NULL default '', - PRIMARY KEY (country_code) - ) TYPE=MyISAM; - - INSERT INTO REL_countries VALUES ('C', 'Canada'); - - CREATE TABLE REL_persons ( - id tinyint(4) NOT NULL auto_increment, - person_name varchar(32) NOT NULL default '', - town_code varchar(5) default '0', - country_code char(1) NOT NULL default '', - PRIMARY KEY (id) - ) TYPE=MyISAM; - - INSERT INTO REL_persons VALUES (11, 'Marc', 'S', ''); - INSERT INTO REL_persons VALUES (15, 'Paul', 'S', 'C'); - - CREATE TABLE REL_towns ( - town_code varchar(5) NOT NULL default '0', - description varchar(30) NOT NULL default '', - PRIMARY KEY (town_code) - ) TYPE=MyISAM; - - INSERT INTO REL_towns VALUES ('S', 'Sherbrooke'); - INSERT INTO REL_towns VALUES ('M', 'Montréal'); - -To setup appropriate links and display information: - -* on table "REL\_persons" click Structure, then Relation view -* for "town\_code", choose from dropdowns, "mydb", "REL\_towns", "code" - for foreign database, table and column respectively -* for "country\_code", choose from dropdowns, "mydb", "REL\_countries", - "country\_code" for foreign database, table and column respectively -* on table "REL\_towns" click Structure, then Relation view -* in "Choose column to display", choose "description" -* repeat the two previous steps for table "REL\_countries" - -Then test like this: - -* Click on your db name in the navigation panel -* Choose "Query" -* Use tables: persons, towns, countries -* Click "Update query" -* In the columns row, choose persons.person\_name and click the "Show" - tickbox -* Do the same for towns.description and countries.descriptions in the - other 2 columns -* Click "Update query" and you will see in the query box that the - correct joins have been generated -* Click "Submit query" - -.. _faqdisplay: - -6.7 How can I use the "display column" feature? ------------------------------------------------ - -Starting from the previous example, create the ``pma__table_info`` as -explained in the configuration section, then browse your persons -table, and move the mouse over a town code or country code. See also -:ref:`faq6_21` for an additional feature that "display column" -enables: drop-down list of possible values. - -.. _faqpdf: - -6.8 How can I produce a PDF schema of my database? --------------------------------------------------- - -First the configuration variables "relation", "table\_coords" and -"pdf\_pages" have to be filled in. Then you need to think about your -schema layout. Which tables will go on which pages? - -* Select your database in the navigation panel. -* Choose "Operations" in the navigation bar at the top. -* Choose "Edit :term:`PDF` Pages" near the - bottom of the page. -* Enter a name for the first :term:`PDF` page - and click Go. If you like, you can use the "automatic layout," which - will put all your linked tables onto the new page. -* Select the name of the new page (making sure the Edit radio button is - selected) and click Go. -* Select a table from the list, enter its coordinates and click Save. - Coordinates are relative; your diagram will be automatically scaled to - fit the page. When initially placing tables on the page, just pick any - coordinates -- say, 50x50. After clicking Save, you can then use the - :ref:`wysiwyg` to position the element correctly. -* When you'd like to look at your :term:`PDF`, first be sure to click the Save - button beneath the list of tables and coordinates, to save any changes you - made there. Then scroll all the way down, select the :term:`PDF` options you - want, and click Go. -* Internet Explorer for Windows may suggest an incorrect filename when - you try to save a generated :term:`PDF`. - When saving a generated :term:`PDF`, be - sure that the filename ends in ".pdf", for example "schema.pdf". - Browsers on other operating systems, and other browsers on Windows, do - not have this problem. - -.. _faq6_9: - -6.9 phpMyAdmin is changing the type of one of my columns! ---------------------------------------------------------- - -No, it's MySQL that is doing `silent column type changing -`_. - -.. _underscore: - -6.10 When creating a privilege, what happens with underscores in the database name? ------------------------------------------------------------------------------------ - -If you do not put a backslash before the underscore, this is a -wildcard grant, and the underscore means "any character". So, if the -database name is "john\_db", the user would get rights to john1db, -john2db ... If you put a backslash before the underscore, it means -that the database name will have a real underscore. - -.. _faq6_11: - -6.11 What is the curious symbol ø in the statistics pages? ----------------------------------------------------------- - -It means "average". - -.. _faqexport: - -6.12 I want to understand some Export options. ----------------------------------------------- - -**Structure:** - -* "Add DROP TABLE" will add a line telling MySQL to `drop the table - `_, if it already - exists during the import. It does NOT drop the table after your - export, it only affects the import file. -* "If Not Exists" will only create the table if it doesn't exist. - Otherwise, you may get an error if the table name exists but has a - different structure. -* "Add AUTO\_INCREMENT value" ensures that AUTO\_INCREMENT value (if - any) will be included in backup. -* "Enclose table and column names with backquotes" ensures that column - and table names formed with special characters are protected. -* "Add into comments" includes column comments, relations, and MIME - types set in the pmadb in the dump as :term:`SQL` comments - (*/\* xxx \*/*). - -**Data:** - -* "Complete inserts" adds the column names on every INSERT command, for - better documentation (but resulting file is bigger). -* "Extended inserts" provides a shorter dump file by using only once the - INSERT verb and the table name. -* "Delayed inserts" are best explained in the `MySQL manual - INSERT DELAYED Syntax - `_. -* "Ignore inserts" treats errors as a warning instead. Again, more info - is provided in the `MySQL manual - INSERT Syntax - `_, but basically with - this selected, invalid values are adjusted and inserted rather than - causing the entire statement to fail. - -.. _faq6_13: - -6.13 I would like to create a database with a dot in its name. --------------------------------------------------------------- - -This is a bad idea, because in MySQL the syntax "database.table" is -the normal way to reference a database and table name. Worse, MySQL -will usually let you create a database with a dot, but then you cannot -work with it, nor delete it. - -.. _faqsqlvalidator: - -6.14 (withdrawn). ------------------ - -.. _faq6_15: - -6.15 I want to add a BLOB column and put an index on it, but MySQL says "BLOB column '...' used in key specification without a key length". -------------------------------------------------------------------------------------------------------------------------------------------- - -The right way to do this, is to create the column without any indexes, -then display the table structure and use the "Create an index" dialog. -On this page, you will be able to choose your BLOB column, and set a -size to the index, which is the condition to create an index on a BLOB -column. - -.. _faq6_16: - -6.16 How can I simply move in page with plenty editing fields? --------------------------------------------------------------- - -You can use :kbd:`Ctrl+arrows` (:kbd:`Option+Arrows` in Safari) for moving on -most pages with many editing fields (table structure changes, row editing, -etc.). - -.. _faq6_17: - -6.17 Transformations: I can't enter my own mimetype! WTF is this feature then useful for? ------------------------------------------------------------------------------------------ - -Slow down :). Defining mimetypes is of no use, if you can't put -transformations on them. Otherwise you could just put a comment on the -column. Because entering your own mimetype will cause serious syntax -checking issues and validation, this introduces a high-risk false- -user-input situation. Instead you have to initialize mimetypes using -functions or empty mimetype definitions. - -Plus, you have a whole overview of available mimetypes. Who knows all those -mimetypes by heart so he/she can enter it at will? - -.. _faqbookmark: - -6.18 Bookmarks: Where can I store bookmarks? Why can't I see any bookmarks below the query box? What is this variable for? --------------------------------------------------------------------------------------------------------------------------- - -Any query you have executed can be stored as a bookmark on the page -where the results are displayed. You will find a button labeled -'Bookmark this query' just at the end of the page. As soon as you have -stored a bookmark, it is related to the database you run the query on. -You can now access a bookmark dropdown on each page, the query box -appears on for that database. - -You can also have, inside the query, a placeholder for a variable. -This is done by inserting into the query a SQL comment between ``/*`` and -``*/``. Inside the comment, the special string ``[VARIABLE]`` is used. -Be aware that the whole query minus the SQL comment must be -valid by itself, otherwise you won't be able to store it as a bookmark. - -When you execute the bookmark, everything typed into the *value* -input box on the query box page will replace the string ``/*[VARIABLE]*/`` in -your stored query. - -Also remember, that everything else inside the ``/*[VARIABLE]*/`` string for -your query will remain the way it is, but will be stripped of the ``/**/`` -chars. So you can use: - -.. code-block:: mysql - - /*, [VARIABLE] AS myname */ - -which will be expanded to - -.. code-block:: mysql - - , VARIABLE as myname - -in your query, where VARIABLE is the string you entered in the input box. If an -empty string is provided, no replacements are made. - -A more complex example. Say you have stored -this query: - -.. code-block:: mysql - - SELECT Name, Address FROM addresses WHERE 1 /* AND Name LIKE '%[VARIABLE]%' */ - -Say, you now enter "phpMyAdmin" as the variable for the stored query, the full -query will be: - -.. code-block:: mysql - - SELECT Name, Address FROM addresses WHERE 1 AND Name LIKE '%phpMyAdmin%' - -You can use multiple occurrences of ``/*[VARIABLE]*/`` in a single query -(that is, multiple occurrences of the *same* variable). - -**NOTE THE ABSENCE OF SPACES** inside the ``/**/`` construct. Any spaces -inserted there will be later also inserted as spaces in your query and may lead -to unexpected results especially when using the variable expansion inside of a -"LIKE ''" expression. - -Your initial query which is going to be stored as a bookmark has to yield at -least one result row so you can store the bookmark. You may have that to work -around using well positioned ``/**/`` comments. - -.. _faq6_19: - -6.19 How can I create simple LATEX document to include exported table? ----------------------------------------------------------------------- - -You can simply include table in your LATEX documents, -minimal sample document should look like following one (assuming you -have table exported in file :file:`table.tex`): - -.. code-block:: latex - - - \documentclass{article} % or any class you want - \usepackage{longtable} % for displaying table - \begin{document} % start of document - \include{table} % including exported table - \end{document} % end of document - -.. _faq6_20: - -6.20 I see a lot of databases which are not mine, and cannot access them. -------------------------------------------------------------------------- - -You have one of these global privileges: CREATE TEMPORARY TABLES, SHOW -DATABASES, LOCK TABLES. Those privileges also enable users to see all the -database names. So if your users do not need those privileges, you can remove -them and their databases list will shorten. - -.. seealso:: - -.. _faq6_21: - -6.21 In edit/insert mode, how can I see a list of possible values for a column, based on some foreign table? ------------------------------------------------------------------------------------------------------------- - -You have to setup appropriate links between the tables, and also setup -the "display column" in the foreign table. See :ref:`faq6_6` for an -example. Then, if there are 100 values or less in the foreign table, a -drop-down list of values will be available. You will see two lists of -values, the first list containing the key and the display column, the -second list containing the display column and the key. The reason for -this is to be able to type the first letter of either the key or the -display column. For 100 values or more, a distinct window will appear, -to browse foreign key values and choose one. To change the default -limit of 100, see :config:option:`$cfg['ForeignKeyMaxLimit']`. - - -.. _faq6_22: - -6.22 Bookmarks: Can I execute a default bookmark automatically when entering Browse mode for a table? ------------------------------------------------------------------------------------------------------ - -Yes. If a bookmark has the same label as a table name and it's not a -public bookmark, it will be executed. - -.. _faq6_23: - -6.23 Export: I heard phpMyAdmin can export Microsoft Excel files? ------------------------------------------------------------------ - -You can use :term:`CSV` for Microsoft Excel, -which works out of the box. - -.. versionchanged:: 3.4.5 - Since phpMyAdmin 3.4.5 support for direct export to Microsoft Excel version - 97 and newer was dropped. - -.. _faq6_24: - -6.24 Now that phpMyAdmin supports native MySQL 4.1.x column comments, what happens to my column comments stored in pmadb? -------------------------------------------------------------------------------------------------------------------------- - -Automatic migration of a table's pmadb-style column comments to the -native ones is done whenever you enter Structure page for this table. - -.. _faq6_25: - -6.25 (withdrawn). ------------------ - -.. _faq6_26: - -6.26 How can I select a range of rows? --------------------------------------- - -Click the first row of the range, hold the shift key and click the -last row of the range. This works everywhere you see rows, for example -in Browse mode or on the Structure page. - -.. _faq6_27: - -6.27 What format strings can I use? ------------------------------------ - -In all places where phpMyAdmin accepts format strings, you can use -``@VARIABLE@`` expansion and `strftime `_ -format strings. The expanded variables depend on a context (for -example, if you haven't chosen a table, you can not get the table -name), but the following variables can be used: - -``@HTTP_HOST@`` - HTTP host that runs phpMyAdmin -``@SERVER@`` - MySQL server name -``@VERBOSE@`` - Verbose MySQL server name as defined in :config:option:`$cfg['Servers'][$i]['verbose']` -``@VSERVER@`` - Verbose MySQL server name if set, otherwise normal -``@DATABASE@`` - Currently opened database -``@TABLE@`` - Currently opened table -``@COLUMNS@`` - Columns of the currently opened table -``@PHPMYADMIN@`` - phpMyAdmin with version - -.. _wysiwyg: - -6.28 How can I easily edit relational schema for export? --------------------------------------------------------- - -By clicking on the button 'toggle scratchboard' on the page where you -edit x/y coordinates of those elements you can activate a scratchboard -where all your elements are placed. By clicking on an element, you can -move them around in the pre-defined area and the x/y coordinates will -get updated dynamically. Likewise, when entering a new position -directly into the input field, the new position in the scratchboard -changes after your cursor leaves the input field. - -You have to click on the 'OK'-button below the tables to save the new -positions. If you want to place a new element, first add it to the -table of elements and then you can drag the new element around. - -By changing the paper size and the orientation you can change the size -of the scratchboard as well. You can do so by just changing the -dropdown field below, and the scratchboard will resize automatically, -without interfering with the current placement of the elements. - -If ever an element gets out of range you can either enlarge the paper -size or click on the 'reset' button to place all elements below each -other. - -.. _faq6_29: - -6.29 Why can't I get a chart from my query result table? --------------------------------------------------------- - -Not every table can be put to the chart. Only tables with one, two or -three columns can be visualised as a chart. Moreover the table must be -in a special format for chart script to understand it. Currently -supported formats can be found in the `wiki `_. - -.. _faq6_30: - -6.30 Import: How can I import ESRI Shapefiles? ----------------------------------------------- - -An ESRI Shapefile is actually a set of several files, where .shp file -contains geometry data and .dbf file contains data related to those -geometry data. To read data from .dbf file you need to have PHP -compiled with the dBase extension (--enable-dbase). Otherwise only -geometry data will be imported. - -To upload these set of files you can use either of the following -methods: - -Configure upload directory with :config:option:`$cfg['UploadDir']`, upload both .shp and .dbf files with -the same filename and chose the .shp file from the import page. - -Create a Zip archive with .shp and .dbf files and import it. For this -to work, you need to set :config:option:`$cfg['TempDir']` to a place where the web server user can -write (for example ``'./tmp'``). - -To create the temporary directory on a UNIX-based system, you can do: - -.. code-block:: sh - - cd phpMyAdmin - mkdir tmp - chmod o+rwx tmp - -.. _faq6_31: - -6.31 How do I create a relation in designer? --------------------------------------------- - -To select relation, click: The display column is shown in pink. To -set/unset a column as the display column, click the "Choose column to -display" icon, then click on the appropriate column name. - -.. _faq6_32: - -6.32 How can I use the zoom search feature? -------------------------------------------- - -The Zoom search feature is an alternative to table search feature. It allows -you to explore a table by representing its data in a scatter plot. You can -locate this feature by selecting a table and clicking the :guilabel:`Search` -tab. One of the sub-tabs in the :guilabel:`Table Search` page is -:guilabel:`Zoom Search`. - -Consider the table REL\_persons in :ref:`faq6_6` for -an example. To use zoom search, two columns need to be selected, for -example, id and town\_code. The id values will be represented on one -axis and town\_code values on the other axis. Each row will be -represented as a point in a scatter plot based on its id and -town\_code. You can include two additional search criteria apart from -the two fields to display. - -You can choose which field should be -displayed as label for each point. If a display column has been set -for the table (see :ref:`faqdisplay`), it is taken as the label unless -you specify otherwise. You can also select the maximum number of rows -you want to be displayed in the plot by specifing it in the 'Max rows -to plot' field. Once you have decided over your criteria, click 'Go' -to display the plot. - -After the plot is generated, you can use the -mousewheel to zoom in and out of the plot. In addition, panning -feature is enabled to navigate through the plot. You can zoom-in to a -certain level of detail and use panning to locate your area of -interest. Clicking on a point opens a dialogue box, displaying field -values of the data row represented by the point. You can edit the -values if required and click on submit to issue an update query. Basic -instructions on how to use can be viewed by clicking the 'How to use?' -link located just above the plot. - -.. _faq6_33: - -6.33 When browsing a table, how can I copy a column name? ---------------------------------------------------------- - -Selecting the name of the column within the browse table header cell -for copying is difficult, as the columns support reordering by -dragging the header cells as well as sorting by clicking on the linked -column name. To copy a column name, double-click on the empty area -next to the column name, when the tooltip tells you to do so. This -will show you an input box with the column name. You may right-click -the column name within this input box to copy it to your clipboard. - -.. _faq6_34: - -6.34 How can I use the Favorite Tables feature? ---------------------------------------------------------- - -Favorite Tables feature is very much similar to Recent Tables feature. -It allows you to add a shortcut for the frequently used tables of any -database in the navigation panel . You can easily navigate to any table -in the list by simply choosing it from the list. These tables are stored -in your browser's local storage if you have not configured your -`phpMyAdmin Configuration Storage`. Otherwise these entries are stored in -`phpMyAdmin Configuration Storage`. - -IMPORTANT: In absence of `phpMyAdmin Configuration Storage`, your Favorite -tables may be different in different browsers based on your different -selections in them. - -To add a table to Favorite list simply click on the `Gray` star in front -of a table name in the list of tables of a Database and wait until it -turns to `Yellow`. -To remove a table from list, simply click on the `Yellow` star and -wait until it turns `Gray` again. - -Using :config:option:`$cfg['NumFavoriteTables']` in your :file:`config.inc.php` -file, you can define the maximum number of favorite tables shown in the -navigation panel. Its default value is `10`. - -.. _faq6_35: - -6.35 How can I use the Range search feature? ---------------------------------------------------------- - -With the help of range search feature, one can specify a range of values for -particular column(s) while performing search operation on a table from the `Search` -tab. - -To use this feature simply click on the `BETWEEN` or `NOT BETWEEN` operators -from the operator select list in front of the column name. On choosing one of the -above options, a dialog box will show up asking for the `Minimum` and `Maximum` -value for that column. Only the specified range of values will be included -in case of `BETWEEN` and excluded in case of `NOT BETWEEN` from the final results. - -Note: The Range search feature will work only `Numeric` and `Date` data type columns. - -.. _faq6_36: - -6.36 What is Central columns and How can I use this feature? ------------------------------------------------------------- - -As the name suggests, the Central columns feature enables to maintain a central list of -columns per database to avoid similar name for the same data element and bring consistency -of data type for the same data element. You can use the central list of columns to -add an element to any table structure in that database which will save from writing -similar column name and column definition. - -To add a column to central list, go to table structure page, check the columns you want -to include and then simply click on "Add to central columns". If you want to add all -unique columns from more than one table from a database then go to database structure page, -check the tables you want to include and then select "Add columns to central list". - -To remove a column from central list, go to Table structure page, check the columns you want -to remove and then simply click on "Remove from central columns". If you want to remove all -columns from more than one tables from a database then go to database structure page, -check the tables you want to include and then select "Remove columns from central list". - -To view and manage the central list, select the database you want to manage central columns -for then from the top menu click on "Central columns". You will be taken to a page where -you will have options to edit, delete or add new columns to central list. - -.. _faq6_37: - -6.37 How can I use Improve Table structure feature? ---------------------------------------------------------- - -Improve table structure feature helps to bring the table structure upto -Third Normal Form. A wizard is presented to user which asks questions about the -elements during the various steps for normalization and a new structure is proposed -accordingly to bring the table into the First/Second/Third Normal form. -On startup of the wizard, user gets to select upto what normal form they want to -normalize the table structure. - -Here is an example table which you can use to test all of the three First, Second and -Third Normal Form. - -.. code-block:: mysql - - CREATE TABLE `VetOffice` ( - `petName` varchar(64) NOT NULL, - `petBreed` varchar(64) NOT NULL, - `petType` varchar(64) NOT NULL, - `petDOB` date NOT NULL, - `ownerLastName` varchar(64) NOT NULL, - `ownerFirstName` varchar(64) NOT NULL, - `ownerPhone1` int(12) NOT NULL, - `ownerPhone2` int(12) NOT NULL, - `ownerEmail` varchar(64) NOT NULL, - ); - -The above table is not in First normal Form as no primary key exists. Primary key -is supposed to be (`petName`,`ownerLastName`,`ownerFirstName`) . If the primary key -is chosen as suggested the resultant table won't be in Second as well as Third Normal -form as the following dependencies exists. - -.. code-block:: mysql - - (OwnerLastName, OwnerFirstName) -> OwnerEmail - (OwnerLastName, OwnerFirstName) -> OwnerPhone - PetBreed -> PetType - -Which says, OwnerEmail depends on OwnerLastName and OwnerFirstName. -OwnerPhone depends on OwnerLastName and OwnerFirstName. -PetType depends on PetBreed. - -.. _faqproject: - -phpMyAdmin project -++++++++++++++++++ - -.. _faq7_1: - -7.1 I have found a bug. How do I inform developers? ---------------------------------------------------- - -Our Bug Tracker is located at under the -Bugs section. But please first discuss your bug with other users: - - -.. _faq7_2: - -7.2 I want to translate the messages to a new language or upgrade an existing language, where do I start? ---------------------------------------------------------------------------------------------------------- - -Translations are very welcome and all you need to have are the -language skills. The easiest way is to use our `online translation -service `_. You can check -out all the possibilities to translate in the `translate section on -our website `_. - -.. _faq7_3: - -7.3 I would like to help out with the development of phpMyAdmin. How should I proceed? --------------------------------------------------------------------------------------- - -We welcome every contribution to the development of phpMyAdmin. You -can check out all the possibilities to contribute in the `contribute -section on our website -`_. - -.. seealso:: :ref:`developers` - -.. _faqsecurity: - -Security -++++++++ - -.. _faq8_1: - -8.1 Where can I get information about the security alerts issued for phpMyAdmin? --------------------------------------------------------------------------------- - -Please refer to . - -.. _faq8_2: - -8.2 How can I protect phpMyAdmin against brute force attacks? -------------------------------------------------------------- - -If you use Apache web server, phpMyAdmin exports information about -authentication to the Apache environment and it can be used in Apache -logs. Currently there are two variables available: - - -``userID`` - User name of currently active user (he does not have to be logged in). -``userStatus`` - Status of currently active user, one of ``ok`` (user is logged in), - ``mysql-denied`` (MySQL denied user login), ``allow-denied`` (user denied - by allow/deny rules), ``root-denied`` (root is denied in configuration), - ``empty-denied`` (empty password is denied). - -``LogFormat`` directive for Apache can look like following: - -.. code-block:: apache - - LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %{userID}n %{userStatus}n" pma_combined - -You can then use any log analyzing tools to detect possible break-in -attempts. - -.. _faqsynchronization: - -Synchronization -+++++++++++++++ - -.. _faq9_1: - -9.1 (withdrawn). ----------------- - -.. _faq9_2: - -9.2 (withdrawn). ----------------- - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/glossary.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/glossary.txt deleted file mode 100644 index 3062d0dc..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/glossary.txt +++ /dev/null @@ -1,399 +0,0 @@ -.. _glossary: - -Glossary -======== - -From Wikipedia, the free encyclopedia - -.. glossary:: - - .htaccess - the default name of Apache's directory-level configuration file. - - .. seealso:: - - ACL - Access Contol List - - Blowfish - a keyed, symmetric block cipher, designed in 1993 by Bruce Schneier. - - .. seealso:: - - Browser - a software application that enables a user to display and interact with text, images, and other information typically located on a web page at a website on the World Wide Web. - - .. seealso:: - - bzip2 - a free software/open source data compression algorithm and program developed by Julian Seward. - - .. seealso:: - - CGI - Common Gateway Interface is an important World Wide Web technology that - enables a client web browser to request data from a program executed on - the Web server. - - .. seealso:: - - Changelog - a log or record of changes made to a project. - - .. seealso:: - - Client - a computer system that accesses a (remote) service on another computer by some kind of network. - - .. seealso:: - - column - a set of data values of a particular simple type, one for each row of the table. - - .. seealso:: - - Cookie - a packet of information sent by a server to a World Wide Web browser and then sent back by the browser each time it accesses that server. - - .. seealso:: - - CSV - Comma- separated values - - .. seealso:: - - DB - look at :term:`database` - - database - an organized collection of data. - - .. seealso:: - - Engine - look at :term:`storage engines` - - extension - a PHP module that extends PHP with additional functionality. - - .. seealso:: - - FAQ - Frequently Asked Questions is a list of commonly asked question and there - answers. - - .. seealso:: - - Field - one part of divided data/columns. - - .. seealso:: - - foreign key - a column or group of columns in a database row that point to a key column - or group of columns forming a key of another database row in some - (usually different) table. - - .. seealso:: - - FPDF - the free :term:`PDF` library - - .. seealso:: - - GD - Graphics Library by Thomas Boutell and others for dynamically manipulating images. - - .. seealso:: - - GD2 - look at :term:`gd` - - gzip - gzip is short for GNU zip, a GNU free software file compression program. - - .. seealso:: - - host - any machine connected to a computer network, a node that has a hostname. - - .. seealso:: - - hostname - the unique name by which a network attached device is known on a network. - - .. seealso:: - - HTTP - HyperText Transfer Protocol is the primary method used to transfer or - convey information on the World Wide Web. - - .. seealso:: - - https - a :term:`HTTP`-connection with additional security measures. - - .. seealso:: - - IEC - International Electrotechnical Commission - - IIS - Internet Information Services is a set of Internet-based services for - servers using Microsoft Windows. - - .. seealso:: - - Index - a feature that allows quick access to the rows in a table. - - .. seealso:: - - IP - Internet Protocol is a data-oriented protocol used by source and - destination hosts for communicating data across a packet-switched - internetwork. - - .. seealso:: - - IP Address - a unique number that devices use in order to identify and communicate with each other on a network utilizing the Internet Protocol standard. - - .. seealso:: - - IPv6 - IPv6 (Internet Protocol version 6) is the latest revision of the - Internet Protocol (:term:`IP`), designed to deal with the - long-anticipated problem of its precedessor IPv4 running out of addresses. - - .. seealso:: - - ISAPI - Internet Server Application Programming Interface is the API of Internet Information Services (IIS). - - .. seealso:: - - ISP - Internet service provider is a business or organization that offers users - access to the Internet and related services. - - .. seealso:: - - ISO - International Standards Organisation - - JPEG - a most commonly used standard method of lossy compression for photographic images. - - .. seealso:: - - JPG - look at :term:`jpeg` - - Key - look at :term:`index` - - LATEX - a document preparation system for the TEX typesetting program. - - .. seealso:: - - Mac - Apple Macintosh is line of personal computers is designed, developed, manufactured, and marketed by Apple Computer. - - .. seealso:: - - Mac OS X - the operating system which is included with all currently shipping Apple Macintosh computers in the consumer and professional markets. - - .. seealso:: - - MCrypt - a cryptographic library. - - .. seealso:: - - mcrypt - the MCrypt PHP extension. - - .. seealso:: - - MIME - Multipurpose Internet Mail Extensions is - an Internet Standard for the format of e-mail. - - .. seealso:: - - module - some sort of extension for the Apache Webserver. - - .. seealso:: - - MySQL - a multithreaded, multi-user, SQL (Structured Query Language) Database Management System (DBMS). - - .. seealso:: - - mysqli - the improved MySQL client PHP extension. - - .. seealso:: - - mysql - the MySQL client PHP extension. - - .. seealso:: - - OpenDocument - open standard for office documents. - - .. seealso:: - - OS X - look at :term:`Mac OS X`. - - .. seealso:: - - PDF - Portable Document Format is a file format developed by Adobe Systems for - representing two dimensional documents in a device independent and - resolution independent format. - - .. seealso:: - - PEAR - the PHP Extension and Application Repository. - - .. seealso:: - - PCRE - Perl Compatible Regular Expressions is the perl-compatible regular - expression functions for PHP - - .. seealso:: - - PHP - short for "PHP: Hypertext Preprocessor", is an open-source, reflective - programming language used mainly for developing server-side applications - and dynamic web content, and more recently, a broader range of software - applications. - - .. seealso:: - - port - a connection through which data is sent and received. - - .. seealso:: - - RFC - Request for Comments (RFC) documents are a series of memoranda - encompassing new research, innovations, and methodologies applicable to - Internet technologies. - - .. seealso:: - - RFC 1952 - GZIP file format specification version 4.3 - - .. seealso:: :rfc:`1952` - - Row (record, tuple) - represents a single, implicitly structured data item in a table. - - .. seealso:: - - Server - a computer system that provides services to other computing systems over a network. - - .. seealso:: - - Storage Engines - handlers for different table types - - .. seealso:: - - socket - a form of inter-process communication. - - .. seealso:: - - SSL - Secure Sockets Layer is a cryptographic protocol which provides secure - communication on the Internet. - - .. seealso:: - - Stored procedure - a subroutine available to applications accessing a relational database system - - .. seealso:: - - SQL - Structured Query Language - - .. seealso:: - - table - a set of data elements (cells) that is organized, defined and stored as - horizontal rows and vertical columns where each item can be uniquely - identified by a label or key or by it?s position in relation to other - items. - - .. seealso:: - - tar - a type of archive file format: the Tape ARchive format. - - .. seealso:: - - TCP - Transmission Control Protocol is one of the core protocols of the - Internet protocol suite. - - .. seealso:: - - TCPDF - Rewrite of :term:`UFPDF` with various improvements. - - .. seealso:: - - trigger - a procedural code that is automatically executed in response to certain events on a particular table or view in a database - - .. seealso:: - - UFPDF - Unicode/UTF-8 extension for :term:`FPDF` - - .. seealso:: - - URL - Uniform Resource Locator is a sequence of characters, conforming to a - standardized format, that is used for referring to resources, such as - documents and images on the Internet, by their location. - - .. seealso:: - - Webserver - A computer (program) that is responsible for accepting HTTP requests from clients and serving them Web pages. - - .. seealso:: - - XML - Extensible Markup Language is a W3C-recommended general- purpose markup - language for creating special-purpose markup languages, capable of - describing many different kinds of data. - - .. seealso:: - - ZIP - a popular data compression and archival format. - - .. seealso:: - - zlib - an open-source, cross- platform data compression library by Jean-loup Gailly and Mark Adler. - - .. seealso:: - - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/import_export.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/import_export.txt deleted file mode 100644 index 5921cd5c..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/import_export.txt +++ /dev/null @@ -1,27 +0,0 @@ -Import and export -================= - -In addition to the standard Import and Export tab, you can also import an SQL file directly by dragging and dropping -it from your local file manager to the phpMyAdmin interface in your web browser. - -Open Document Spreadsheet -------------------------- - -When importing an ODS speadsheet, the spreadsheet must be named in a specific way in order to make the -import as simple as possible. - -Table name -~~~~~~~~~~ - -During import, phpMyAdmin uses the sheet name as the table name; you should rename the -sheet in your spreadsheet program in order to match your existing table name (or the table you wish to create, -though this is less of a concern since you could quickly rename the new table from the Operations tab). - -Column names -~~~~~~~~~~~~ - -You should also make the first row of your spreadsheet a header with the names of the columns (this can be -accomplished by inserting a new row at the top of your spreadsheet). When on the Import screen, select the -checkbox for "The first line of the file contains the table column names;" this way your newly imported -data will go to the proper columns. - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/index.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/index.txt deleted file mode 100644 index 917ddf81..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/index.txt +++ /dev/null @@ -1,32 +0,0 @@ -.. phpMyAdmin documentation master file, created by - sphinx-quickstart on Wed Sep 26 14:04:48 2012. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to phpMyAdmin's documentation! -====================================== - -Contents: - -.. toctree:: - :maxdepth: 2 - - intro - require - setup - config - user - faq - developers - vendors - copyright - credits - glossary - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`search` -* :ref:`glossary` diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/intro.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/intro.txt deleted file mode 100644 index b8c348df..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/intro.txt +++ /dev/null @@ -1,68 +0,0 @@ -.. _intro: - -Introduction -============ - -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. - - -Supported features ------------------- - -Currently phpMyAdmin can: - -* browse and drop databases, tables, views, columns and indexes -* display multiple results sets through stored procedures or queries -* create, copy, drop, rename and alter databases, tables, columns and - indexes -* maintenance server, databases and tables, with proposals on server - configuration -* execute, edit and bookmark any :term:`SQL`-statement, even batch-queries -* load text files into tables -* create [#f1]_ and read dumps of tables -* export [#f1]_ data to various formats: :term:`CSV`, :term:`XML`, :term:`PDF`, - :term:`ISO`/:term:`IEC` 26300 - :term:`OpenDocument` Text and Spreadsheet, Microsoft - Word 2000, and LATEX formats -* import data and :term:`MySQL` structures from :term:`OpenDocument` spreadsheets, as - well as :term:`XML`, :term:`CSV`, and :term:`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 :term:`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 -* support mysqli, the improved MySQL extension see :ref:`faq1_17` -* create, edit, call, export and drop stored procedures and functions -* create, edit, export and drop events and triggers -* communicate in `80 different languages - `_ - - -A word about users ------------------- - -Many people have difficulty understanding the concept of user -management with regards to phpMyAdmin. When a user logs in to -phpMyAdmin, that username and password are passed directly to MySQL. -phpMyAdmin does no account management on its own (other than allowing -one to manipulate the MySQL user account information); all users must -be valid MySQL users. - -.. rubric:: Footnotes - -.. [#f1] - - phpMyAdmin can compress (:term:`Zip`, :term:`GZip` or :term:`RFC 1952` - formats) dumps and :term:`CSV` exports if you use PHP with - :term:`Zlib` support (``--with-zlib``). - Proper support may also need changes in :file:`php.ini`. diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/other.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/other.txt deleted file mode 100644 index bb6de86d..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/other.txt +++ /dev/null @@ -1,18 +0,0 @@ -Other sources of information -============================ - -Printed Book ------------- - -The definitive guide to using phpMyAdmin is the book Mastering phpMyAdmin for -Effective MySQL Management by Marc Delisle. You can get information on that -book and other officially endorsed `books at the phpMyAdmin site`_. - -.. _books at the phpMyAdmin site: https://www.phpmyadmin.net/docs/ - -Tutorials ---------- - -Third party tutorials and articles are listed on our `wiki page`_. - -.. _wiki page: http://wiki.phpmyadmin.net/pma/Articles diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/privileges.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/privileges.txt deleted file mode 100644 index ba5ce684..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/privileges.txt +++ /dev/null @@ -1,50 +0,0 @@ -User management -=============== - -User management is the process of controlling which users are allowed to -connect to the MySQL server and what permissions they have on each database. -phpMyAdmin does not handle user management, rather it passes the username and -password on to MySQL, which then determines whether a user is permitted to -perform a particular action. Within phpMyAdmin, administrators have full -control over creating users, viewing and editing privileges for existing users, -and removing users. - -Within phpMyAdmin, user management is controlled via the :guilabel:`Users` link -from the main page. Users can be created, edited, and removed. - -Creating a new user -------------------- - -To create a new user, click the :guilabel:`Add a new user` link near the bottom -of the :guilabel:`Users` page (you must be a "superuser", e.g., user "root"). -Use the textboxes and drop-downs to configure the user to your particular -needs. You can then select whether to create a database for that user and grant -specific global privileges. Once you've created the user (by clicking Go), you -can define that user's permissions on a specific database (don't grant global -privileges in that case). In general, users do not need any global privileges -(other than USAGE), only permissions for their specific database. - -Editing an existing user ------------------------- - -To edit an existing user, simply click the pencil icon to the right of that -user in the :guilabel:`Users` page. You can then edit their global- and -database-specific privileges, change their password, or even copy those -privileges to a new user. - -Deleting a user ---------------- - -From the :guilabel:`Users` page, check the checkbox for the user you wish to -remove, select whether or not to also remove any databases of the same name (if -they exist), and click Go. - -Assigning privileges to user for a specific database ----------------------------------------------------- - -Users are assigned to databases by editing the user record (from the -:guilabel:`Users` link on the home page) not from within the :guilabel:`Users` -link under the table. If you are creating a user specifically for a given table -you will have to create the user first (with no global privileges) and then go -back and edit that user to add the table and privileges for the individual -table. diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/require.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/require.txt deleted file mode 100644 index 42854bd6..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/require.txt +++ /dev/null @@ -1,54 +0,0 @@ -.. _require: - -Requirements -============ - -Web server ----------- - -Since, phpMyAdmin's interface is based entirely in your browser, you'll need a -web server (such as Apache, :term:`IIS`) to install phpMyAdmin's files into. - -PHP ---- - -* You need PHP 5.3.7 or newer, with ``session`` support, the Standard PHP Library - (SPL) extension, JSON support, and the ``mbstring`` extension. - -* To support uploading of ZIP files, you need the PHP ``zip`` extension. - -* You need GD2 support in PHP to display inline thumbnails of JPEGs - ("image/jpeg: inline") with their original aspect ratio. - -* When using the cookie authentication (the default), the `mcrypt - `_ extension is strongly suggested. - -* To support upload progress bars, see :ref:`faq2_9`. - -* To support XML and Open Document Spreadsheet importing, you need the - `libxml `_ extension. - -* To support reCAPTCHA on the login page, you need the - `openssl `_ extension. - -* Performance suggestion: install the ``ctype`` extension. - -.. seealso:: :ref:`faq1_31`, :ref:`authentication_modes` - -Database --------- - -phpMyAdmin supports MySQL-compatible databases. - -* MySQL 5.5 or newer -* MariaDB 5.5 or newer -* Drizzle - -.. seealso:: :ref:`faq1_17` - -Web browser ------------ - -To access phpMyAdmin you need a web browser with cookies and javascript -enabled. - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/setup.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/setup.txt deleted file mode 100644 index 8da06f2f..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/setup.txt +++ /dev/null @@ -1,543 +0,0 @@ -.. _setup: - -Installation -============ - -phpMyAdmin does not apply any special security methods to the MySQL -database server. It is still the system administrator's job to grant -permissions on the MySQL databases properly. phpMyAdmin's :guilabel:`Users` -page can be used for this. - -.. warning:: - - :term:`Mac` users should note that if you are on a version before - :term:`Mac OS X`, StuffIt unstuffs with :term:`Mac` formats. So you'll have - to resave as in BBEdit to Unix style ALL phpMyAdmin scripts before - uploading them to your server, as PHP seems not to like :term:`Mac`-style - end of lines character ("``\r``"). - -Linux distributions -+++++++++++++++++++ - -phpMyAdmin is included in most Linux distributions. It is recommended to use -distribution packages when possible - they usually provide integration to your -distribution and you will automatically get security updates from your distribution. - - -Debian ------- - -Debian's package repositories include a phpMyAdmin package, but be aware that -the configuration file is maintained in ``/etc/phpmyadmin`` and may differ in -some ways from the official phpMyAdmin documentation. - -OpenSUSE --------- - -OpenSUSE already comes with phpMyAdmin package, just install packages from -the `openSUSE Build Service `_. - -Ubuntu ------- - -Ubuntu ships phpMyAdmin package, however if you want to use recent version, you -can use packages from -`PPA for Michal Čihař `_. - -Gentoo ------- - -Gentoo ships the phpMyAdmin package, both in a near stock configuration as well -as in a ``webapp-config`` configuration. Use ``emerge dev-db/phpmyadmin`` to -install. - -Mandriva --------- - -Mandriva ships the phpMyAdmin package in their ``contrib`` branch and can be -installed via the usual Control Center. - -Fedora ------- - -Fedora ships the phpMyAdmin package, but be aware that the configuration file -is maintained in ``/etc/phpMyAdmin/`` and may differ in some ways from the -official phpMyAdmin documentation. - -Red Hat Enterprise Linux ------------------------- - -Red Hat Enterprise Linux itself and thus derivatives like CentOS don't -ship phpMyAdmin, but the Fedora-driven repository -`Extra Packages for Enterprise Linux (EPEL) `_ -is doing so, if it's -`enabled `_. -But be aware that the configuration file is maintained in -``/etc/phpMyAdmin/`` and may differ in some ways from the -official phpMyAdmin documentation. - - -Installing on Windows -+++++++++++++++++++++ - -The easiest way to get phpMyAdmin on Windows is using third party products -which include phpMyAdmin together with a database and web server such as -`XAMPP `_. - -You can find more of such options at `Wikipedia `_. - - -.. _quick_install: - -Quick Install -+++++++++++++ - -#. Choose an appropriate distribution kit from the phpmyadmin.net - Downloads page. Some kits contain only the English messages, others - contain all languages. We'll assume you chose a kit whose name - looks like ``phpMyAdmin-x.x.x -all-languages.tar.gz``. -#. Untar or unzip the distribution (be sure to unzip the subdirectories): - ``tar -xzvf phpMyAdmin_x.x.x-all-languages.tar.gz`` in your - webserver's document root. If you don't have direct access to your - document root, put the files in a directory on your local machine, - and, after step 4, transfer the directory on your web server using, - for example, ftp. -#. Ensure that all the scripts have the appropriate owner (if PHP is - running in safe mode, having some scripts with an owner different from - the owner of other scripts will be a problem). See :ref:`faq4_2` and - :ref:`faq1_26` for suggestions. -#. Now you must configure your installation. There are two methods that - can be used. Traditionally, users have hand-edited a copy of - :file:`config.inc.php`, but now a wizard-style setup script is provided - for those who prefer a graphical installation. Creating a - :file:`config.inc.php` is still a quick way to get started and needed for - some advanced features. - - -Manually creating the file --------------------------- - -To manually create the file, simply use your text editor to create the -file :file:`config.inc.php` (you can copy :file:`config.sample.inc.php` to get -a minimal configuration file) in the main (top-level) phpMyAdmin -directory (the one that contains :file:`index.php`). phpMyAdmin first -loads :file:`libraries/config.default.php` and then overrides those values -with anything found in :file:`config.inc.php`. If the default value is -okay for a particular setting, there is no need to include it in -:file:`config.inc.php`. You'll probably need only a few directives to get going; a -simple configuration may look like this: - -.. code-block:: xml+php - - - - -Or, if you prefer to not be prompted every time you log in: - -.. code-block:: xml+php - - - - -For a full explanation of possible configuration values, see the -:ref:`config` of this document. - -.. index:: Setup script - -.. _setup_script: - -Using Setup script ------------------- - -Instead of manually editing :file:`config.inc.php`, you can use phpMyAdmin's -setup feature. First you must manually create a folder ``config`` -in the phpMyAdmin directory. This is a security measure. On a -Linux/Unix system you can use the following commands: - -.. code-block:: sh - - - cd phpMyAdmin - mkdir config # create directory for saving - chmod o+rw config # give it world writable permissions - -And to edit an existing configuration, copy it over first: - -.. code-block:: sh - - - cp config.inc.php config/ # copy current configuration for editing - chmod o+w config/config.inc.php # give it world writable permissions - -.. note:: - - Debian and Ubuntu have simplified this setup and all you need to do is to - execute :program:`/usr/sbin/pma-configure`. - -On other platforms, simply create the folder and ensure that your web -server has read and write access to it. :ref:`faq1_26` can help with -this. - -Next, open your browser and visit the location where you installed phpMyAdmin, with the ``/setup`` suffix. If you have an existing configuration, -use the ``Load`` button to bring its content inside the setup panel. -Note that **changes are not saved to disk until you explicitly choose ``Save``** -from the *Configuration* area of the screen. Normally the script saves the new -:file:`config.inc.php` to the ``config/`` directory, but if the webserver does -not have the proper permissions you may see the error "Cannot load or -save configuration." Ensure that the ``config/`` directory exists and -has the proper permissions - or use the ``Download`` link to save the -config file locally and upload it (via FTP or some similar means) to the -proper location. - -Once the file has been saved, it must be moved out of the ``config/`` -directory and the permissions must be reset, again as a security -measure: - -.. code-block:: sh - - - mv config/config.inc.php . # move file to current directory - chmod o-rw config.inc.php # remove world read and write permissions - rm -rf config # remove not needed directory - -.. note:: - - Debian and Ubuntu have simplified this setup and all you need to do is to - execute :program:`/usr/sbin/pma-secure`. - -Now the file is ready to be used. You can choose to review or edit the -file with your favorite editor, if you prefer to set some advanced -options which the setup script does not provide. - -#. If you are using the ``auth_type`` "config", it is suggested that you - protect the phpMyAdmin installation directory because using config - does not require a user to enter a password to access the phpMyAdmin - installation. Use of an alternate authentication method is - recommended, for example with HTTP–AUTH in a :term:`.htaccess` file or switch to using - ``auth_type`` cookie or http. See the :ref:`faqmultiuser` - for additional information, especially :ref:`faq4_4`. -#. Open the `main phpMyAdmin directory `_ in your browser. - phpMyAdmin should now display a welcome screen and your databases, or - a login dialog if using :term:`HTTP` or - cookie authentication mode. -#. You should deny access to the ``./libraries`` and ``./setup/lib`` - subfolders in your webserver configuration. - Such configuration prevents from possible - path exposure and cross side scripting vulnerabilities that might - happen to be found in that code. For the Apache webserver, this is - often accomplished with a :term:`.htaccess` file in those directories. -#. It is generally a good idea to protect a public phpMyAdmin installation - against access by robots as they usually can not do anything good - there. You can do this using ``robots.txt`` file in root of your - webserver or limit access by web server configuration, see - :ref:`faq1_42`. - -.. index:: - single: Configuration storage - single: phpMyAdmin configuration storage - single: pmadb - -.. _linked-tables: - -phpMyAdmin configuration storage -++++++++++++++++++++++++++++++++ - -For a whole set of additional features (bookmarks, comments, :term:`SQL`-history, -tracking mechanism, :term:`PDF`-generation, column contents transformation, -etc.) you need to create a set of special tables. Those tables can be located -in your own database, or in a central database for a multi-user installation -(this database would then be accessed by the controluser, so no other user -should have rights to it). - -Zero configuration ------------------- - -In many cases, this database structure can be automatically created and -configured. This is called “Zero Configuration” mode and can be particularly -useful in shared hosting situations. “Zeroconf” mode is on by default, to -disable set :config:option:`$cfg['ZeroConf']` to false. - -The following three scenarios are covered by the Zero Configuration mode: - -* When entering a database where the configuration storage tables are not - present, phpMyAdmin offers to create them from the Operations tab. -* When entering a database where the tables do already exist, the software - automatically detects this and begins using them. This is the most common - situation; after the tables are initially created automatically they are - continually used without disturbing the user; this is also most useful on - shared hosting where the user is not able to edit :file:`config.inc.php` and - usually the user only has access to one database. -* When having access to multiple databases, if the user first enters the - database containing the configuration storage tables then switches to - another database, - phpMyAdmin continues to use the tables from the first database; the user is - not prompted to create more tables in the new database. - - -Manual configuration --------------------- - -Please look at your ``./sql/`` directory, where you should find a -file called *create\_tables.sql*. (If you are using a Windows server, -pay special attention to :ref:`faq1_23`). - -If you already had this infrastructure and: - -* upgraded to MySQL 4.1.2 or newer, please use - :file:`sql/upgrade_tables_mysql_4_1_2+.sql`. -* upgraded to phpMyAdmin 4.3.0 or newer from 2.5.0 or newer (<= 4.2.x), - please use :file:`sql/upgrade_column_info_4_3_0+.sql`. - -and then create new tables by importing :file:`sql/create_tables.sql`. - -You can use your phpMyAdmin to create the tables for you. Please be -aware that you may need special (administrator) privileges to create -the database and tables, and that the script may need some tuning, -depending on the database name. - -After having imported the :file:`sql/create_tables.sql` file, you -should specify the table names in your :file:`config.inc.php` file. The -directives used for that can be found in the :ref:`config`. - -You will also need to have a controluser -(:config:option:`$cfg['Servers'][$i]['controluser']` and -:config:option:`$cfg['Servers'][$i]['controlpass']` settings) -with the proper rights to those tables. For example you can create it -using following statement: - -.. code-block:: mysql - - GRANT SELECT, INSERT, UPDATE, DELETE ON .* TO 'pma'@'localhost' IDENTIFIED BY 'pmapass'; - -.. _upgrading: - -Upgrading from an older version -+++++++++++++++++++++++++++++++ - -**Never** extract the new version over an existing installation -of phpMyAdmin; we had evidence of problems caused by this. - -Simply copy :file:`config.inc.php` from your previous installation into -the newly unpacked one. Configuration files from old versions may -require some tweaking as some options have been changed or removed. -For compatibility with PHP 5.3 and later, remove a -``set_magic_quotes_runtime(0);`` statement that you might find near -the end of your configuration file. - -You should **not** copy :file:`libraries/config.default.php` over -:file:`config.inc.php` because the default configuration file is version- -specific. - -If you have upgraded your MySQL server from a version previous to 4.1.2 to -version 5.x or newer and if you use the phpMyAdmin configuration storage, you -should run the :term:`SQL` script found in -:file:`sql/upgrade_tables_mysql_4_1_2+.sql`. - -If you have upgraded your phpMyAdmin to 4.3.0 or newer from 2.5.0 or -newer (<= 4.2.x) and if you use the phpMyAdmin configuration storage, you -should run the :term:`SQL` script found in -:file:`sql/upgrade_column_info_4_3_0+.sql`. - -.. index:: Authentication mode - -.. _authentication_modes: - -Using authentication modes -++++++++++++++++++++++++++ - -:term:`HTTP` and cookie authentication modes are recommended in a **multi-user -environment** where you want to give users access to their own database and -don't want them to play around with others. Nevertheless be aware that MS -Internet Explorer seems to be really buggy about cookies, at least till version -6. Even in a **single-user environment**, you might prefer to use :term:`HTTP` -or cookie mode so that your user/password pair are not in clear in the -configuration file. - -:term:`HTTP` and cookie authentication -modes are more secure: the MySQL login information does not need to be -set in the phpMyAdmin configuration file (except possibly for the -:config:option:`$cfg['Servers'][$i]['controluser']`). -However, keep in mind that the password travels in plain text, unless -you are using the HTTPS protocol. In cookie mode, the password is -stored, encrypted with the AES algorithm, in a temporary cookie. - -Then each of the *true* users should be granted a set of privileges -on a set of particular databases. Normally you shouldn't give global -privileges to an ordinary user, unless you understand the impact of those -privileges (for example, you are creating a superuser). -For example, to grant the user *real_user* with all privileges on -the database *user_base*: - -.. code-block:: mysql - - GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password'; - - -What the user may now do is controlled entirely by the MySQL user management -system. With HTTP or cookie authentication mode, you don't need to fill the -user/password fields inside the :config:option:`$cfg['Servers']`. - -.. index:: pair: HTTP; Authentication mode - -HTTP authentication mode ------------------------- - -* Uses :term:`HTTP` Basic authentication - method and allows you to log in as any valid MySQL user. -* Is supported with most PHP configurations. For :term:`IIS` (:term:`ISAPI`) - support using :term:`CGI` PHP see :ref:`faq1_32`, for using with Apache - :term:`CGI` see :ref:`faq1_35`. -* See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along with - ':term:`HTTP`' authentication mode. - -.. index:: pair: Cookie; Authentication mode - -.. _cookie: - -Cookie authentication mode --------------------------- - -* Username and password are stored in cookies during the session and password - is deleted when it ends. -* With this mode, the user can truly log out of phpMyAdmin and log - back in with the same username. -* If you want to allow users to enter any hostname to connect (rather than only - servers that are configured in :file:`config.inc.php`), - see the :config:option:`$cfg['AllowArbitraryServer']` directive. -* As mentioned in the :ref:`require` section, having the ``mcrypt`` extension will - speed up access considerably, but is not required. - -.. index:: pair: Signon; Authentication mode - -.. _auth_signon: - -Signon authentication mode --------------------------- - -* This mode is a convenient way of using credentials from another - application to authenticate to phpMyAdmin to implement single signon - solution. -* The other application has to store login information into session - data (see :config:option:`$cfg['Servers'][$i]['SignonSession']`) or you - need to implement script to return the credentials (see - :config:option:`$cfg['Servers'][$i]['SignonScript']`). -* When no credentials are available, the user is being redirected to - :config:option:`$cfg['Servers'][$i]['SignonURL']`, where you should handle - the login process. - -The very basic example of saving credentials in a session is available as -:file:`examples/signon.php`: - -.. literalinclude:: ../examples/signon.php - :language: php - -Alternatively you can also use this way to integrate with OpenID as shown -in :file:`examples/openid.php`: - -.. literalinclude:: ../examples/openid.php - :language: php - -If you intend to pass the credentials using some other means than, you have to -implement wrapper in PHP to get that data and set it to -:config:option:`$cfg['Servers'][$i]['SignonScript']`. There is very minimal example -in :file:`examples/signon-script.php`: - -.. literalinclude:: ../examples/signon-script.php - :language: php - -.. seealso:: - :config:option:`$cfg['Servers'][$i]['auth_type']`, - :config:option:`$cfg['Servers'][$i]['SignonSession']`, - :config:option:`$cfg['Servers'][$i]['SignonScript']`, - :config:option:`$cfg['Servers'][$i]['SignonURL']` - - -.. index:: pair: Config; Authentication mode - -Config authentication mode --------------------------- - -* This mode is sometimes the less secure one because it requires you to fill the - :config:option:`$cfg['Servers'][$i]['user']` and - :config:option:`$cfg['Servers'][$i]['password']` - fields (and as a result, anyone who can read your :file:`config.inc.php` - can discover your username and password). -* In the :ref:`faqmultiuser` section, there is an entry explaining how - to protect your configuration file. -* For additional security in this mode, you may wish to consider the - Host authentication :config:option:`$cfg['Servers'][$i]['AllowDeny']['order']` - and :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` configuration directives. -* Unlike cookie and http, does not require a user to log in when first - loading the phpMyAdmin site. This is by design but could allow any - user to access your installation. Use of some restriction method is - suggested, perhaps a :term:`.htaccess` file with the HTTP-AUTH directive or disallowing - incoming HTTP requests at one’s router or firewall will suffice (both - of which are beyond the scope of this manual but easily searchable - with Google). - -.. index:: pair: Swekey; Authentication mode - -.. _swekey: - -Swekey authentication mode --------------------------- - -The Swekey is a low cost authentication USB key that can be used in -web applications. When Swekey authentication is activated, phpMyAdmin -requires the users's Swekey to be plugged before entering the login -page (currently supported for cookie authentication mode only). Swekey -Authentication is disabled by default. To enable it, add the following -line to :file:`config.inc.php`: - -.. code-block:: php - - $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey.conf'; - -You then have to create the ``swekey.conf`` file that will associate -each user with their Swekey Id. It is important to place this file -outside of your web server's document root (in the example, it is -located in ``/etc``). Feel free to use it with your own users' -information. If you want to purchase a Swekey please visit -`https://www.phpmyadmin.net/auth\_key/ `_ -since this link provides funding for phpMyAdmin. - -A self documented sample file is provided in the -file :file:`examples/swekey.sample.conf`: - -.. literalinclude:: ../examples/swekey.sample.conf - :language: sh - -.. seealso:: :config:option:`$cfg['Servers'][$i]['auth_swekey_config']` - - -Securing your phpMyAdmin installation -+++++++++++++++++++++++++++++++++++++ - -The phpMyAdmin team tries hard to make the application secure, however there -are always ways to make your installation more secure: - -* Remove the ``setup`` directory from phpMyAdmin, you will probably not - use it after the initial setup. -* Properly choose an authentication method - :ref:`cookie` - is probably the best choice for shared hosting. -* In case you don't want all MySQL users to be able to access - phpMyAdmin, you can use :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` to limit them. -* Consider hiding phpMyAdmin behind an authentication proxy, so that - users need to authenticate prior to providing MySQL credentials - to phpMyAdmin. -* If you are afraid of automated attacks, enabling Captcha by - :config:option:`$cfg['CaptchaLoginPublicKey']` and - :config:option:`$cfg['CaptchaLoginPrivateKey']` might be an option. diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/transformations.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/transformations.txt deleted file mode 100644 index 4c3ce46c..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/transformations.txt +++ /dev/null @@ -1,138 +0,0 @@ -.. _transformations: - -Transformations -=============== - -.. _transformationsintro: - -Introduction -++++++++++++ - -To enable transformations, you have to setup the ``column_info`` -table and the proper directives. Please see the :ref:`config` on how to do so. - -You can apply different transformations to the contents of each -column. The transformation will take the content of each column and -transform it with certain rules defined in the selected -transformation. - -Say you have a column 'filename' which contains a filename. Normally -you would see in phpMyAdmin only this filename. Using transformations -you can transform that filename into a HTML link, so you can click -inside of the phpMyAdmin structure on the column's link and will see -the file displayed in a new browser window. Using transformation -options you can also specify strings to append/prepend to a string or -the format you want the output stored in. - -For a general overview of all available transformations and their -options, you can consult your *//transformation\_overview.php* installation. - -For a tutorial on how to effectively use transformations, see our -`Link section `_ on the -official phpMyAdmin homepage. - -.. _transformationshowto: - -Usage -+++++ - -Go to your *tbl\_structure.php* page (i.e. reached through clicking on -the 'Structure' link for a table). There click on "Change" (or change -icon) and there you will see three new fields at the end of the line. -They are called 'MIME-type', 'Browser transformation' and -'Transformation options'. - -* The field 'MIME-type' is a drop-down field. Select the MIME-type that - corresponds to the column's contents. Please note that transformations - are inactive as long as no MIME-type is selected. -* The field 'Browser transformation' is a drop-down field. You can - choose from a hopefully growing amount of pre-defined transformations. - See below for information on how to build your own transformation. - There are global transformations and mimetype-bound transformations. - Global transformations can be used for any mimetype. They will take - the mimetype, if necessary, into regard. Mimetype-bound - transformations usually only operate on a certain mimetype. There are - transformations which operate on the main mimetype (like 'image'), - which will most likely take the subtype into regard, and those who - only operate on a specific subtype (like 'image/jpeg'). You can use - transformations on mimetypes for which the function was not defined - for. There is no security check for you selected the right - transformation, so take care of what the output will be like. -* The field 'Transformation options' is a free-type textfield. You have - to enter transform-function specific options here. Usually the - transforms can operate with default options, but it is generally a - good idea to look up the overview to see which options are necessary. - Much like the ENUM/SET-Fields, you have to split up several options - using the format 'a','b','c',...(NOTE THE MISSING BLANKS). This is - because internally the options will be parsed as an array, leaving the - first value the first element in the array, and so forth. If you want - to specify a MIME character set you can define it in the - transformation\_options. You have to put that outside of the pre- - defined options of the specific mime-transform, as the last value of - the set. Use the format "'; charset=XXX'". If you use a transform, for - which you can specify 2 options and you want to append a character - set, enter "'first parameter','second parameter','charset=us-ascii'". - You can, however use the defaults for the parameters: "'','','charset - =us-ascii'". - -.. _transformationsfiles: - -File structure -++++++++++++++ - -All specific transformations for mimetypes are defined through class -files in the directory 'libraries/plugins/transformations/'. Each of -them extends a certain transformation abstract class declared in -libraries/plugins/transformations/abstract. - -They are stored in files to ease up customization and easy adding of -new transformations. - -Because the user cannot enter own mimetypes, it is kept sure that -transformations always work. It makes no sense to apply a -transformation to a mimetype the transform-function doesn't know to -handle. - -There is a file called '*transformations.lib.php*' that provides some -basic functions which can be included by any other transform function. - -The file name convention is ``[Mimetype]_[Subtype]_[Transformation -Name].class.php``, while the abtract class that it extends has the -name ``[Transformation Name]TransformationsPlugin``. All of the -methods that have to be implemented by a transformations plug-in are: - -#. getMIMEType() and getMIMESubtype() in the main class; -#. getName(), getInfo() and applyTransformation() in the abstract class - it extends. - -The getMIMEType(), getMIMESubtype() and getName() methods return the -name of the MIME type, MIME Subtype and transformation accordingly. -getInfo() returns the transformation's description and possible -options it may receive and applyTransformation() is the method that -does the actual work of the transformation plug-in. - -Please see the libraries/plugins/transformations/TEMPLATE and -libraries/plugins/transformations/TEMPLATE\_ABSTRACT files for adding -your own transformation plug-in. You can also generate a new -transformation plug-in (with or without the abstract transformation -class), by using -:file:`libraries/plugins/transformations/generator_plugin.sh` or -:file:`libraries/plugins/transformations/generator_main_class.sh`. - -The applyTransformation() method always gets passed three variables: - -#. **$buffer** - Contains the text inside of the column. This is the - text, you want to transform. -#. **$options** - Contains any user-passed options to a transform - function as an array. -#. **$meta** - Contains an object with information about your column. The - data is drawn from the output of the `mysql\_fetch\_field() - `_ function. This means, all - object properties described on the `manual page - `_ are available in this - variable and can be used to transform a column accordingly to - unsigned/zerofill/not\_null/... properties. The $meta->mimetype - variable contains the original MIME-type of the column (i.e. - 'text/plain', 'image/jpeg' etc.) - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/user.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/user.txt deleted file mode 100644 index 06a3c9c4..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/user.txt +++ /dev/null @@ -1,10 +0,0 @@ -User Guide -========== - -.. toctree:: - :maxdepth: 2 - - transformations - privileges - other - import_export diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/vendors.txt b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/vendors.txt deleted file mode 100644 index e24f23c6..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_sources/vendors.txt +++ /dev/null @@ -1,35 +0,0 @@ -Distributing and packaging phpMyAdmin -===================================== - -This document is intended to give advices to people who want to -redistribute phpMyAdmin inside other software package such as Linux -distribution or some all in one package including web server and MySQL -server. - -Generally you can customize some basic aspects (paths to some files and -behavior) in :file:`libraries/vendor_config.php`. - -For example if you want setup script to generate config file in var, change -``SETUP_CONFIG_FILE`` to :file:`/var/lib/phpmyadmin/config.inc.php` and you -will also probably want to skip directory writable check, so set -``SETUP_DIR_WRITABLE`` to false. - -External libraries ------------------- - -phpMyAdmin includes several external libraries, you might want to -replace them with system ones if they are available, but please note -that you should test whether version you provide is compatible with the -one we ship. - -Currently known list of external libraries: - -js/jquery - jQuery js framework and various jQuery based libraries. - -libraries/php-gettext - php-gettext library -libraries/tcpdf - tcpdf library, stripped down of not needed files -libraries/phpseclib - portions of phpseclib library diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/ajax-loader.gif b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/ajax-loader.gif deleted file mode 100644 index 61faf8ca..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/ajax-loader.gif and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/basic.css b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/basic.css deleted file mode 100644 index 967e36ce..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/basic.css +++ /dev/null @@ -1,537 +0,0 @@ -/* - * basic.css - * ~~~~~~~~~ - * - * Sphinx stylesheet -- basic theme. - * - * :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * - */ - -/* -- main layout ----------------------------------------------------------- */ - -div.clearer { - clear: both; -} - -/* -- relbar ---------------------------------------------------------------- */ - -div.related { - width: 100%; - font-size: 90%; -} - -div.related h3 { - display: none; -} - -div.related ul { - margin: 0; - padding: 0 0 0 10px; - list-style: none; -} - -div.related li { - display: inline; -} - -div.related li.right { - float: right; - margin-right: 5px; -} - -/* -- sidebar --------------------------------------------------------------- */ - -div.sphinxsidebarwrapper { - padding: 10px 5px 0 10px; -} - -div.sphinxsidebar { - float: left; - width: 230px; - margin-left: -100%; - font-size: 90%; -} - -div.sphinxsidebar ul { - list-style: none; -} - -div.sphinxsidebar ul ul, -div.sphinxsidebar ul.want-points { - margin-left: 20px; - list-style: square; -} - -div.sphinxsidebar ul ul { - margin-top: 0; - margin-bottom: 0; -} - -div.sphinxsidebar form { - margin-top: 10px; -} - -div.sphinxsidebar input { - border: 1px solid #98dbcc; - font-family: sans-serif; - font-size: 1em; -} - -div.sphinxsidebar #searchbox input[type="text"] { - width: 170px; -} - -div.sphinxsidebar #searchbox input[type="submit"] { - width: 30px; -} - -img { - border: 0; - max-width: 100%; -} - -/* -- search page ----------------------------------------------------------- */ - -ul.search { - margin: 10px 0 0 20px; - padding: 0; -} - -ul.search li { - padding: 5px 0 5px 20px; - background-image: url(file.png); - background-repeat: no-repeat; - background-position: 0 7px; -} - -ul.search li a { - font-weight: bold; -} - -ul.search li div.context { - color: #888; - margin: 2px 0 0 30px; - text-align: left; -} - -ul.keywordmatches li.goodmatch a { - font-weight: bold; -} - -/* -- index page ------------------------------------------------------------ */ - -table.contentstable { - width: 90%; -} - -table.contentstable p.biglink { - line-height: 150%; -} - -a.biglink { - font-size: 1.3em; -} - -span.linkdescr { - font-style: italic; - padding-top: 5px; - font-size: 90%; -} - -/* -- general index --------------------------------------------------------- */ - -table.indextable { - width: 100%; -} - -table.indextable td { - text-align: left; - vertical-align: top; -} - -table.indextable dl, table.indextable dd { - margin-top: 0; - margin-bottom: 0; -} - -table.indextable tr.pcap { - height: 10px; -} - -table.indextable tr.cap { - margin-top: 10px; - background-color: #f2f2f2; -} - -img.toggler { - margin-right: 3px; - margin-top: 3px; - cursor: pointer; -} - -div.modindex-jumpbox { - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; - margin: 1em 0 1em 0; - padding: 0.4em; -} - -div.genindex-jumpbox { - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; - margin: 1em 0 1em 0; - padding: 0.4em; -} - -/* -- general body styles --------------------------------------------------- */ - -a.headerlink { - visibility: hidden; -} - -h1:hover > a.headerlink, -h2:hover > a.headerlink, -h3:hover > a.headerlink, -h4:hover > a.headerlink, -h5:hover > a.headerlink, -h6:hover > a.headerlink, -dt:hover > a.headerlink { - visibility: visible; -} - -div.body p.caption { - text-align: inherit; -} - -div.body td { - text-align: left; -} - -.field-list ul { - padding-left: 1em; -} - -.first { - margin-top: 0 !important; -} - -p.rubric { - margin-top: 30px; - font-weight: bold; -} - -img.align-left, .figure.align-left, object.align-left { - clear: left; - float: left; - margin-right: 1em; -} - -img.align-right, .figure.align-right, object.align-right { - clear: right; - float: right; - margin-left: 1em; -} - -img.align-center, .figure.align-center, object.align-center { - display: block; - margin-left: auto; - margin-right: auto; -} - -.align-left { - text-align: left; -} - -.align-center { - text-align: center; -} - -.align-right { - text-align: right; -} - -/* -- sidebars -------------------------------------------------------------- */ - -div.sidebar { - margin: 0 0 0.5em 1em; - border: 1px solid #ddb; - padding: 7px 7px 0 7px; - background-color: #ffe; - width: 40%; - float: right; -} - -p.sidebar-title { - font-weight: bold; -} - -/* -- topics ---------------------------------------------------------------- */ - -div.topic { - border: 1px solid #ccc; - padding: 7px 7px 0 7px; - margin: 10px 0 10px 0; -} - -p.topic-title { - font-size: 1.1em; - font-weight: bold; - margin-top: 10px; -} - -/* -- admonitions ----------------------------------------------------------- */ - -div.admonition { - margin-top: 10px; - margin-bottom: 10px; - padding: 7px; -} - -div.admonition dt { - font-weight: bold; -} - -div.admonition dl { - margin-bottom: 0; -} - -p.admonition-title { - margin: 0px 10px 5px 0px; - font-weight: bold; -} - -div.body p.centered { - text-align: center; - margin-top: 25px; -} - -/* -- tables ---------------------------------------------------------------- */ - -table.docutils { - border: 0; - border-collapse: collapse; -} - -table.docutils td, table.docutils th { - padding: 1px 8px 1px 5px; - border-top: 0; - border-left: 0; - border-right: 0; - border-bottom: 1px solid #aaa; -} - -table.field-list td, table.field-list th { - border: 0 !important; -} - -table.footnote td, table.footnote th { - border: 0 !important; -} - -th { - text-align: left; - padding-right: 5px; -} - -table.citation { - border-left: solid 1px gray; - margin-left: 1px; -} - -table.citation td { - border-bottom: none; -} - -/* -- other body styles ----------------------------------------------------- */ - -ol.arabic { - list-style: decimal; -} - -ol.loweralpha { - list-style: lower-alpha; -} - -ol.upperalpha { - list-style: upper-alpha; -} - -ol.lowerroman { - list-style: lower-roman; -} - -ol.upperroman { - list-style: upper-roman; -} - -dl { - margin-bottom: 15px; -} - -dd p { - margin-top: 0px; -} - -dd ul, dd table { - margin-bottom: 10px; -} - -dd { - margin-top: 3px; - margin-bottom: 10px; - margin-left: 30px; -} - -dt:target, .highlighted { - background-color: #fbe54e; -} - -dl.glossary dt { - font-weight: bold; - font-size: 1.1em; -} - -.field-list ul { - margin: 0; - padding-left: 1em; -} - -.field-list p { - margin: 0; -} - -.optional { - font-size: 1.3em; -} - -.versionmodified { - font-style: italic; -} - -.system-message { - background-color: #fda; - padding: 5px; - border: 3px solid red; -} - -.footnote:target { - background-color: #ffa; -} - -.line-block { - display: block; - margin-top: 1em; - margin-bottom: 1em; -} - -.line-block .line-block { - margin-top: 0; - margin-bottom: 0; - margin-left: 1.5em; -} - -.guilabel, .menuselection { - font-family: sans-serif; -} - -.accelerator { - text-decoration: underline; -} - -.classifier { - font-style: oblique; -} - -abbr, acronym { - border-bottom: dotted 1px; - cursor: help; -} - -/* -- code displays --------------------------------------------------------- */ - -pre { - overflow: auto; - overflow-y: hidden; /* fixes display issues on Chrome browsers */ -} - -td.linenos pre { - padding: 5px 0px; - border: 0; - background-color: transparent; - color: #aaa; -} - -table.highlighttable { - margin-left: 0.5em; -} - -table.highlighttable td { - padding: 0 0.5em 0 0.5em; -} - -tt.descname { - background-color: transparent; - font-weight: bold; - font-size: 1.2em; -} - -tt.descclassname { - background-color: transparent; -} - -tt.xref, a tt { - background-color: transparent; - font-weight: bold; -} - -h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { - background-color: transparent; -} - -.viewcode-link { - float: right; -} - -.viewcode-back { - float: right; - font-family: sans-serif; -} - -div.viewcode-block:target { - margin: -1px -10px; - padding: 0 10px; -} - -/* -- math display ---------------------------------------------------------- */ - -img.math { - vertical-align: middle; -} - -div.body div.math p { - text-align: center; -} - -span.eqno { - float: right; -} - -/* -- printout stylesheet --------------------------------------------------- */ - -@media print { - div.document, - div.documentwrapper, - div.bodywrapper { - margin: 0 !important; - width: 100%; - } - - div.sphinxsidebar, - div.related, - div.footer, - #top-link { - display: none; - } -} \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/comment-bright.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/comment-bright.png deleted file mode 100644 index 551517b8..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/comment-bright.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/comment-close.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/comment-close.png deleted file mode 100644 index 09b54be4..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/comment-close.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/comment.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/comment.png deleted file mode 100644 index 92feb52b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/comment.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/default.css b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/default.css deleted file mode 100644 index 5f1399ab..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/default.css +++ /dev/null @@ -1,256 +0,0 @@ -/* - * default.css_t - * ~~~~~~~~~~~~~ - * - * Sphinx stylesheet -- default theme. - * - * :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * - */ - -@import url("basic.css"); - -/* -- page layout ----------------------------------------------------------- */ - -body { - font-family: sans-serif; - font-size: 100%; - background-color: #11303d; - color: #000; - margin: 0; - padding: 0; -} - -div.document { - background-color: #1c4e63; -} - -div.documentwrapper { - float: left; - width: 100%; -} - -div.bodywrapper { - margin: 0 0 0 230px; -} - -div.body { - background-color: #ffffff; - color: #000000; - padding: 0 20px 30px 20px; -} - -div.footer { - color: #ffffff; - width: 100%; - padding: 9px 0 9px 0; - text-align: center; - font-size: 75%; -} - -div.footer a { - color: #ffffff; - text-decoration: underline; -} - -div.related { - background-color: #133f52; - line-height: 30px; - color: #ffffff; -} - -div.related a { - color: #ffffff; -} - -div.sphinxsidebar { -} - -div.sphinxsidebar h3 { - font-family: 'Trebuchet MS', sans-serif; - color: #ffffff; - font-size: 1.4em; - font-weight: normal; - margin: 0; - padding: 0; -} - -div.sphinxsidebar h3 a { - color: #ffffff; -} - -div.sphinxsidebar h4 { - font-family: 'Trebuchet MS', sans-serif; - color: #ffffff; - font-size: 1.3em; - font-weight: normal; - margin: 5px 0 0 0; - padding: 0; -} - -div.sphinxsidebar p { - color: #ffffff; -} - -div.sphinxsidebar p.topless { - margin: 5px 10px 10px 10px; -} - -div.sphinxsidebar ul { - margin: 10px; - padding: 0; - color: #ffffff; -} - -div.sphinxsidebar a { - color: #98dbcc; -} - -div.sphinxsidebar input { - border: 1px solid #98dbcc; - font-family: sans-serif; - font-size: 1em; -} - - - -/* -- hyperlink styles ------------------------------------------------------ */ - -a { - color: #355f7c; - text-decoration: none; -} - -a:visited { - color: #355f7c; - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - - - -/* -- body styles ----------------------------------------------------------- */ - -div.body h1, -div.body h2, -div.body h3, -div.body h4, -div.body h5, -div.body h6 { - font-family: 'Trebuchet MS', sans-serif; - background-color: #f2f2f2; - font-weight: normal; - color: #20435c; - border-bottom: 1px solid #ccc; - margin: 20px -20px 10px -20px; - padding: 3px 0 3px 10px; -} - -div.body h1 { margin-top: 0; font-size: 200%; } -div.body h2 { font-size: 160%; } -div.body h3 { font-size: 140%; } -div.body h4 { font-size: 120%; } -div.body h5 { font-size: 110%; } -div.body h6 { font-size: 100%; } - -a.headerlink { - color: #c60f0f; - font-size: 0.8em; - padding: 0 4px 0 4px; - text-decoration: none; -} - -a.headerlink:hover { - background-color: #c60f0f; - color: white; -} - -div.body p, div.body dd, div.body li { - text-align: justify; - line-height: 130%; -} - -div.admonition p.admonition-title + p { - display: inline; -} - -div.admonition p { - margin-bottom: 5px; -} - -div.admonition pre { - margin-bottom: 5px; -} - -div.admonition ul, div.admonition ol { - margin-bottom: 5px; -} - -div.note { - background-color: #eee; - border: 1px solid #ccc; -} - -div.seealso { - background-color: #ffc; - border: 1px solid #ff6; -} - -div.topic { - background-color: #eee; -} - -div.warning { - background-color: #ffe4e4; - border: 1px solid #f66; -} - -p.admonition-title { - display: inline; -} - -p.admonition-title:after { - content: ":"; -} - -pre { - padding: 5px; - background-color: #eeffcc; - color: #333333; - line-height: 120%; - border: 1px solid #ac9; - border-left: none; - border-right: none; -} - -tt { - background-color: #ecf0f3; - padding: 0 1px 0 1px; - font-size: 0.95em; -} - -th { - background-color: #ede; -} - -.warning tt { - background: #efc2c2; -} - -.note tt { - background: #d6d6d6; -} - -.viewcode-back { - font-family: sans-serif; -} - -div.viewcode-block:target { - background-color: #f4debf; - border-top: 1px solid #ac9; - border-bottom: 1px solid #ac9; -} \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/doctools.js b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/doctools.js deleted file mode 100644 index c5455c90..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/doctools.js +++ /dev/null @@ -1,238 +0,0 @@ -/* - * doctools.js - * ~~~~~~~~~~~ - * - * Sphinx JavaScript utilities for all documentation. - * - * :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * - */ - -/** - * select a different prefix for underscore - */ -$u = _.noConflict(); - -/** - * make the code below compatible with browsers without - * an installed firebug like debugger -if (!window.console || !console.firebug) { - var names = ["log", "debug", "info", "warn", "error", "assert", "dir", - "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", - "profile", "profileEnd"]; - window.console = {}; - for (var i = 0; i < names.length; ++i) - window.console[names[i]] = function() {}; -} - */ - -/** - * small helper function to urldecode strings - */ -jQuery.urldecode = function(x) { - return decodeURIComponent(x).replace(/\+/g, ' '); -}; - -/** - * small helper function to urlencode strings - */ -jQuery.urlencode = encodeURIComponent; - -/** - * This function returns the parsed url parameters of the - * current request. Multiple values per key are supported, - * it will always return arrays of strings for the value parts. - */ -jQuery.getQueryParameters = function(s) { - if (typeof s == 'undefined') - s = document.location.search; - var parts = s.substr(s.indexOf('?') + 1).split('&'); - var result = {}; - for (var i = 0; i < parts.length; i++) { - var tmp = parts[i].split('=', 2); - var key = jQuery.urldecode(tmp[0]); - var value = jQuery.urldecode(tmp[1]); - if (key in result) - result[key].push(value); - else - result[key] = [value]; - } - return result; -}; - -/** - * highlight a given string on a jquery object by wrapping it in - * span elements with the given class name. - */ -jQuery.fn.highlightText = function(text, className) { - function highlight(node) { - if (node.nodeType == 3) { - var val = node.nodeValue; - var pos = val.toLowerCase().indexOf(text); - if (pos >= 0 && !jQuery(node.parentNode).hasClass(className)) { - var span = document.createElement("span"); - span.className = className; - span.appendChild(document.createTextNode(val.substr(pos, text.length))); - node.parentNode.insertBefore(span, node.parentNode.insertBefore( - document.createTextNode(val.substr(pos + text.length)), - node.nextSibling)); - node.nodeValue = val.substr(0, pos); - } - } - else if (!jQuery(node).is("button, select, textarea")) { - jQuery.each(node.childNodes, function() { - highlight(this); - }); - } - } - return this.each(function() { - highlight(this); - }); -}; - -/** - * Small JavaScript module for the documentation. - */ -var Documentation = { - - init : function() { - this.fixFirefoxAnchorBug(); - this.highlightSearchWords(); - this.initIndexTable(); - }, - - /** - * i18n support - */ - TRANSLATIONS : {}, - PLURAL_EXPR : function(n) { return n == 1 ? 0 : 1; }, - LOCALE : 'unknown', - - // gettext and ngettext don't access this so that the functions - // can safely bound to a different name (_ = Documentation.gettext) - gettext : function(string) { - var translated = Documentation.TRANSLATIONS[string]; - if (typeof translated == 'undefined') - return string; - return (typeof translated == 'string') ? translated : translated[0]; - }, - - ngettext : function(singular, plural, n) { - var translated = Documentation.TRANSLATIONS[singular]; - if (typeof translated == 'undefined') - return (n == 1) ? singular : plural; - return translated[Documentation.PLURALEXPR(n)]; - }, - - addTranslations : function(catalog) { - for (var key in catalog.messages) - this.TRANSLATIONS[key] = catalog.messages[key]; - this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')'); - this.LOCALE = catalog.locale; - }, - - /** - * add context elements like header anchor links - */ - addContextElements : function() { - $('div[id] > :header:first').each(function() { - $('\u00B6'). - attr('href', '#' + this.id). - attr('title', _('Permalink to this headline')). - appendTo(this); - }); - $('dt[id]').each(function() { - $('\u00B6'). - attr('href', '#' + this.id). - attr('title', _('Permalink to this definition')). - appendTo(this); - }); - }, - - /** - * workaround a firefox stupidity - */ - fixFirefoxAnchorBug : function() { - if (document.location.hash && $.browser.mozilla) - window.setTimeout(function() { - document.location.href += ''; - }, 10); - }, - - /** - * highlight the search words provided in the url in the text - */ - highlightSearchWords : function() { - var params = $.getQueryParameters(); - var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : []; - if (terms.length) { - var body = $('div.body'); - if (!body.length) { - body = $('body'); - } - window.setTimeout(function() { - $.each(terms, function() { - body.highlightText(this.toLowerCase(), 'highlighted'); - }); - }, 10); - $('') - .appendTo($('#searchbox')); - } - }, - - /** - * init the domain index toggle buttons - */ - initIndexTable : function() { - var togglers = $('img.toggler').click(function() { - var src = $(this).attr('src'); - var idnum = $(this).attr('id').substr(7); - $('tr.cg-' + idnum).toggle(); - if (src.substr(-9) == 'minus.png') - $(this).attr('src', src.substr(0, src.length-9) + 'plus.png'); - else - $(this).attr('src', src.substr(0, src.length-8) + 'minus.png'); - }).css('display', ''); - if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) { - togglers.click(); - } - }, - - /** - * helper function to hide the search marks again - */ - hideSearchWords : function() { - $('#searchbox .highlight-link').fadeOut(300); - $('span.highlighted').removeClass('highlighted'); - }, - - /** - * make the url absolute - */ - makeURL : function(relativeURL) { - return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL; - }, - - /** - * get the current relative url - */ - getCurrentURL : function() { - var path = document.location.pathname; - var parts = path.split(/\//); - $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() { - if (this == '..') - parts.pop(); - }); - var url = parts.join('/'); - return path.substring(url.lastIndexOf('/') + 1, path.length - 1); - } -}; - -// quick alias for translations -_ = Documentation.gettext; - -$(document).ready(function() { - Documentation.init(); -}); diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/down-pressed.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/down-pressed.png deleted file mode 100644 index 6f7ad782..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/down-pressed.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/down.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/down.png deleted file mode 100644 index 3003a887..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/down.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/file.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/file.png deleted file mode 100644 index d18082e3..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/file.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/jquery.js b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/jquery.js deleted file mode 100644 index 417eb674..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/_static/jquery.js +++ /dev/null @@ -1,9404 +0,0 @@ -/*! - * jQuery JavaScript Library v1.7.2 - * http://jquery.com/ - * - * Copyright 2011, John Resig - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * Includes Sizzle.js - * http://sizzlejs.com/ - * Copyright 2011, The Dojo Foundation - * Released under the MIT, BSD, and GPL Licenses. - * - * Date: Fri Aug 29 09:46:34 UTC 2014 - */ -(function( window, undefined ) { - -// Use the correct document accordingly with window argument (sandbox) -var document = window.document, - navigator = window.navigator, - location = window.location; -var jQuery = (function() { - -// Define a local copy of jQuery -var jQuery = function( selector, context ) { - // The jQuery object is actually just the init constructor 'enhanced' - return new jQuery.fn.init( selector, context, rootjQuery ); - }, - - // Map over jQuery in case of overwrite - _jQuery = window.jQuery, - - // Map over the $ in case of overwrite - _$ = window.$, - - // A central reference to the root jQuery(document) - rootjQuery, - - // A simple way to check for HTML strings or ID strings - // Prioritize #id over to avoid XSS via location.hash (#9521) - quickExpr = /^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/, - - // Check if a string has a non-whitespace character in it - rnotwhite = /\S/, - - // Used for trimming whitespace - trimLeft = /^\s+/, - trimRight = /\s+$/, - - // Match a standalone tag - rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>)?$/, - - // JSON RegExp - rvalidchars = /^[\],:{}\s]*$/, - rvalidescape = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, - rvalidtokens = /"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, - rvalidbraces = /(?:^|:|,)(?:\s*\[)+/g, - - // Useragent RegExp - rwebkit = /(webkit)[ \/]([\w.]+)/, - ropera = /(opera)(?:.*version)?[ \/]([\w.]+)/, - rmsie = /(msie) ([\w.]+)/, - rmozilla = /(mozilla)(?:.*? rv:([\w.]+))?/, - - // Matches dashed string for camelizing - rdashAlpha = /-([a-z]|[0-9])/ig, - rmsPrefix = /^-ms-/, - - // Used by jQuery.camelCase as callback to replace() - fcamelCase = function( all, letter ) { - return ( letter + "" ).toUpperCase(); - }, - - // Keep a UserAgent string for use with jQuery.browser - userAgent = navigator.userAgent, - - // For matching the engine and version of the browser - browserMatch, - - // The deferred used on DOM ready - readyList, - - // The ready event handler - DOMContentLoaded, - - // Save a reference to some core methods - toString = Object.prototype.toString, - hasOwn = Object.prototype.hasOwnProperty, - push = Array.prototype.push, - slice = Array.prototype.slice, - trim = String.prototype.trim, - indexOf = Array.prototype.indexOf, - - // [[Class]] -> type pairs - class2type = {}; - -jQuery.fn = jQuery.prototype = { - constructor: jQuery, - init: function( selector, context, rootjQuery ) { - var match, elem, ret, doc; - - // Handle $(""), $(null), or $(undefined) - if ( !selector ) { - return this; - } - - // Handle $(DOMElement) - if ( selector.nodeType ) { - this.context = this[0] = selector; - this.length = 1; - return this; - } - - // The body element only exists once, optimize finding it - if ( selector === "body" && !context && document.body ) { - this.context = document; - this[0] = document.body; - this.selector = selector; - this.length = 1; - return this; - } - - // Handle HTML strings - if ( typeof selector === "string" ) { - // Are we dealing with HTML string or an ID? - if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.length >= 3 ) { - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = quickExpr.exec( selector ); - } - - // Verify a match, and that no context was specified for #id - if ( match && (match[1] || !context) ) { - - // HANDLE: $(html) -> $(array) - if ( match[1] ) { - context = context instanceof jQuery ? context[0] : context; - doc = ( context ? context.ownerDocument || context : document ); - - // If a single string is passed in and it's a single tag - // just do a createElement and skip the rest - ret = rsingleTag.exec( selector ); - - if ( ret ) { - if ( jQuery.isPlainObject( context ) ) { - selector = [ document.createElement( ret[1] ) ]; - jQuery.fn.attr.call( selector, context, true ); - - } else { - selector = [ doc.createElement( ret[1] ) ]; - } - - } else { - ret = jQuery.buildFragment( [ match[1] ], [ doc ] ); - selector = ( ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment ).childNodes; - } - - return jQuery.merge( this, selector ); - - // HANDLE: $("#id") - } else { - elem = document.getElementById( match[2] ); - - // Check parentNode to catch when Blackberry 4.6 returns - // nodes that are no longer in the document #6963 - if ( elem && elem.parentNode ) { - // Handle the case where IE and Opera return items - // by name instead of ID - if ( elem.id !== match[2] ) { - return rootjQuery.find( selector ); - } - - // Otherwise, we inject the element directly into the jQuery object - this.length = 1; - this[0] = elem; - } - - this.context = document; - this.selector = selector; - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || rootjQuery ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( jQuery.isFunction( selector ) ) { - return rootjQuery.ready( selector ); - } - - if ( selector.selector !== undefined ) { - this.selector = selector.selector; - this.context = selector.context; - } - - return jQuery.makeArray( selector, this ); - }, - - // Start with an empty selector - selector: "", - - // The current version of jQuery being used - jquery: "1.7.2", - - // The default length of a jQuery object is 0 - length: 0, - - // The number of elements contained in the matched element set - size: function() { - return this.length; - }, - - toArray: function() { - return slice.call( this, 0 ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - return num == null ? - - // Return a 'clean' array - this.toArray() : - - // Return just the object - ( num < 0 ? this[ this.length + num ] : this[ num ] ); - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems, name, selector ) { - // Build a new jQuery matched element set - var ret = this.constructor(); - - if ( jQuery.isArray( elems ) ) { - push.apply( ret, elems ); - - } else { - jQuery.merge( ret, elems ); - } - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - - ret.context = this.context; - - if ( name === "find" ) { - ret.selector = this.selector + ( this.selector ? " " : "" ) + selector; - } else if ( name ) { - ret.selector = this.selector + "." + name + "(" + selector + ")"; - } - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - // (You can seed the arguments with an array of args, but this is - // only used internally.) - each: function( callback, args ) { - return jQuery.each( this, callback, args ); - }, - - ready: function( fn ) { - // Attach the listeners - jQuery.bindReady(); - - // Add the callback - readyList.add( fn ); - - return this; - }, - - eq: function( i ) { - i = +i; - return i === -1 ? - this.slice( i ) : - this.slice( i, i + 1 ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - slice: function() { - return this.pushStack( slice.apply( this, arguments ), - "slice", slice.call(arguments).join(",") ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map(this, function( elem, i ) { - return callback.call( elem, i, elem ); - })); - }, - - end: function() { - return this.prevObject || this.constructor(null); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: push, - sort: [].sort, - splice: [].splice -}; - -// Give the init function the jQuery prototype for later instantiation -jQuery.fn.init.prototype = jQuery.fn; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[0] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - target = arguments[1] || {}; - // skip the boolean and the target - i = 2; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !jQuery.isFunction(target) ) { - target = {}; - } - - // extend jQuery itself if only one argument is passed - if ( length === i ) { - target = this; - --i; - } - - for ( ; i < length; i++ ) { - // Only deal with non-null/undefined values - if ( (options = arguments[ i ]) != null ) { - // Extend the base object - for ( name in options ) { - src = target[ name ]; - copy = options[ name ]; - - // Prevent never-ending loop - if ( target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) { - if ( copyIsArray ) { - copyIsArray = false; - clone = src && jQuery.isArray(src) ? src : []; - - } else { - clone = src && jQuery.isPlainObject(src) ? src : {}; - } - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend({ - noConflict: function( deep ) { - if ( window.$ === jQuery ) { - window.$ = _$; - } - - if ( deep && window.jQuery === jQuery ) { - window.jQuery = _jQuery; - } - - return jQuery; - }, - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See #6781 - readyWait: 1, - - // Hold (or release) the ready event - holdReady: function( hold ) { - if ( hold ) { - jQuery.readyWait++; - } else { - jQuery.ready( true ); - } - }, - - // Handle when the DOM is ready - ready: function( wait ) { - // Either a released hold or an DOMready/load event and not yet ready - if ( (wait === true && !--jQuery.readyWait) || (wait !== true && !jQuery.isReady) ) { - // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). - if ( !document.body ) { - return setTimeout( jQuery.ready, 1 ); - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.fireWith( document, [ jQuery ] ); - - // Trigger any bound ready events - if ( jQuery.fn.trigger ) { - jQuery( document ).trigger( "ready" ).off( "ready" ); - } - } - }, - - bindReady: function() { - if ( readyList ) { - return; - } - - readyList = jQuery.Callbacks( "once memory" ); - - // Catch cases where $(document).ready() is called after the - // browser event has already occurred. - if ( document.readyState === "complete" ) { - // Handle it asynchronously to allow scripts the opportunity to delay ready - return setTimeout( jQuery.ready, 1 ); - } - - // Mozilla, Opera and webkit nightlies currently support this event - if ( document.addEventListener ) { - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", DOMContentLoaded, false ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", jQuery.ready, false ); - - // If IE event model is used - } else if ( document.attachEvent ) { - // ensure firing before onload, - // maybe late but safe also for iframes - document.attachEvent( "onreadystatechange", DOMContentLoaded ); - - // A fallback to window.onload, that will always work - window.attachEvent( "onload", jQuery.ready ); - - // If IE and not a frame - // continually check to see if the document is ready - var toplevel = false; - - try { - toplevel = window.frameElement == null; - } catch(e) {} - - if ( document.documentElement.doScroll && toplevel ) { - doScrollCheck(); - } - } - }, - - // See test/unit/core.js for details concerning isFunction. - // Since version 1.3, DOM methods and functions like alert - // aren't supported. They return false on IE (#2968). - isFunction: function( obj ) { - return jQuery.type(obj) === "function"; - }, - - isArray: Array.isArray || function( obj ) { - return jQuery.type(obj) === "array"; - }, - - isWindow: function( obj ) { - return obj != null && obj == obj.window; - }, - - isNumeric: function( obj ) { - return !isNaN( parseFloat(obj) ) && isFinite( obj ); - }, - - type: function( obj ) { - return obj == null ? - String( obj ) : - class2type[ toString.call(obj) ] || "object"; - }, - - isPlainObject: function( obj ) { - // Must be an Object. - // Because of IE, we also have to check the presence of the constructor property. - // Make sure that DOM nodes and window objects don't pass through, as well - if ( !obj || jQuery.type(obj) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) { - return false; - } - - try { - // Not own constructor property must be Object - if ( obj.constructor && - !hasOwn.call(obj, "constructor") && - !hasOwn.call(obj.constructor.prototype, "isPrototypeOf") ) { - return false; - } - } catch ( e ) { - // IE8,9 Will throw exceptions on certain host objects #9897 - return false; - } - - // Own properties are enumerated firstly, so to speed up, - // if last one is own, then all properties are own. - - var key; - for ( key in obj ) {} - - return key === undefined || hasOwn.call( obj, key ); - }, - - isEmptyObject: function( obj ) { - for ( var name in obj ) { - return false; - } - return true; - }, - - error: function( msg ) { - throw new Error( msg ); - }, - - parseJSON: function( data ) { - if ( typeof data !== "string" || !data ) { - return null; - } - - // Make sure leading/trailing whitespace is removed (IE can't handle it) - data = jQuery.trim( data ); - - // Attempt to parse using the native JSON parser first - if ( window.JSON && window.JSON.parse ) { - return window.JSON.parse( data ); - } - - // Make sure the incoming data is actual JSON - // Logic borrowed from http://json.org/json2.js - if ( rvalidchars.test( data.replace( rvalidescape, "@" ) - .replace( rvalidtokens, "]" ) - .replace( rvalidbraces, "")) ) { - - return ( new Function( "return " + data ) )(); - - } - jQuery.error( "Invalid JSON: " + data ); - }, - - // Cross-browser xml parsing - parseXML: function( data ) { - if ( typeof data !== "string" || !data ) { - return null; - } - var xml, tmp; - try { - if ( window.DOMParser ) { // Standard - tmp = new DOMParser(); - xml = tmp.parseFromString( data , "text/xml" ); - } else { // IE - xml = new ActiveXObject( "Microsoft.XMLDOM" ); - xml.async = "false"; - xml.loadXML( data ); - } - } catch( e ) { - xml = undefined; - } - if ( !xml || !xml.documentElement || xml.getElementsByTagName( "parsererror" ).length ) { - jQuery.error( "Invalid XML: " + data ); - } - return xml; - }, - - noop: function() {}, - - // Evaluates a script in a global context - // Workarounds based on findings by Jim Driscoll - // http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context - globalEval: function( data ) { - if ( data && rnotwhite.test( data ) ) { - // We use execScript on Internet Explorer - // We use an anonymous function so that context is window - // rather than jQuery in Firefox - ( window.execScript || function( data ) { - window[ "eval" ].call( window, data ); - } )( data ); - } - }, - - // Convert dashed to camelCase; used by the css and data modules - // Microsoft forgot to hump their vendor prefix (#9572) - camelCase: function( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); - }, - - nodeName: function( elem, name ) { - return elem.nodeName && elem.nodeName.toUpperCase() === name.toUpperCase(); - }, - - // args is for internal usage only - each: function( object, callback, args ) { - var name, i = 0, - length = object.length, - isObj = length === undefined || jQuery.isFunction( object ); - - if ( args ) { - if ( isObj ) { - for ( name in object ) { - if ( callback.apply( object[ name ], args ) === false ) { - break; - } - } - } else { - for ( ; i < length; ) { - if ( callback.apply( object[ i++ ], args ) === false ) { - break; - } - } - } - - // A special, fast, case for the most common use of each - } else { - if ( isObj ) { - for ( name in object ) { - if ( callback.call( object[ name ], name, object[ name ] ) === false ) { - break; - } - } - } else { - for ( ; i < length; ) { - if ( callback.call( object[ i ], i, object[ i++ ] ) === false ) { - break; - } - } - } - } - - return object; - }, - - // Use native String.trim function wherever possible - trim: trim ? - function( text ) { - return text == null ? - "" : - trim.call( text ); - } : - - // Otherwise use our own trimming functionality - function( text ) { - return text == null ? - "" : - text.toString().replace( trimLeft, "" ).replace( trimRight, "" ); - }, - - // results is for internal usage only - makeArray: function( array, results ) { - var ret = results || []; - - if ( array != null ) { - // The window, strings (and functions) also have 'length' - // Tweaked logic slightly to handle Blackberry 4.7 RegExp issues #6930 - var type = jQuery.type( array ); - - if ( array.length == null || type === "string" || type === "function" || type === "regexp" || jQuery.isWindow( array ) ) { - push.call( ret, array ); - } else { - jQuery.merge( ret, array ); - } - } - - return ret; - }, - - inArray: function( elem, array, i ) { - var len; - - if ( array ) { - if ( indexOf ) { - return indexOf.call( array, elem, i ); - } - - len = array.length; - i = i ? i < 0 ? Math.max( 0, len + i ) : i : 0; - - for ( ; i < len; i++ ) { - // Skip accessing in sparse arrays - if ( i in array && array[ i ] === elem ) { - return i; - } - } - } - - return -1; - }, - - merge: function( first, second ) { - var i = first.length, - j = 0; - - if ( typeof second.length === "number" ) { - for ( var l = second.length; j < l; j++ ) { - first[ i++ ] = second[ j ]; - } - - } else { - while ( second[j] !== undefined ) { - first[ i++ ] = second[ j++ ]; - } - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, inv ) { - var ret = [], retVal; - inv = !!inv; - - // Go through the array, only saving the items - // that pass the validator function - for ( var i = 0, length = elems.length; i < length; i++ ) { - retVal = !!callback( elems[ i ], i ); - if ( inv !== retVal ) { - ret.push( elems[ i ] ); - } - } - - return ret; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var value, key, ret = [], - i = 0, - length = elems.length, - // jquery objects are treated as arrays - isArray = elems instanceof jQuery || length !== undefined && typeof length === "number" && ( ( length > 0 && elems[ 0 ] && elems[ length -1 ] ) || length === 0 || jQuery.isArray( elems ) ) ; - - // Go through the array, translating each of the items to their - if ( isArray ) { - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret[ ret.length ] = value; - } - } - - // Go through every key on the object, - } else { - for ( key in elems ) { - value = callback( elems[ key ], key, arg ); - - if ( value != null ) { - ret[ ret.length ] = value; - } - } - } - - // Flatten any nested arrays - return ret.concat.apply( [], ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // Bind a function to a context, optionally partially applying any - // arguments. - proxy: function( fn, context ) { - if ( typeof context === "string" ) { - var tmp = fn[ context ]; - context = fn; - fn = tmp; - } - - // Quick check to determine if target is callable, in the spec - // this throws a TypeError, but we will just return undefined. - if ( !jQuery.isFunction( fn ) ) { - return undefined; - } - - // Simulated bind - var args = slice.call( arguments, 2 ), - proxy = function() { - return fn.apply( context, args.concat( slice.call( arguments ) ) ); - }; - - // Set the guid of unique handler to the same of original handler, so it can be removed - proxy.guid = fn.guid = fn.guid || proxy.guid || jQuery.guid++; - - return proxy; - }, - - // Mutifunctional method to get and set values to a collection - // The value/s can optionally be executed if it's a function - access: function( elems, fn, key, value, chainable, emptyGet, pass ) { - var exec, - bulk = key == null, - i = 0, - length = elems.length; - - // Sets many values - if ( key && typeof key === "object" ) { - for ( i in key ) { - jQuery.access( elems, fn, i, key[i], 1, emptyGet, value ); - } - chainable = 1; - - // Sets one value - } else if ( value !== undefined ) { - // Optionally, function values get executed if exec is true - exec = pass === undefined && jQuery.isFunction( value ); - - if ( bulk ) { - // Bulk operations only iterate when executing function values - if ( exec ) { - exec = fn; - fn = function( elem, key, value ) { - return exec.call( jQuery( elem ), value ); - }; - - // Otherwise they run against the entire set - } else { - fn.call( elems, value ); - fn = null; - } - } - - if ( fn ) { - for (; i < length; i++ ) { - fn( elems[i], key, exec ? value.call( elems[i], i, fn( elems[i], key ) ) : value, pass ); - } - } - - chainable = 1; - } - - return chainable ? - elems : - - // Gets - bulk ? - fn.call( elems ) : - length ? fn( elems[0], key ) : emptyGet; - }, - - now: function() { - return ( new Date() ).getTime(); - }, - - // Use of jQuery.browser is frowned upon. - // More details: http://docs.jquery.com/Utilities/jQuery.browser - uaMatch: function( ua ) { - ua = ua.toLowerCase(); - - var match = rwebkit.exec( ua ) || - ropera.exec( ua ) || - rmsie.exec( ua ) || - ua.indexOf("compatible") < 0 && rmozilla.exec( ua ) || - []; - - return { browser: match[1] || "", version: match[2] || "0" }; - }, - - sub: function() { - function jQuerySub( selector, context ) { - return new jQuerySub.fn.init( selector, context ); - } - jQuery.extend( true, jQuerySub, this ); - jQuerySub.superclass = this; - jQuerySub.fn = jQuerySub.prototype = this(); - jQuerySub.fn.constructor = jQuerySub; - jQuerySub.sub = this.sub; - jQuerySub.fn.init = function init( selector, context ) { - if ( context && context instanceof jQuery && !(context instanceof jQuerySub) ) { - context = jQuerySub( context ); - } - - return jQuery.fn.init.call( this, selector, context, rootjQuerySub ); - }; - jQuerySub.fn.init.prototype = jQuerySub.fn; - var rootjQuerySub = jQuerySub(document); - return jQuerySub; - }, - - browser: {} -}); - -// Populate the class2type map -jQuery.each("Boolean Number String Function Array Date RegExp Object".split(" "), function(i, name) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); -}); - -browserMatch = jQuery.uaMatch( userAgent ); -if ( browserMatch.browser ) { - jQuery.browser[ browserMatch.browser ] = true; - jQuery.browser.version = browserMatch.version; -} - -// Deprecated, use jQuery.browser.webkit instead -if ( jQuery.browser.webkit ) { - jQuery.browser.safari = true; -} - -// IE doesn't match non-breaking spaces with \s -if ( rnotwhite.test( "\xA0" ) ) { - trimLeft = /^[\s\xA0]+/; - trimRight = /[\s\xA0]+$/; -} - -// All jQuery objects should point back to these -rootjQuery = jQuery(document); - -// Cleanup functions for the document ready method -if ( document.addEventListener ) { - DOMContentLoaded = function() { - document.removeEventListener( "DOMContentLoaded", DOMContentLoaded, false ); - jQuery.ready(); - }; - -} else if ( document.attachEvent ) { - DOMContentLoaded = function() { - // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443). - if ( document.readyState === "complete" ) { - document.detachEvent( "onreadystatechange", DOMContentLoaded ); - jQuery.ready(); - } - }; -} - -// The DOM ready check for Internet Explorer -function doScrollCheck() { - if ( jQuery.isReady ) { - return; - } - - try { - // If IE is used, use the trick by Diego Perini - // http://javascript.nwbox.com/IEContentLoaded/ - document.documentElement.doScroll("left"); - } catch(e) { - setTimeout( doScrollCheck, 1 ); - return; - } - - // and execute any waiting functions - jQuery.ready(); -} - -return jQuery; - -})(); - - -// String to Object flags format cache -var flagsCache = {}; - -// Convert String-formatted flags into Object-formatted ones and store in cache -function createFlags( flags ) { - var object = flagsCache[ flags ] = {}, - i, length; - flags = flags.split( /\s+/ ); - for ( i = 0, length = flags.length; i < length; i++ ) { - object[ flags[i] ] = true; - } - return object; -} - -/* - * Create a callback list using the following parameters: - * - * flags: an optional list of space-separated flags that will change how - * the callback list behaves - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible flags: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( flags ) { - - // Convert flags from String-formatted to Object-formatted - // (we check in cache first) - flags = flags ? ( flagsCache[ flags ] || createFlags( flags ) ) : {}; - - var // Actual callback list - list = [], - // Stack of fire calls for repeatable lists - stack = [], - // Last fire value (for non-forgettable lists) - memory, - // Flag to know if list was already fired - fired, - // Flag to know if list is currently firing - firing, - // First callback to fire (used internally by add and fireWith) - firingStart, - // End of the loop when firing - firingLength, - // Index of currently firing callback (modified by remove if needed) - firingIndex, - // Add one or several callbacks to the list - add = function( args ) { - var i, - length, - elem, - type, - actual; - for ( i = 0, length = args.length; i < length; i++ ) { - elem = args[ i ]; - type = jQuery.type( elem ); - if ( type === "array" ) { - // Inspect recursively - add( elem ); - } else if ( type === "function" ) { - // Add if not in unique mode and callback is not in - if ( !flags.unique || !self.has( elem ) ) { - list.push( elem ); - } - } - } - }, - // Fire callbacks - fire = function( context, args ) { - args = args || []; - memory = !flags.memory || [ context, args ]; - fired = true; - firing = true; - firingIndex = firingStart || 0; - firingStart = 0; - firingLength = list.length; - for ( ; list && firingIndex < firingLength; firingIndex++ ) { - if ( list[ firingIndex ].apply( context, args ) === false && flags.stopOnFalse ) { - memory = true; // Mark as halted - break; - } - } - firing = false; - if ( list ) { - if ( !flags.once ) { - if ( stack && stack.length ) { - memory = stack.shift(); - self.fireWith( memory[ 0 ], memory[ 1 ] ); - } - } else if ( memory === true ) { - self.disable(); - } else { - list = []; - } - } - }, - // Actual Callbacks object - self = { - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - var length = list.length; - add( arguments ); - // Do we need to add the callbacks to the - // current firing batch? - if ( firing ) { - firingLength = list.length; - // With memory, if we're not firing then - // we should call right away, unless previous - // firing was halted (stopOnFalse) - } else if ( memory && memory !== true ) { - firingStart = length; - fire( memory[ 0 ], memory[ 1 ] ); - } - } - return this; - }, - // Remove a callback from the list - remove: function() { - if ( list ) { - var args = arguments, - argIndex = 0, - argLength = args.length; - for ( ; argIndex < argLength ; argIndex++ ) { - for ( var i = 0; i < list.length; i++ ) { - if ( args[ argIndex ] === list[ i ] ) { - // Handle firingIndex and firingLength - if ( firing ) { - if ( i <= firingLength ) { - firingLength--; - if ( i <= firingIndex ) { - firingIndex--; - } - } - } - // Remove the element - list.splice( i--, 1 ); - // If we have some unicity property then - // we only need to do this once - if ( flags.unique ) { - break; - } - } - } - } - } - return this; - }, - // Control if a given callback is in the list - has: function( fn ) { - if ( list ) { - var i = 0, - length = list.length; - for ( ; i < length; i++ ) { - if ( fn === list[ i ] ) { - return true; - } - } - } - return false; - }, - // Remove all callbacks from the list - empty: function() { - list = []; - return this; - }, - // Have the list do nothing anymore - disable: function() { - list = stack = memory = undefined; - return this; - }, - // Is it disabled? - disabled: function() { - return !list; - }, - // Lock the list in its current state - lock: function() { - stack = undefined; - if ( !memory || memory === true ) { - self.disable(); - } - return this; - }, - // Is it locked? - locked: function() { - return !stack; - }, - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( stack ) { - if ( firing ) { - if ( !flags.once ) { - stack.push( [ context, args ] ); - } - } else if ( !( flags.once && memory ) ) { - fire( context, args ); - } - } - return this; - }, - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; - - - - -var // Static reference to slice - sliceDeferred = [].slice; - -jQuery.extend({ - - Deferred: function( func ) { - var doneList = jQuery.Callbacks( "once memory" ), - failList = jQuery.Callbacks( "once memory" ), - progressList = jQuery.Callbacks( "memory" ), - state = "pending", - lists = { - resolve: doneList, - reject: failList, - notify: progressList - }, - promise = { - done: doneList.add, - fail: failList.add, - progress: progressList.add, - - state: function() { - return state; - }, - - // Deprecated - isResolved: doneList.fired, - isRejected: failList.fired, - - then: function( doneCallbacks, failCallbacks, progressCallbacks ) { - deferred.done( doneCallbacks ).fail( failCallbacks ).progress( progressCallbacks ); - return this; - }, - always: function() { - deferred.done.apply( deferred, arguments ).fail.apply( deferred, arguments ); - return this; - }, - pipe: function( fnDone, fnFail, fnProgress ) { - return jQuery.Deferred(function( newDefer ) { - jQuery.each( { - done: [ fnDone, "resolve" ], - fail: [ fnFail, "reject" ], - progress: [ fnProgress, "notify" ] - }, function( handler, data ) { - var fn = data[ 0 ], - action = data[ 1 ], - returned; - if ( jQuery.isFunction( fn ) ) { - deferred[ handler ](function() { - returned = fn.apply( this, arguments ); - if ( returned && jQuery.isFunction( returned.promise ) ) { - returned.promise().then( newDefer.resolve, newDefer.reject, newDefer.notify ); - } else { - newDefer[ action + "With" ]( this === deferred ? newDefer : this, [ returned ] ); - } - }); - } else { - deferred[ handler ]( newDefer[ action ] ); - } - }); - }).promise(); - }, - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - if ( obj == null ) { - obj = promise; - } else { - for ( var key in promise ) { - obj[ key ] = promise[ key ]; - } - } - return obj; - } - }, - deferred = promise.promise({}), - key; - - for ( key in lists ) { - deferred[ key ] = lists[ key ].fire; - deferred[ key + "With" ] = lists[ key ].fireWith; - } - - // Handle state - deferred.done( function() { - state = "resolved"; - }, failList.disable, progressList.lock ).fail( function() { - state = "rejected"; - }, doneList.disable, progressList.lock ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( firstParam ) { - var args = sliceDeferred.call( arguments, 0 ), - i = 0, - length = args.length, - pValues = new Array( length ), - count = length, - pCount = length, - deferred = length <= 1 && firstParam && jQuery.isFunction( firstParam.promise ) ? - firstParam : - jQuery.Deferred(), - promise = deferred.promise(); - function resolveFunc( i ) { - return function( value ) { - args[ i ] = arguments.length > 1 ? sliceDeferred.call( arguments, 0 ) : value; - if ( !( --count ) ) { - deferred.resolveWith( deferred, args ); - } - }; - } - function progressFunc( i ) { - return function( value ) { - pValues[ i ] = arguments.length > 1 ? sliceDeferred.call( arguments, 0 ) : value; - deferred.notifyWith( promise, pValues ); - }; - } - if ( length > 1 ) { - for ( ; i < length; i++ ) { - if ( args[ i ] && args[ i ].promise && jQuery.isFunction( args[ i ].promise ) ) { - args[ i ].promise().then( resolveFunc(i), deferred.reject, progressFunc(i) ); - } else { - --count; - } - } - if ( !count ) { - deferred.resolveWith( deferred, args ); - } - } else if ( deferred !== firstParam ) { - deferred.resolveWith( deferred, length ? [ firstParam ] : [] ); - } - return promise; - } -}); - - - - -jQuery.support = (function() { - - var support, - all, - a, - select, - opt, - input, - fragment, - tds, - events, - eventName, - i, - isSupported, - div = document.createElement( "div" ), - documentElement = document.documentElement; - - // Preliminary tests - div.setAttribute("className", "t"); - div.innerHTML = "
a"; - - all = div.getElementsByTagName( "*" ); - a = div.getElementsByTagName( "a" )[ 0 ]; - - // Can't get basic test support - if ( !all || !all.length || !a ) { - return {}; - } - - // First batch of supports tests - select = document.createElement( "select" ); - opt = select.appendChild( document.createElement("option") ); - input = div.getElementsByTagName( "input" )[ 0 ]; - - support = { - // IE strips leading whitespace when .innerHTML is used - leadingWhitespace: ( div.firstChild.nodeType === 3 ), - - // Make sure that tbody elements aren't automatically inserted - // IE will insert them into empty tables - tbody: !div.getElementsByTagName("tbody").length, - - // Make sure that link elements get serialized correctly by innerHTML - // This requires a wrapper element in IE - htmlSerialize: !!div.getElementsByTagName("link").length, - - // Get the style information from getAttribute - // (IE uses .cssText instead) - style: /top/.test( a.getAttribute("style") ), - - // Make sure that URLs aren't manipulated - // (IE normalizes it by default) - hrefNormalized: ( a.getAttribute("href") === "/a" ), - - // Make sure that element opacity exists - // (IE uses filter instead) - // Use a regex to work around a WebKit issue. See #5145 - opacity: /^0.55/.test( a.style.opacity ), - - // Verify style float existence - // (IE uses styleFloat instead of cssFloat) - cssFloat: !!a.style.cssFloat, - - // Make sure that if no value is specified for a checkbox - // that it defaults to "on". - // (WebKit defaults to "" instead) - checkOn: ( input.value === "on" ), - - // Make sure that a selected-by-default option has a working selected property. - // (WebKit defaults to false instead of true, IE too, if it's in an optgroup) - optSelected: opt.selected, - - // Test setAttribute on camelCase class. If it works, we need attrFixes when doing get/setAttribute (ie6/7) - getSetAttribute: div.className !== "t", - - // Tests for enctype support on a form(#6743) - enctype: !!document.createElement("form").enctype, - - // Makes sure cloning an html5 element does not cause problems - // Where outerHTML is undefined, this still works - html5Clone: document.createElement("nav").cloneNode( true ).outerHTML !== "<:nav>", - - // Will be defined later - submitBubbles: true, - changeBubbles: true, - focusinBubbles: false, - deleteExpando: true, - noCloneEvent: true, - inlineBlockNeedsLayout: false, - shrinkWrapBlocks: false, - reliableMarginRight: true, - pixelMargin: true - }; - - // jQuery.boxModel DEPRECATED in 1.3, use jQuery.support.boxModel instead - jQuery.boxModel = support.boxModel = (document.compatMode === "CSS1Compat"); - - // Make sure checked status is properly cloned - input.checked = true; - support.noCloneChecked = input.cloneNode( true ).checked; - - // Make sure that the options inside disabled selects aren't marked as disabled - // (WebKit marks them as disabled) - select.disabled = true; - support.optDisabled = !opt.disabled; - - // Test to see if it's possible to delete an expando from an element - // Fails in Internet Explorer - try { - delete div.test; - } catch( e ) { - support.deleteExpando = false; - } - - if ( !div.addEventListener && div.attachEvent && div.fireEvent ) { - div.attachEvent( "onclick", function() { - // Cloning a node shouldn't copy over any - // bound event handlers (IE does this) - support.noCloneEvent = false; - }); - div.cloneNode( true ).fireEvent( "onclick" ); - } - - // Check if a radio maintains its value - // after being appended to the DOM - input = document.createElement("input"); - input.value = "t"; - input.setAttribute("type", "radio"); - support.radioValue = input.value === "t"; - - input.setAttribute("checked", "checked"); - - // #11217 - WebKit loses check when the name is after the checked attribute - input.setAttribute( "name", "t" ); - - div.appendChild( input ); - fragment = document.createDocumentFragment(); - fragment.appendChild( div.lastChild ); - - // WebKit doesn't clone checked state correctly in fragments - support.checkClone = fragment.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Check if a disconnected checkbox will retain its checked - // value of true after appended to the DOM (IE6/7) - support.appendChecked = input.checked; - - fragment.removeChild( input ); - fragment.appendChild( div ); - - // Technique from Juriy Zaytsev - // http://perfectionkills.com/detecting-event-support-without-browser-sniffing/ - // We only care about the case where non-standard event systems - // are used, namely in IE. Short-circuiting here helps us to - // avoid an eval call (in setAttribute) which can cause CSP - // to go haywire. See: https://developer.mozilla.org/en/Security/CSP - if ( div.attachEvent ) { - for ( i in { - submit: 1, - change: 1, - focusin: 1 - }) { - eventName = "on" + i; - isSupported = ( eventName in div ); - if ( !isSupported ) { - div.setAttribute( eventName, "return;" ); - isSupported = ( typeof div[ eventName ] === "function" ); - } - support[ i + "Bubbles" ] = isSupported; - } - } - - fragment.removeChild( div ); - - // Null elements to avoid leaks in IE - fragment = select = opt = div = input = null; - - // Run tests that need a body at doc ready - jQuery(function() { - var container, outer, inner, table, td, offsetSupport, - marginDiv, conMarginTop, style, html, positionTopLeftWidthHeight, - paddingMarginBorderVisibility, paddingMarginBorder, - body = document.getElementsByTagName("body")[0]; - - if ( !body ) { - // Return for frameset docs that don't have a body - return; - } - - conMarginTop = 1; - paddingMarginBorder = "padding:0;margin:0;border:"; - positionTopLeftWidthHeight = "position:absolute;top:0;left:0;width:1px;height:1px;"; - paddingMarginBorderVisibility = paddingMarginBorder + "0;visibility:hidden;"; - style = "style='" + positionTopLeftWidthHeight + paddingMarginBorder + "5px solid #000;"; - html = "
" + - "" + - "
"; - - container = document.createElement("div"); - container.style.cssText = paddingMarginBorderVisibility + "width:0;height:0;position:static;top:0;margin-top:" + conMarginTop + "px"; - body.insertBefore( container, body.firstChild ); - - // Construct the test element - div = document.createElement("div"); - container.appendChild( div ); - - // Check if table cells still have offsetWidth/Height when they are set - // to display:none and there are still other visible table cells in a - // table row; if so, offsetWidth/Height are not reliable for use when - // determining if an element has been hidden directly using - // display:none (it is still safe to use offsets if a parent element is - // hidden; don safety goggles and see bug #4512 for more information). - // (only IE 8 fails this test) - div.innerHTML = "
t
"; - tds = div.getElementsByTagName( "td" ); - isSupported = ( tds[ 0 ].offsetHeight === 0 ); - - tds[ 0 ].style.display = ""; - tds[ 1 ].style.display = "none"; - - // Check if empty table cells still have offsetWidth/Height - // (IE <= 8 fail this test) - support.reliableHiddenOffsets = isSupported && ( tds[ 0 ].offsetHeight === 0 ); - - // Check if div with explicit width and no margin-right incorrectly - // gets computed margin-right based on width of container. For more - // info see bug #3333 - // Fails in WebKit before Feb 2011 nightlies - // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right - if ( window.getComputedStyle ) { - div.innerHTML = ""; - marginDiv = document.createElement( "div" ); - marginDiv.style.width = "0"; - marginDiv.style.marginRight = "0"; - div.style.width = "2px"; - div.appendChild( marginDiv ); - support.reliableMarginRight = - ( parseInt( ( window.getComputedStyle( marginDiv, null ) || { marginRight: 0 } ).marginRight, 10 ) || 0 ) === 0; - } - - if ( typeof div.style.zoom !== "undefined" ) { - // Check if natively block-level elements act like inline-block - // elements when setting their display to 'inline' and giving - // them layout - // (IE < 8 does this) - div.innerHTML = ""; - div.style.width = div.style.padding = "1px"; - div.style.border = 0; - div.style.overflow = "hidden"; - div.style.display = "inline"; - div.style.zoom = 1; - support.inlineBlockNeedsLayout = ( div.offsetWidth === 3 ); - - // Check if elements with layout shrink-wrap their children - // (IE 6 does this) - div.style.display = "block"; - div.style.overflow = "visible"; - div.innerHTML = "
"; - support.shrinkWrapBlocks = ( div.offsetWidth !== 3 ); - } - - div.style.cssText = positionTopLeftWidthHeight + paddingMarginBorderVisibility; - div.innerHTML = html; - - outer = div.firstChild; - inner = outer.firstChild; - td = outer.nextSibling.firstChild.firstChild; - - offsetSupport = { - doesNotAddBorder: ( inner.offsetTop !== 5 ), - doesAddBorderForTableAndCells: ( td.offsetTop === 5 ) - }; - - inner.style.position = "fixed"; - inner.style.top = "20px"; - - // safari subtracts parent border width here which is 5px - offsetSupport.fixedPosition = ( inner.offsetTop === 20 || inner.offsetTop === 15 ); - inner.style.position = inner.style.top = ""; - - outer.style.overflow = "hidden"; - outer.style.position = "relative"; - - offsetSupport.subtractsBorderForOverflowNotVisible = ( inner.offsetTop === -5 ); - offsetSupport.doesNotIncludeMarginInBodyOffset = ( body.offsetTop !== conMarginTop ); - - if ( window.getComputedStyle ) { - div.style.marginTop = "1%"; - support.pixelMargin = ( window.getComputedStyle( div, null ) || { marginTop: 0 } ).marginTop !== "1%"; - } - - if ( typeof container.style.zoom !== "undefined" ) { - container.style.zoom = 1; - } - - body.removeChild( container ); - marginDiv = div = container = null; - - jQuery.extend( support, offsetSupport ); - }); - - return support; -})(); - - - - -var rbrace = /^(?:\{.*\}|\[.*\])$/, - rmultiDash = /([A-Z])/g; - -jQuery.extend({ - cache: {}, - - // Please use with caution - uuid: 0, - - // Unique for each copy of jQuery on the page - // Non-digits removed to match rinlinejQuery - expando: "jQuery" + ( jQuery.fn.jquery + Math.random() ).replace( /\D/g, "" ), - - // The following elements throw uncatchable exceptions if you - // attempt to add expando properties to them. - noData: { - "embed": true, - // Ban all objects except for Flash (which handle expandos) - "object": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000", - "applet": true - }, - - hasData: function( elem ) { - elem = elem.nodeType ? jQuery.cache[ elem[jQuery.expando] ] : elem[ jQuery.expando ]; - return !!elem && !isEmptyDataObject( elem ); - }, - - data: function( elem, name, data, pvt /* Internal Use Only */ ) { - if ( !jQuery.acceptData( elem ) ) { - return; - } - - var privateCache, thisCache, ret, - internalKey = jQuery.expando, - getByName = typeof name === "string", - - // We have to handle DOM nodes and JS objects differently because IE6-7 - // can't GC object references properly across the DOM-JS boundary - isNode = elem.nodeType, - - // Only DOM nodes need the global jQuery cache; JS object data is - // attached directly to the object so GC can occur automatically - cache = isNode ? jQuery.cache : elem, - - // Only defining an ID for JS objects if its cache already exists allows - // the code to shortcut on the same path as a DOM node with no cache - id = isNode ? elem[ internalKey ] : elem[ internalKey ] && internalKey, - isEvents = name === "events"; - - // Avoid doing any more work than we need to when trying to get data on an - // object that has no data at all - if ( (!id || !cache[id] || (!isEvents && !pvt && !cache[id].data)) && getByName && data === undefined ) { - return; - } - - if ( !id ) { - // Only DOM nodes need a new unique ID for each element since their data - // ends up in the global cache - if ( isNode ) { - elem[ internalKey ] = id = ++jQuery.uuid; - } else { - id = internalKey; - } - } - - if ( !cache[ id ] ) { - cache[ id ] = {}; - - // Avoids exposing jQuery metadata on plain JS objects when the object - // is serialized using JSON.stringify - if ( !isNode ) { - cache[ id ].toJSON = jQuery.noop; - } - } - - // An object can be passed to jQuery.data instead of a key/value pair; this gets - // shallow copied over onto the existing cache - if ( typeof name === "object" || typeof name === "function" ) { - if ( pvt ) { - cache[ id ] = jQuery.extend( cache[ id ], name ); - } else { - cache[ id ].data = jQuery.extend( cache[ id ].data, name ); - } - } - - privateCache = thisCache = cache[ id ]; - - // jQuery data() is stored in a separate object inside the object's internal data - // cache in order to avoid key collisions between internal data and user-defined - // data. - if ( !pvt ) { - if ( !thisCache.data ) { - thisCache.data = {}; - } - - thisCache = thisCache.data; - } - - if ( data !== undefined ) { - thisCache[ jQuery.camelCase( name ) ] = data; - } - - // Users should not attempt to inspect the internal events object using jQuery.data, - // it is undocumented and subject to change. But does anyone listen? No. - if ( isEvents && !thisCache[ name ] ) { - return privateCache.events; - } - - // Check for both converted-to-camel and non-converted data property names - // If a data property was specified - if ( getByName ) { - - // First Try to find as-is property data - ret = thisCache[ name ]; - - // Test for null|undefined property data - if ( ret == null ) { - - // Try to find the camelCased property - ret = thisCache[ jQuery.camelCase( name ) ]; - } - } else { - ret = thisCache; - } - - return ret; - }, - - removeData: function( elem, name, pvt /* Internal Use Only */ ) { - if ( !jQuery.acceptData( elem ) ) { - return; - } - - var thisCache, i, l, - - // Reference to internal data cache key - internalKey = jQuery.expando, - - isNode = elem.nodeType, - - // See jQuery.data for more information - cache = isNode ? jQuery.cache : elem, - - // See jQuery.data for more information - id = isNode ? elem[ internalKey ] : internalKey; - - // If there is already no cache entry for this object, there is no - // purpose in continuing - if ( !cache[ id ] ) { - return; - } - - if ( name ) { - - thisCache = pvt ? cache[ id ] : cache[ id ].data; - - if ( thisCache ) { - - // Support array or space separated string names for data keys - if ( !jQuery.isArray( name ) ) { - - // try the string as a key before any manipulation - if ( name in thisCache ) { - name = [ name ]; - } else { - - // split the camel cased version by spaces unless a key with the spaces exists - name = jQuery.camelCase( name ); - if ( name in thisCache ) { - name = [ name ]; - } else { - name = name.split( " " ); - } - } - } - - for ( i = 0, l = name.length; i < l; i++ ) { - delete thisCache[ name[i] ]; - } - - // If there is no data left in the cache, we want to continue - // and let the cache object itself get destroyed - if ( !( pvt ? isEmptyDataObject : jQuery.isEmptyObject )( thisCache ) ) { - return; - } - } - } - - // See jQuery.data for more information - if ( !pvt ) { - delete cache[ id ].data; - - // Don't destroy the parent cache unless the internal data object - // had been the only thing left in it - if ( !isEmptyDataObject(cache[ id ]) ) { - return; - } - } - - // Browsers that fail expando deletion also refuse to delete expandos on - // the window, but it will allow it on all other JS objects; other browsers - // don't care - // Ensure that `cache` is not a window object #10080 - if ( jQuery.support.deleteExpando || !cache.setInterval ) { - delete cache[ id ]; - } else { - cache[ id ] = null; - } - - // We destroyed the cache and need to eliminate the expando on the node to avoid - // false lookups in the cache for entries that no longer exist - if ( isNode ) { - // IE does not allow us to delete expando properties from nodes, - // nor does it have a removeAttribute function on Document nodes; - // we must handle all of these cases - if ( jQuery.support.deleteExpando ) { - delete elem[ internalKey ]; - } else if ( elem.removeAttribute ) { - elem.removeAttribute( internalKey ); - } else { - elem[ internalKey ] = null; - } - } - }, - - // For internal use only. - _data: function( elem, name, data ) { - return jQuery.data( elem, name, data, true ); - }, - - // A method for determining if a DOM node can handle the data expando - acceptData: function( elem ) { - if ( elem.nodeName ) { - var match = jQuery.noData[ elem.nodeName.toLowerCase() ]; - - if ( match ) { - return !(match === true || elem.getAttribute("classid") !== match); - } - } - - return true; - } -}); - -jQuery.fn.extend({ - data: function( key, value ) { - var parts, part, attr, name, l, - elem = this[0], - i = 0, - data = null; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = jQuery.data( elem ); - - if ( elem.nodeType === 1 && !jQuery._data( elem, "parsedAttrs" ) ) { - attr = elem.attributes; - for ( l = attr.length; i < l; i++ ) { - name = attr[i].name; - - if ( name.indexOf( "data-" ) === 0 ) { - name = jQuery.camelCase( name.substring(5) ); - - dataAttr( elem, name, data[ name ] ); - } - } - jQuery._data( elem, "parsedAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each(function() { - jQuery.data( this, key ); - }); - } - - parts = key.split( ".", 2 ); - parts[1] = parts[1] ? "." + parts[1] : ""; - part = parts[1] + "!"; - - return jQuery.access( this, function( value ) { - - if ( value === undefined ) { - data = this.triggerHandler( "getData" + part, [ parts[0] ] ); - - // Try to fetch any internally stored data first - if ( data === undefined && elem ) { - data = jQuery.data( elem, key ); - data = dataAttr( elem, key, data ); - } - - return data === undefined && parts[1] ? - this.data( parts[0] ) : - data; - } - - parts[1] = value; - this.each(function() { - var self = jQuery( this ); - - self.triggerHandler( "setData" + part, parts ); - jQuery.data( this, key, value ); - self.triggerHandler( "changeData" + part, parts ); - }); - }, null, value, arguments.length > 1, null, false ); - }, - - removeData: function( key ) { - return this.each(function() { - jQuery.removeData( this, key ); - }); - } -}); - -function dataAttr( elem, key, data ) { - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - - var name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase(); - - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = data === "true" ? true : - data === "false" ? false : - data === "null" ? null : - jQuery.isNumeric( data ) ? +data : - rbrace.test( data ) ? jQuery.parseJSON( data ) : - data; - } catch( e ) {} - - // Make sure we set the data so it isn't changed later - jQuery.data( elem, key, data ); - - } else { - data = undefined; - } - } - - return data; -} - -// checks a cache object for emptiness -function isEmptyDataObject( obj ) { - for ( var name in obj ) { - - // if the public data object is empty, the private is still empty - if ( name === "data" && jQuery.isEmptyObject( obj[name] ) ) { - continue; - } - if ( name !== "toJSON" ) { - return false; - } - } - - return true; -} - - - - -function handleQueueMarkDefer( elem, type, src ) { - var deferDataKey = type + "defer", - queueDataKey = type + "queue", - markDataKey = type + "mark", - defer = jQuery._data( elem, deferDataKey ); - if ( defer && - ( src === "queue" || !jQuery._data(elem, queueDataKey) ) && - ( src === "mark" || !jQuery._data(elem, markDataKey) ) ) { - // Give room for hard-coded callbacks to fire first - // and eventually mark/queue something else on the element - setTimeout( function() { - if ( !jQuery._data( elem, queueDataKey ) && - !jQuery._data( elem, markDataKey ) ) { - jQuery.removeData( elem, deferDataKey, true ); - defer.fire(); - } - }, 0 ); - } -} - -jQuery.extend({ - - _mark: function( elem, type ) { - if ( elem ) { - type = ( type || "fx" ) + "mark"; - jQuery._data( elem, type, (jQuery._data( elem, type ) || 0) + 1 ); - } - }, - - _unmark: function( force, elem, type ) { - if ( force !== true ) { - type = elem; - elem = force; - force = false; - } - if ( elem ) { - type = type || "fx"; - var key = type + "mark", - count = force ? 0 : ( (jQuery._data( elem, key ) || 1) - 1 ); - if ( count ) { - jQuery._data( elem, key, count ); - } else { - jQuery.removeData( elem, key, true ); - handleQueueMarkDefer( elem, type, "mark" ); - } - } - }, - - queue: function( elem, type, data ) { - var q; - if ( elem ) { - type = ( type || "fx" ) + "queue"; - q = jQuery._data( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !q || jQuery.isArray(data) ) { - q = jQuery._data( elem, type, jQuery.makeArray(data) ); - } else { - q.push( data ); - } - } - return q || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - fn = queue.shift(), - hooks = {}; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - } - - if ( fn ) { - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - jQuery._data( elem, type + ".run", hooks ); - fn.call( elem, function() { - jQuery.dequeue( elem, type ); - }, hooks ); - } - - if ( !queue.length ) { - jQuery.removeData( elem, type + "queue " + type + ".run", true ); - handleQueueMarkDefer( elem, type, "queue" ); - } - } -}); - -jQuery.fn.extend({ - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[0], type ); - } - - return data === undefined ? - this : - this.each(function() { - var queue = jQuery.queue( this, type, data ); - - if ( type === "fx" && queue[0] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - }); - }, - dequeue: function( type ) { - return this.each(function() { - jQuery.dequeue( this, type ); - }); - }, - // Based off of the plugin by Clint Helfers, with permission. - // http://blindsignals.com/index.php/2009/07/jquery-delay/ - delay: function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = setTimeout( next, time ); - hooks.stop = function() { - clearTimeout( timeout ); - }; - }); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, object ) { - if ( typeof type !== "string" ) { - object = type; - type = undefined; - } - type = type || "fx"; - var defer = jQuery.Deferred(), - elements = this, - i = elements.length, - count = 1, - deferDataKey = type + "defer", - queueDataKey = type + "queue", - markDataKey = type + "mark", - tmp; - function resolve() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - } - while( i-- ) { - if (( tmp = jQuery.data( elements[ i ], deferDataKey, undefined, true ) || - ( jQuery.data( elements[ i ], queueDataKey, undefined, true ) || - jQuery.data( elements[ i ], markDataKey, undefined, true ) ) && - jQuery.data( elements[ i ], deferDataKey, jQuery.Callbacks( "once memory" ), true ) )) { - count++; - tmp.add( resolve ); - } - } - resolve(); - return defer.promise( object ); - } -}); - - - - -var rclass = /[\n\t\r]/g, - rspace = /\s+/, - rreturn = /\r/g, - rtype = /^(?:button|input)$/i, - rfocusable = /^(?:button|input|object|select|textarea)$/i, - rclickable = /^a(?:rea)?$/i, - rboolean = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i, - getSetAttribute = jQuery.support.getSetAttribute, - nodeHook, boolHook, fixSpecified; - -jQuery.fn.extend({ - attr: function( name, value ) { - return jQuery.access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each(function() { - jQuery.removeAttr( this, name ); - }); - }, - - prop: function( name, value ) { - return jQuery.access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - name = jQuery.propFix[ name ] || name; - return this.each(function() { - // try/catch handles cases where IE balks (such as removing a property on window) - try { - this[ name ] = undefined; - delete this[ name ]; - } catch( e ) {} - }); - }, - - addClass: function( value ) { - var classNames, i, l, elem, - setClass, c, cl; - - if ( jQuery.isFunction( value ) ) { - return this.each(function( j ) { - jQuery( this ).addClass( value.call(this, j, this.className) ); - }); - } - - if ( value && typeof value === "string" ) { - classNames = value.split( rspace ); - - for ( i = 0, l = this.length; i < l; i++ ) { - elem = this[ i ]; - - if ( elem.nodeType === 1 ) { - if ( !elem.className && classNames.length === 1 ) { - elem.className = value; - - } else { - setClass = " " + elem.className + " "; - - for ( c = 0, cl = classNames.length; c < cl; c++ ) { - if ( !~setClass.indexOf( " " + classNames[ c ] + " " ) ) { - setClass += classNames[ c ] + " "; - } - } - elem.className = jQuery.trim( setClass ); - } - } - } - } - - return this; - }, - - removeClass: function( value ) { - var classNames, i, l, elem, className, c, cl; - - if ( jQuery.isFunction( value ) ) { - return this.each(function( j ) { - jQuery( this ).removeClass( value.call(this, j, this.className) ); - }); - } - - if ( (value && typeof value === "string") || value === undefined ) { - classNames = ( value || "" ).split( rspace ); - - for ( i = 0, l = this.length; i < l; i++ ) { - elem = this[ i ]; - - if ( elem.nodeType === 1 && elem.className ) { - if ( value ) { - className = (" " + elem.className + " ").replace( rclass, " " ); - for ( c = 0, cl = classNames.length; c < cl; c++ ) { - className = className.replace(" " + classNames[ c ] + " ", " "); - } - elem.className = jQuery.trim( className ); - - } else { - elem.className = ""; - } - } - } - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var type = typeof value, - isBool = typeof stateVal === "boolean"; - - if ( jQuery.isFunction( value ) ) { - return this.each(function( i ) { - jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal ); - }); - } - - return this.each(function() { - if ( type === "string" ) { - // toggle individual class names - var className, - i = 0, - self = jQuery( this ), - state = stateVal, - classNames = value.split( rspace ); - - while ( (className = classNames[ i++ ]) ) { - // check each className given, space seperated list - state = isBool ? state : !self.hasClass( className ); - self[ state ? "addClass" : "removeClass" ]( className ); - } - - } else if ( type === "undefined" || type === "boolean" ) { - if ( this.className ) { - // store className if set - jQuery._data( this, "__className__", this.className ); - } - - // toggle whole className - this.className = this.className || value === false ? "" : jQuery._data( this, "__className__" ) || ""; - } - }); - }, - - hasClass: function( selector ) { - var className = " " + selector + " ", - i = 0, - l = this.length; - for ( ; i < l; i++ ) { - if ( this[i].nodeType === 1 && (" " + this[i].className + " ").replace(rclass, " ").indexOf( className ) > -1 ) { - return true; - } - } - - return false; - }, - - val: function( value ) { - var hooks, ret, isFunction, - elem = this[0]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && "get" in hooks && (ret = hooks.get( elem, "value" )) !== undefined ) { - return ret; - } - - ret = elem.value; - - return typeof ret === "string" ? - // handle most common string cases - ret.replace(rreturn, "") : - // handle cases where value is null/undef or number - ret == null ? "" : ret; - } - - return; - } - - isFunction = jQuery.isFunction( value ); - - return this.each(function( i ) { - var self = jQuery(this), val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( isFunction ) { - val = value.call( this, i, self.val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - } else if ( typeof val === "number" ) { - val += ""; - } else if ( jQuery.isArray( val ) ) { - val = jQuery.map(val, function ( value ) { - return value == null ? "" : value + ""; - }); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !("set" in hooks) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - }); - } -}); - -jQuery.extend({ - valHooks: { - option: { - get: function( elem ) { - // attributes.value is undefined in Blackberry 4.7 but - // uses .value. See #6932 - var val = elem.attributes.value; - return !val || val.specified ? elem.value : elem.text; - } - }, - select: { - get: function( elem ) { - var value, i, max, option, - index = elem.selectedIndex, - values = [], - options = elem.options, - one = elem.type === "select-one"; - - // Nothing was selected - if ( index < 0 ) { - return null; - } - - // Loop through all the selected options - i = one ? index : 0; - max = one ? index + 1 : options.length; - for ( ; i < max; i++ ) { - option = options[ i ]; - - // Don't return options that are disabled or in a disabled optgroup - if ( option.selected && (jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null) && - (!option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" )) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - // Fixes Bug #2551 -- select.val() broken in IE after form.reset() - if ( one && !values.length && options.length ) { - return jQuery( options[ index ] ).val(); - } - - return values; - }, - - set: function( elem, value ) { - var values = jQuery.makeArray( value ); - - jQuery(elem).find("option").each(function() { - this.selected = jQuery.inArray( jQuery(this).val(), values ) >= 0; - }); - - if ( !values.length ) { - elem.selectedIndex = -1; - } - return values; - } - } - }, - - attrFn: { - val: true, - css: true, - html: true, - text: true, - data: true, - width: true, - height: true, - offset: true - }, - - attr: function( elem, name, value, pass ) { - var ret, hooks, notxml, - nType = elem.nodeType; - - // don't get/set attributes on text, comment and attribute nodes - if ( !elem || nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - if ( pass && name in jQuery.attrFn ) { - return jQuery( elem )[ name ]( value ); - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === "undefined" ) { - return jQuery.prop( elem, name, value ); - } - - notxml = nType !== 1 || !jQuery.isXMLDoc( elem ); - - // All attributes are lowercase - // Grab necessary hook if one is defined - if ( notxml ) { - name = name.toLowerCase(); - hooks = jQuery.attrHooks[ name ] || ( rboolean.test( name ) ? boolHook : nodeHook ); - } - - if ( value !== undefined ) { - - if ( value === null ) { - jQuery.removeAttr( elem, name ); - return; - - } else if ( hooks && "set" in hooks && notxml && (ret = hooks.set( elem, value, name )) !== undefined ) { - return ret; - - } else { - elem.setAttribute( name, "" + value ); - return value; - } - - } else if ( hooks && "get" in hooks && notxml && (ret = hooks.get( elem, name )) !== null ) { - return ret; - - } else { - - ret = elem.getAttribute( name ); - - // Non-existent attributes return null, we normalize to undefined - return ret === null ? - undefined : - ret; - } - }, - - removeAttr: function( elem, value ) { - var propName, attrNames, name, l, isBool, - i = 0; - - if ( value && elem.nodeType === 1 ) { - attrNames = value.toLowerCase().split( rspace ); - l = attrNames.length; - - for ( ; i < l; i++ ) { - name = attrNames[ i ]; - - if ( name ) { - propName = jQuery.propFix[ name ] || name; - isBool = rboolean.test( name ); - - // See #9699 for explanation of this approach (setting first, then removal) - // Do not do this for boolean attributes (see #10870) - if ( !isBool ) { - jQuery.attr( elem, name, "" ); - } - elem.removeAttribute( getSetAttribute ? name : propName ); - - // Set corresponding property to false for boolean attributes - if ( isBool && propName in elem ) { - elem[ propName ] = false; - } - } - } - } - }, - - attrHooks: { - type: { - set: function( elem, value ) { - // We can't allow the type property to be changed (since it causes problems in IE) - if ( rtype.test( elem.nodeName ) && elem.parentNode ) { - jQuery.error( "type property can't be changed" ); - } else if ( !jQuery.support.radioValue && value === "radio" && jQuery.nodeName(elem, "input") ) { - // Setting the type on a radio button after the value resets the value in IE6-9 - // Reset value to it's default in case type is set after value - // This is for element creation - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - }, - // Use the value property for back compat - // Use the nodeHook for button elements in IE6/7 (#1954) - value: { - get: function( elem, name ) { - if ( nodeHook && jQuery.nodeName( elem, "button" ) ) { - return nodeHook.get( elem, name ); - } - return name in elem ? - elem.value : - null; - }, - set: function( elem, value, name ) { - if ( nodeHook && jQuery.nodeName( elem, "button" ) ) { - return nodeHook.set( elem, value, name ); - } - // Does not return so that setAttribute is also used - elem.value = value; - } - } - }, - - propFix: { - tabindex: "tabIndex", - readonly: "readOnly", - "for": "htmlFor", - "class": "className", - maxlength: "maxLength", - cellspacing: "cellSpacing", - cellpadding: "cellPadding", - rowspan: "rowSpan", - colspan: "colSpan", - usemap: "useMap", - frameborder: "frameBorder", - contenteditable: "contentEditable" - }, - - prop: function( elem, name, value ) { - var ret, hooks, notxml, - nType = elem.nodeType; - - // don't get/set properties on text, comment and attribute nodes - if ( !elem || nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - notxml = nType !== 1 || !jQuery.isXMLDoc( elem ); - - if ( notxml ) { - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - if ( hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) { - return ret; - - } else { - return ( elem[ name ] = value ); - } - - } else { - if ( hooks && "get" in hooks && (ret = hooks.get( elem, name )) !== null ) { - return ret; - - } else { - return elem[ name ]; - } - } - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - // elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set - // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ - var attributeNode = elem.getAttributeNode("tabindex"); - - return attributeNode && attributeNode.specified ? - parseInt( attributeNode.value, 10 ) : - rfocusable.test( elem.nodeName ) || rclickable.test( elem.nodeName ) && elem.href ? - 0 : - undefined; - } - } - } -}); - -// Add the tabIndex propHook to attrHooks for back-compat (different case is intentional) -jQuery.attrHooks.tabindex = jQuery.propHooks.tabIndex; - -// Hook for boolean attributes -boolHook = { - get: function( elem, name ) { - // Align boolean attributes with corresponding properties - // Fall back to attribute presence where some booleans are not supported - var attrNode, - property = jQuery.prop( elem, name ); - return property === true || typeof property !== "boolean" && ( attrNode = elem.getAttributeNode(name) ) && attrNode.nodeValue !== false ? - name.toLowerCase() : - undefined; - }, - set: function( elem, value, name ) { - var propName; - if ( value === false ) { - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - // value is true since we know at this point it's type boolean and not false - // Set boolean attributes to the same name and set the DOM property - propName = jQuery.propFix[ name ] || name; - if ( propName in elem ) { - // Only set the IDL specifically if it already exists on the element - elem[ propName ] = true; - } - - elem.setAttribute( name, name.toLowerCase() ); - } - return name; - } -}; - -// IE6/7 do not support getting/setting some attributes with get/setAttribute -if ( !getSetAttribute ) { - - fixSpecified = { - name: true, - id: true, - coords: true - }; - - // Use this for any attribute in IE6/7 - // This fixes almost every IE6/7 issue - nodeHook = jQuery.valHooks.button = { - get: function( elem, name ) { - var ret; - ret = elem.getAttributeNode( name ); - return ret && ( fixSpecified[ name ] ? ret.nodeValue !== "" : ret.specified ) ? - ret.nodeValue : - undefined; - }, - set: function( elem, value, name ) { - // Set the existing or create a new attribute node - var ret = elem.getAttributeNode( name ); - if ( !ret ) { - ret = document.createAttribute( name ); - elem.setAttributeNode( ret ); - } - return ( ret.nodeValue = value + "" ); - } - }; - - // Apply the nodeHook to tabindex - jQuery.attrHooks.tabindex.set = nodeHook.set; - - // Set width and height to auto instead of 0 on empty string( Bug #8150 ) - // This is for removals - jQuery.each([ "width", "height" ], function( i, name ) { - jQuery.attrHooks[ name ] = jQuery.extend( jQuery.attrHooks[ name ], { - set: function( elem, value ) { - if ( value === "" ) { - elem.setAttribute( name, "auto" ); - return value; - } - } - }); - }); - - // Set contenteditable to false on removals(#10429) - // Setting to empty string throws an error as an invalid value - jQuery.attrHooks.contenteditable = { - get: nodeHook.get, - set: function( elem, value, name ) { - if ( value === "" ) { - value = "false"; - } - nodeHook.set( elem, value, name ); - } - }; -} - - -// Some attributes require a special call on IE -if ( !jQuery.support.hrefNormalized ) { - jQuery.each([ "href", "src", "width", "height" ], function( i, name ) { - jQuery.attrHooks[ name ] = jQuery.extend( jQuery.attrHooks[ name ], { - get: function( elem ) { - var ret = elem.getAttribute( name, 2 ); - return ret === null ? undefined : ret; - } - }); - }); -} - -if ( !jQuery.support.style ) { - jQuery.attrHooks.style = { - get: function( elem ) { - // Return undefined in the case of empty string - // Normalize to lowercase since IE uppercases css property names - return elem.style.cssText.toLowerCase() || undefined; - }, - set: function( elem, value ) { - return ( elem.style.cssText = "" + value ); - } - }; -} - -// Safari mis-reports the default selected property of an option -// Accessing the parent's selectedIndex property fixes it -if ( !jQuery.support.optSelected ) { - jQuery.propHooks.selected = jQuery.extend( jQuery.propHooks.selected, { - get: function( elem ) { - var parent = elem.parentNode; - - if ( parent ) { - parent.selectedIndex; - - // Make sure that it also works with optgroups, see #5701 - if ( parent.parentNode ) { - parent.parentNode.selectedIndex; - } - } - return null; - } - }); -} - -// IE6/7 call enctype encoding -if ( !jQuery.support.enctype ) { - jQuery.propFix.enctype = "encoding"; -} - -// Radios and checkboxes getter/setter -if ( !jQuery.support.checkOn ) { - jQuery.each([ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - get: function( elem ) { - // Handle the case where in Webkit "" is returned instead of "on" if a value isn't specified - return elem.getAttribute("value") === null ? "on" : elem.value; - } - }; - }); -} -jQuery.each([ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = jQuery.extend( jQuery.valHooks[ this ], { - set: function( elem, value ) { - if ( jQuery.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 ); - } - } - }); -}); - - - - -var rformElems = /^(?:textarea|input|select)$/i, - rtypenamespace = /^([^\.]*)?(?:\.(.+))?$/, - rhoverHack = /(?:^|\s)hover(\.\S+)?\b/, - rkeyEvent = /^key/, - rmouseEvent = /^(?:mouse|contextmenu)|click/, - rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - rquickIs = /^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/, - quickParse = function( selector ) { - var quick = rquickIs.exec( selector ); - if ( quick ) { - // 0 1 2 3 - // [ _, tag, id, class ] - quick[1] = ( quick[1] || "" ).toLowerCase(); - quick[3] = quick[3] && new RegExp( "(?:^|\\s)" + quick[3] + "(?:\\s|$)" ); - } - return quick; - }, - quickIs = function( elem, m ) { - var attrs = elem.attributes || {}; - return ( - (!m[1] || elem.nodeName.toLowerCase() === m[1]) && - (!m[2] || (attrs.id || {}).value === m[2]) && - (!m[3] || m[3].test( (attrs[ "class" ] || {}).value )) - ); - }, - hoverHack = function( events ) { - return jQuery.event.special.hover ? events : events.replace( rhoverHack, "mouseenter$1 mouseleave$1" ); - }; - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - add: function( elem, types, handler, data, selector ) { - - var elemData, eventHandle, events, - t, tns, type, namespaces, handleObj, - handleObjIn, quick, handlers, special; - - // Don't attach events to noData or text/comment nodes (allow plain objects tho) - if ( elem.nodeType === 3 || elem.nodeType === 8 || !types || !handler || !(elemData = jQuery._data( elem )) ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - events = elemData.events; - if ( !events ) { - elemData.events = events = {}; - } - eventHandle = elemData.handle; - if ( !eventHandle ) { - elemData.handle = eventHandle = function( e ) { - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== "undefined" && (!e || jQuery.event.triggered !== e.type) ? - jQuery.event.dispatch.apply( eventHandle.elem, arguments ) : - undefined; - }; - // Add elem as a property of the handle fn to prevent a memory leak with IE non-native events - eventHandle.elem = elem; - } - - // Handle multiple events separated by a space - // jQuery(...).bind("mouseover mouseout", fn); - types = jQuery.trim( hoverHack(types) ).split( " " ); - for ( t = 0; t < types.length; t++ ) { - - tns = rtypenamespace.exec( types[t] ) || []; - type = tns[1]; - namespaces = ( tns[2] || "" ).split( "." ).sort(); - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend({ - type: type, - origType: tns[1], - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - quick: selector && quickParse( selector ), - namespace: namespaces.join(".") - }, handleObjIn ); - - // Init the event handler queue if we're the first - handlers = events[ type ]; - if ( !handlers ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener/attachEvent if the special events handler returns false - if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - // Bind the global event handler to the element - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle, false ); - - } else if ( elem.attachEvent ) { - elem.attachEvent( "on" + type, eventHandle ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - // Nullify elem to prevent memory leaks in IE - elem = null; - }, - - global: {}, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var elemData = jQuery.hasData( elem ) && jQuery._data( elem ), - t, tns, type, origType, namespaces, origCount, - j, events, special, handle, eventType, handleObj; - - if ( !elemData || !(events = elemData.events) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = jQuery.trim( hoverHack( types || "" ) ).split(" "); - for ( t = 0; t < types.length; t++ ) { - tns = rtypenamespace.exec( types[t] ) || []; - type = origType = tns[1]; - namespaces = tns[2]; - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector? special.delegateType : special.bindType ) || type; - eventType = events[ type ] || []; - origCount = eventType.length; - namespaces = namespaces ? new RegExp("(^|\\.)" + namespaces.split(".").sort().join("\\.(?:.*\\.)?") + "(\\.|$)") : null; - - // Remove matching events - for ( j = 0; j < eventType.length; j++ ) { - handleObj = eventType[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !namespaces || namespaces.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) { - eventType.splice( j--, 1 ); - - if ( handleObj.selector ) { - eventType.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( eventType.length === 0 && origCount !== eventType.length ) { - if ( !special.teardown || special.teardown.call( elem, namespaces ) === false ) { - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - handle = elemData.handle; - if ( handle ) { - handle.elem = null; - } - - // removeData also checks for emptiness and clears the expando if empty - // so use it instead of delete - jQuery.removeData( elem, [ "events", "handle" ], true ); - } - }, - - // Events that are safe to short-circuit if no handlers are attached. - // Native DOM events should not be added, they may have inline handlers. - customEvent: { - "getData": true, - "setData": true, - "changeData": true - }, - - trigger: function( event, data, elem, onlyHandlers ) { - // Don't do events on text and comment nodes - if ( elem && (elem.nodeType === 3 || elem.nodeType === 8) ) { - return; - } - - // Event object or event type - var type = event.type || event, - namespaces = [], - cache, exclusive, i, cur, old, ontype, special, handle, eventPath, bubbleType; - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf( "!" ) >= 0 ) { - // Exclusive events trigger only for the exact event (no namespaces) - type = type.slice(0, -1); - exclusive = true; - } - - if ( type.indexOf( "." ) >= 0 ) { - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split("."); - type = namespaces.shift(); - namespaces.sort(); - } - - if ( (!elem || jQuery.event.customEvent[ type ]) && !jQuery.event.global[ type ] ) { - // No jQuery handlers for this event type, and it can't have inline handlers - return; - } - - // Caller can pass in an Event, Object, or just an event type string - event = typeof event === "object" ? - // jQuery.Event object - event[ jQuery.expando ] ? event : - // Object literal - new jQuery.Event( type, event ) : - // Just the event type (string) - new jQuery.Event( type ); - - event.type = type; - event.isTrigger = true; - event.exclusive = exclusive; - event.namespace = namespaces.join( "." ); - event.namespace_re = event.namespace? new RegExp("(^|\\.)" + namespaces.join("\\.(?:.*\\.)?") + "(\\.|$)") : null; - ontype = type.indexOf( ":" ) < 0 ? "on" + type : ""; - - // Handle a global trigger - if ( !elem ) { - - // TODO: Stop taunting the data cache; remove global events and always attach to document - cache = jQuery.cache; - for ( i in cache ) { - if ( cache[ i ].events && cache[ i ].events[ type ] ) { - jQuery.event.trigger( event, data, cache[ i ].handle.elem, true ); - } - } - return; - } - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data != null ? jQuery.makeArray( data ) : []; - data.unshift( event ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (#9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) - eventPath = [[ elem, special.bindType || type ]]; - if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - cur = rfocusMorph.test( bubbleType + type ) ? elem : elem.parentNode; - old = null; - for ( ; cur; cur = cur.parentNode ) { - eventPath.push([ cur, bubbleType ]); - old = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( old && old === elem.ownerDocument ) { - eventPath.push([ old.defaultView || old.parentWindow || window, bubbleType ]); - } - } - - // Fire handlers on the event path - for ( i = 0; i < eventPath.length && !event.isPropagationStopped(); i++ ) { - - cur = eventPath[i][0]; - event.type = eventPath[i][1]; - - handle = ( jQuery._data( cur, "events" ) || {} )[ event.type ] && jQuery._data( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - // Note that this is a bare JS function and not a jQuery handler - handle = ontype && cur[ ontype ]; - if ( handle && jQuery.acceptData( cur ) && handle.apply( cur, data ) === false ) { - event.preventDefault(); - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( (!special._default || special._default.apply( elem.ownerDocument, data ) === false) && - !(type === "click" && jQuery.nodeName( elem, "a" )) && jQuery.acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name name as the event. - // Can't use an .isFunction() check here because IE6/7 fails that test. - // Don't do default actions on window, that's where global variables be (#6170) - // IE<9 dies on focus/blur to hidden element (#1486) - if ( ontype && elem[ type ] && ((type !== "focus" && type !== "blur") || event.target.offsetWidth !== 0) && !jQuery.isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - old = elem[ ontype ]; - - if ( old ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - elem[ type ](); - jQuery.event.triggered = undefined; - - if ( old ) { - elem[ ontype ] = old; - } - } - } - } - - return event.result; - }, - - dispatch: function( event ) { - - // Make a writable jQuery.Event from the native event object - event = jQuery.event.fix( event || window.event ); - - var handlers = ( (jQuery._data( this, "events" ) || {} )[ event.type ] || []), - delegateCount = handlers.delegateCount, - args = [].slice.call( arguments, 0 ), - run_all = !event.exclusive && !event.namespace, - special = jQuery.event.special[ event.type ] || {}, - handlerQueue = [], - i, j, cur, jqcur, ret, selMatch, matched, matches, handleObj, sel, related; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[0] = event; - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers that should run if there are delegated events - // Avoid non-left-click bubbling in Firefox (#3861) - if ( delegateCount && !(event.button && event.type === "click") ) { - - // Pregenerate a single jQuery object for reuse with .is() - jqcur = jQuery(this); - jqcur.context = this.ownerDocument || this; - - for ( cur = event.target; cur != this; cur = cur.parentNode || this ) { - - // Don't process events on disabled elements (#6911, #8165) - if ( cur.disabled !== true ) { - selMatch = {}; - matches = []; - jqcur[0] = cur; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - sel = handleObj.selector; - - if ( selMatch[ sel ] === undefined ) { - selMatch[ sel ] = ( - handleObj.quick ? quickIs( cur, handleObj.quick ) : jqcur.is( sel ) - ); - } - if ( selMatch[ sel ] ) { - matches.push( handleObj ); - } - } - if ( matches.length ) { - handlerQueue.push({ elem: cur, matches: matches }); - } - } - } - } - - // Add the remaining (directly-bound) handlers - if ( handlers.length > delegateCount ) { - handlerQueue.push({ elem: this, matches: handlers.slice( delegateCount ) }); - } - - // Run delegates first; they may want to stop propagation beneath us - for ( i = 0; i < handlerQueue.length && !event.isPropagationStopped(); i++ ) { - matched = handlerQueue[ i ]; - event.currentTarget = matched.elem; - - for ( j = 0; j < matched.matches.length && !event.isImmediatePropagationStopped(); j++ ) { - handleObj = matched.matches[ j ]; - - // Triggered event must either 1) be non-exclusive and have no namespace, or - // 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace). - if ( run_all || (!event.namespace && !handleObj.namespace) || event.namespace_re && event.namespace_re.test( handleObj.namespace ) ) { - - event.data = handleObj.data; - event.handleObj = handleObj; - - ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler ) - .apply( matched.elem, args ); - - if ( ret !== undefined ) { - event.result = ret; - if ( ret === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - // Includes some event props shared by KeyEvent and MouseEvent - // *** attrChange attrName relatedNode srcElement are not normalized, non-W3C, deprecated, will be removed in 1.8 *** - props: "attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "), - - fixHooks: {}, - - keyHooks: { - props: "char charCode key keyCode".split(" "), - filter: function( event, original ) { - - // Add which for key events - if ( event.which == null ) { - event.which = original.charCode != null ? original.charCode : original.keyCode; - } - - return event; - } - }, - - mouseHooks: { - props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "), - filter: function( event, original ) { - var eventDoc, doc, body, - button = original.button, - fromElement = original.fromElement; - - // Calculate pageX/Y if missing and clientX/Y available - if ( event.pageX == null && original.clientX != null ) { - eventDoc = event.target.ownerDocument || document; - doc = eventDoc.documentElement; - body = eventDoc.body; - - event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 ); - event.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 ); - } - - // Add relatedTarget, if necessary - if ( !event.relatedTarget && fromElement ) { - event.relatedTarget = fromElement === event.target ? original.toElement : fromElement; - } - - // Add which for click: 1 === left; 2 === middle; 3 === right - // Note: button is not normalized, so don't use it - if ( !event.which && button !== undefined ) { - event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) ); - } - - return event; - } - }, - - fix: function( event ) { - if ( event[ jQuery.expando ] ) { - return event; - } - - // Create a writable copy of the event object and normalize some properties - var i, prop, - originalEvent = event, - fixHook = jQuery.event.fixHooks[ event.type ] || {}, - copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props; - - event = jQuery.Event( originalEvent ); - - for ( i = copy.length; i; ) { - prop = copy[ --i ]; - event[ prop ] = originalEvent[ prop ]; - } - - // Fix target property, if necessary (#1925, IE 6/7/8 & Safari2) - if ( !event.target ) { - event.target = originalEvent.srcElement || document; - } - - // Target should not be a text node (#504, Safari) - if ( event.target.nodeType === 3 ) { - event.target = event.target.parentNode; - } - - // For mouse/key events; add metaKey if it's not there (#3368, IE6/7/8) - if ( event.metaKey === undefined ) { - event.metaKey = event.ctrlKey; - } - - return fixHook.filter? fixHook.filter( event, originalEvent ) : event; - }, - - special: { - ready: { - // Make sure the ready event is setup - setup: jQuery.bindReady - }, - - load: { - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - - focus: { - delegateType: "focusin" - }, - blur: { - delegateType: "focusout" - }, - - beforeunload: { - setup: function( data, namespaces, eventHandle ) { - // We only want to do this special case on windows - if ( jQuery.isWindow( this ) ) { - this.onbeforeunload = eventHandle; - } - }, - - teardown: function( namespaces, eventHandle ) { - if ( this.onbeforeunload === eventHandle ) { - this.onbeforeunload = null; - } - } - } - }, - - simulate: function( type, elem, event, bubble ) { - // Piggyback on a donor event to simulate a different one. - // Fake originalEvent to avoid donor's stopPropagation, but if the - // simulated event prevents default then we do the same on the donor. - var e = jQuery.extend( - new jQuery.Event(), - event, - { type: type, - isSimulated: true, - originalEvent: {} - } - ); - if ( bubble ) { - jQuery.event.trigger( e, null, elem ); - } else { - jQuery.event.dispatch.call( elem, e ); - } - if ( e.isDefaultPrevented() ) { - event.preventDefault(); - } - } -}; - -// Some plugins are using, but it's undocumented/deprecated and will be removed. -// The 1.7 special event interface should provide all the hooks needed now. -jQuery.event.handle = jQuery.event.dispatch; - -jQuery.removeEvent = document.removeEventListener ? - function( elem, type, handle ) { - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle, false ); - } - } : - function( elem, type, handle ) { - if ( elem.detachEvent ) { - elem.detachEvent( "on" + type, handle ); - } - }; - -jQuery.Event = function( src, props ) { - // Allow instantiation without the 'new' keyword - if ( !(this instanceof jQuery.Event) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false || - src.getPreventDefault && src.getPreventDefault() ) ? returnTrue : returnFalse; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || jQuery.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -function returnFalse() { - return false; -} -function returnTrue() { - return true; -} - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - preventDefault: function() { - this.isDefaultPrevented = returnTrue; - - var e = this.originalEvent; - if ( !e ) { - return; - } - - // if preventDefault exists run it on the original event - if ( e.preventDefault ) { - e.preventDefault(); - - // otherwise set the returnValue property of the original event to false (IE) - } else { - e.returnValue = false; - } - }, - stopPropagation: function() { - this.isPropagationStopped = returnTrue; - - var e = this.originalEvent; - if ( !e ) { - return; - } - // if stopPropagation exists run it on the original event - if ( e.stopPropagation ) { - e.stopPropagation(); - } - // otherwise set the cancelBubble property of the original event to true (IE) - e.cancelBubble = true; - }, - stopImmediatePropagation: function() { - this.isImmediatePropagationStopped = returnTrue; - this.stopPropagation(); - }, - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse -}; - -// Create mouseenter/leave events using mouseover/out and event-time checks -jQuery.each({ - mouseenter: "mouseover", - mouseleave: "mouseout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var target = this, - related = event.relatedTarget, - handleObj = event.handleObj, - selector = handleObj.selector, - ret; - - // For mousenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || (related !== target && !jQuery.contains( target, related )) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -}); - -// IE submit delegation -if ( !jQuery.support.submitBubbles ) { - - jQuery.event.special.submit = { - setup: function() { - // Only need this for delegated form submit events - if ( jQuery.nodeName( this, "form" ) ) { - return false; - } - - // Lazy-add a submit handler when a descendant form may potentially be submitted - jQuery.event.add( this, "click._submit keypress._submit", function( e ) { - // Node name check avoids a VML-related crash in IE (#9807) - var elem = e.target, - form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ? elem.form : undefined; - if ( form && !form._submit_attached ) { - jQuery.event.add( form, "submit._submit", function( event ) { - event._submit_bubble = true; - }); - form._submit_attached = true; - } - }); - // return undefined since we don't need an event listener - }, - - postDispatch: function( event ) { - // If form was submitted by the user, bubble the event up the tree - if ( event._submit_bubble ) { - delete event._submit_bubble; - if ( this.parentNode && !event.isTrigger ) { - jQuery.event.simulate( "submit", this.parentNode, event, true ); - } - } - }, - - teardown: function() { - // Only need this for delegated form submit events - if ( jQuery.nodeName( this, "form" ) ) { - return false; - } - - // Remove delegated handlers; cleanData eventually reaps submit handlers attached above - jQuery.event.remove( this, "._submit" ); - } - }; -} - -// IE change delegation and checkbox/radio fix -if ( !jQuery.support.changeBubbles ) { - - jQuery.event.special.change = { - - setup: function() { - - if ( rformElems.test( this.nodeName ) ) { - // IE doesn't fire change on a check/radio until blur; trigger it on click - // after a propertychange. Eat the blur-change in special.change.handle. - // This still fires onchange a second time for check/radio after blur. - if ( this.type === "checkbox" || this.type === "radio" ) { - jQuery.event.add( this, "propertychange._change", function( event ) { - if ( event.originalEvent.propertyName === "checked" ) { - this._just_changed = true; - } - }); - jQuery.event.add( this, "click._change", function( event ) { - if ( this._just_changed && !event.isTrigger ) { - this._just_changed = false; - jQuery.event.simulate( "change", this, event, true ); - } - }); - } - return false; - } - // Delegated event; lazy-add a change handler on descendant inputs - jQuery.event.add( this, "beforeactivate._change", function( e ) { - var elem = e.target; - - if ( rformElems.test( elem.nodeName ) && !elem._change_attached ) { - jQuery.event.add( elem, "change._change", function( event ) { - if ( this.parentNode && !event.isSimulated && !event.isTrigger ) { - jQuery.event.simulate( "change", this.parentNode, event, true ); - } - }); - elem._change_attached = true; - } - }); - }, - - handle: function( event ) { - var elem = event.target; - - // Swallow native change events from checkbox/radio, we already triggered them above - if ( this !== elem || event.isSimulated || event.isTrigger || (elem.type !== "radio" && elem.type !== "checkbox") ) { - return event.handleObj.handler.apply( this, arguments ); - } - }, - - teardown: function() { - jQuery.event.remove( this, "._change" ); - - return rformElems.test( this.nodeName ); - } - }; -} - -// Create "bubbling" focus and blur events -if ( !jQuery.support.focusinBubbles ) { - jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler while someone wants focusin/focusout - var attaches = 0, - handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - if ( attaches++ === 0 ) { - document.addEventListener( orig, handler, true ); - } - }, - teardown: function() { - if ( --attaches === 0 ) { - document.removeEventListener( orig, handler, true ); - } - } - }; - }); -} - -jQuery.fn.extend({ - - on: function( types, selector, data, fn, /*INTERNAL*/ one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { // && selector != null - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - this.on( type, selector, data, types[ type ], one ); - } - return this; - } - - if ( data == null && fn == null ) { - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return this; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return this.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - }); - }, - one: function( types, selector, data, fn ) { - return this.on( types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - if ( types && types.preventDefault && types.handleObj ) { - // ( event ) dispatched jQuery.Event - var handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - // ( types-object [, selector] ) - for ( var type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each(function() { - jQuery.event.remove( this, types, fn, selector ); - }); - }, - - bind: function( types, data, fn ) { - return this.on( types, null, data, fn ); - }, - unbind: function( types, fn ) { - return this.off( types, null, fn ); - }, - - live: function( types, data, fn ) { - jQuery( this.context ).on( types, this.selector, data, fn ); - return this; - }, - die: function( types, fn ) { - jQuery( this.context ).off( types, this.selector || "**", fn ); - return this; - }, - - delegate: function( selector, types, data, fn ) { - return this.on( types, selector, data, fn ); - }, - undelegate: function( selector, types, fn ) { - // ( namespace ) or ( selector, types [, fn] ) - return arguments.length == 1? this.off( selector, "**" ) : this.off( types, selector, fn ); - }, - - trigger: function( type, data ) { - return this.each(function() { - jQuery.event.trigger( type, data, this ); - }); - }, - triggerHandler: function( type, data ) { - if ( this[0] ) { - return jQuery.event.trigger( type, data, this[0], true ); - } - }, - - toggle: function( fn ) { - // Save reference to arguments for access in closure - var args = arguments, - guid = fn.guid || jQuery.guid++, - i = 0, - toggler = function( event ) { - // Figure out which function to execute - var lastToggle = ( jQuery._data( this, "lastToggle" + fn.guid ) || 0 ) % i; - jQuery._data( this, "lastToggle" + fn.guid, lastToggle + 1 ); - - // Make sure that clicks stop - event.preventDefault(); - - // and execute the function - return args[ lastToggle ].apply( this, arguments ) || false; - }; - - // link all the functions, so any of them can unbind this click handler - toggler.guid = guid; - while ( i < args.length ) { - args[ i++ ].guid = guid; - } - - return this.click( toggler ); - }, - - hover: function( fnOver, fnOut ) { - return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver ); - } -}); - -jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " + - "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + - "change select submit keydown keypress keyup error contextmenu").split(" "), function( i, name ) { - - // Handle event binding - jQuery.fn[ name ] = function( data, fn ) { - if ( fn == null ) { - fn = data; - data = null; - } - - return arguments.length > 0 ? - this.on( name, null, data, fn ) : - this.trigger( name ); - }; - - if ( jQuery.attrFn ) { - jQuery.attrFn[ name ] = true; - } - - if ( rkeyEvent.test( name ) ) { - jQuery.event.fixHooks[ name ] = jQuery.event.keyHooks; - } - - if ( rmouseEvent.test( name ) ) { - jQuery.event.fixHooks[ name ] = jQuery.event.mouseHooks; - } -}); - - - -/*! - * Sizzle CSS Selector Engine - * Copyright 2011, The Dojo Foundation - * Released under the MIT, BSD, and GPL Licenses. - * More information: http://sizzlejs.com/ - */ -(function(){ - -var chunker = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, - expando = "sizcache" + (Math.random() + '').replace('.', ''), - done = 0, - toString = Object.prototype.toString, - hasDuplicate = false, - baseHasDuplicate = true, - rBackslash = /\\/g, - rReturn = /\r\n/g, - rNonWord = /\W/; - -// Here we check if the JavaScript engine is using some sort of -// optimization where it does not always call our comparision -// function. If that is the case, discard the hasDuplicate value. -// Thus far that includes Google Chrome. -[0, 0].sort(function() { - baseHasDuplicate = false; - return 0; -}); - -var Sizzle = function( selector, context, results, seed ) { - results = results || []; - context = context || document; - - var origContext = context; - - if ( context.nodeType !== 1 && context.nodeType !== 9 ) { - return []; - } - - if ( !selector || typeof selector !== "string" ) { - return results; - } - - var m, set, checkSet, extra, ret, cur, pop, i, - prune = true, - contextXML = Sizzle.isXML( context ), - parts = [], - soFar = selector; - - // Reset the position of the chunker regexp (start from head) - do { - chunker.exec( "" ); - m = chunker.exec( soFar ); - - if ( m ) { - soFar = m[3]; - - parts.push( m[1] ); - - if ( m[2] ) { - extra = m[3]; - break; - } - } - } while ( m ); - - if ( parts.length > 1 && origPOS.exec( selector ) ) { - - if ( parts.length === 2 && Expr.relative[ parts[0] ] ) { - set = posProcess( parts[0] + parts[1], context, seed ); - - } else { - set = Expr.relative[ parts[0] ] ? - [ context ] : - Sizzle( parts.shift(), context ); - - while ( parts.length ) { - selector = parts.shift(); - - if ( Expr.relative[ selector ] ) { - selector += parts.shift(); - } - - set = posProcess( selector, set, seed ); - } - } - - } else { - // Take a shortcut and set the context if the root selector is an ID - // (but not if it'll be faster if the inner selector is an ID) - if ( !seed && parts.length > 1 && context.nodeType === 9 && !contextXML && - Expr.match.ID.test(parts[0]) && !Expr.match.ID.test(parts[parts.length - 1]) ) { - - ret = Sizzle.find( parts.shift(), context, contextXML ); - context = ret.expr ? - Sizzle.filter( ret.expr, ret.set )[0] : - ret.set[0]; - } - - if ( context ) { - ret = seed ? - { expr: parts.pop(), set: makeArray(seed) } : - Sizzle.find( parts.pop(), parts.length === 1 && (parts[0] === "~" || parts[0] === "+") && context.parentNode ? context.parentNode : context, contextXML ); - - set = ret.expr ? - Sizzle.filter( ret.expr, ret.set ) : - ret.set; - - if ( parts.length > 0 ) { - checkSet = makeArray( set ); - - } else { - prune = false; - } - - while ( parts.length ) { - cur = parts.pop(); - pop = cur; - - if ( !Expr.relative[ cur ] ) { - cur = ""; - } else { - pop = parts.pop(); - } - - if ( pop == null ) { - pop = context; - } - - Expr.relative[ cur ]( checkSet, pop, contextXML ); - } - - } else { - checkSet = parts = []; - } - } - - if ( !checkSet ) { - checkSet = set; - } - - if ( !checkSet ) { - Sizzle.error( cur || selector ); - } - - if ( toString.call(checkSet) === "[object Array]" ) { - if ( !prune ) { - results.push.apply( results, checkSet ); - - } else if ( context && context.nodeType === 1 ) { - for ( i = 0; checkSet[i] != null; i++ ) { - if ( checkSet[i] && (checkSet[i] === true || checkSet[i].nodeType === 1 && Sizzle.contains(context, checkSet[i])) ) { - results.push( set[i] ); - } - } - - } else { - for ( i = 0; checkSet[i] != null; i++ ) { - if ( checkSet[i] && checkSet[i].nodeType === 1 ) { - results.push( set[i] ); - } - } - } - - } else { - makeArray( checkSet, results ); - } - - if ( extra ) { - Sizzle( extra, origContext, results, seed ); - Sizzle.uniqueSort( results ); - } - - return results; -}; - -Sizzle.uniqueSort = function( results ) { - if ( sortOrder ) { - hasDuplicate = baseHasDuplicate; - results.sort( sortOrder ); - - if ( hasDuplicate ) { - for ( var i = 1; i < results.length; i++ ) { - if ( results[i] === results[ i - 1 ] ) { - results.splice( i--, 1 ); - } - } - } - } - - return results; -}; - -Sizzle.matches = function( expr, set ) { - return Sizzle( expr, null, null, set ); -}; - -Sizzle.matchesSelector = function( node, expr ) { - return Sizzle( expr, null, null, [node] ).length > 0; -}; - -Sizzle.find = function( expr, context, isXML ) { - var set, i, len, match, type, left; - - if ( !expr ) { - return []; - } - - for ( i = 0, len = Expr.order.length; i < len; i++ ) { - type = Expr.order[i]; - - if ( (match = Expr.leftMatch[ type ].exec( expr )) ) { - left = match[1]; - match.splice( 1, 1 ); - - if ( left.substr( left.length - 1 ) !== "\\" ) { - match[1] = (match[1] || "").replace( rBackslash, "" ); - set = Expr.find[ type ]( match, context, isXML ); - - if ( set != null ) { - expr = expr.replace( Expr.match[ type ], "" ); - break; - } - } - } - } - - if ( !set ) { - set = typeof context.getElementsByTagName !== "undefined" ? - context.getElementsByTagName( "*" ) : - []; - } - - return { set: set, expr: expr }; -}; - -Sizzle.filter = function( expr, set, inplace, not ) { - var match, anyFound, - type, found, item, filter, left, - i, pass, - old = expr, - result = [], - curLoop = set, - isXMLFilter = set && set[0] && Sizzle.isXML( set[0] ); - - while ( expr && set.length ) { - for ( type in Expr.filter ) { - if ( (match = Expr.leftMatch[ type ].exec( expr )) != null && match[2] ) { - filter = Expr.filter[ type ]; - left = match[1]; - - anyFound = false; - - match.splice(1,1); - - if ( left.substr( left.length - 1 ) === "\\" ) { - continue; - } - - if ( curLoop === result ) { - result = []; - } - - if ( Expr.preFilter[ type ] ) { - match = Expr.preFilter[ type ]( match, curLoop, inplace, result, not, isXMLFilter ); - - if ( !match ) { - anyFound = found = true; - - } else if ( match === true ) { - continue; - } - } - - if ( match ) { - for ( i = 0; (item = curLoop[i]) != null; i++ ) { - if ( item ) { - found = filter( item, match, i, curLoop ); - pass = not ^ found; - - if ( inplace && found != null ) { - if ( pass ) { - anyFound = true; - - } else { - curLoop[i] = false; - } - - } else if ( pass ) { - result.push( item ); - anyFound = true; - } - } - } - } - - if ( found !== undefined ) { - if ( !inplace ) { - curLoop = result; - } - - expr = expr.replace( Expr.match[ type ], "" ); - - if ( !anyFound ) { - return []; - } - - break; - } - } - } - - // Improper expression - if ( expr === old ) { - if ( anyFound == null ) { - Sizzle.error( expr ); - - } else { - break; - } - } - - old = expr; - } - - return curLoop; -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Utility function for retreiving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -var getText = Sizzle.getText = function( elem ) { - var i, node, - nodeType = elem.nodeType, - ret = ""; - - if ( nodeType ) { - if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - // Use textContent || innerText for elements - if ( typeof elem.textContent === 'string' ) { - return elem.textContent; - } else if ( typeof elem.innerText === 'string' ) { - // Replace IE's carriage returns - return elem.innerText.replace( rReturn, '' ); - } else { - // Traverse it's children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - } else { - - // If no nodeType, this is expected to be an array - for ( i = 0; (node = elem[i]); i++ ) { - // Do not traverse comment nodes - if ( node.nodeType !== 8 ) { - ret += getText( node ); - } - } - } - return ret; -}; - -var Expr = Sizzle.selectors = { - order: [ "ID", "NAME", "TAG" ], - - match: { - ID: /#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/, - CLASS: /\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/, - NAME: /\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/, - ATTR: /\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/, - TAG: /^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/, - CHILD: /:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/, - POS: /:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/, - PSEUDO: /:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/ - }, - - leftMatch: {}, - - attrMap: { - "class": "className", - "for": "htmlFor" - }, - - attrHandle: { - href: function( elem ) { - return elem.getAttribute( "href" ); - }, - type: function( elem ) { - return elem.getAttribute( "type" ); - } - }, - - relative: { - "+": function(checkSet, part){ - var isPartStr = typeof part === "string", - isTag = isPartStr && !rNonWord.test( part ), - isPartStrNotTag = isPartStr && !isTag; - - if ( isTag ) { - part = part.toLowerCase(); - } - - for ( var i = 0, l = checkSet.length, elem; i < l; i++ ) { - if ( (elem = checkSet[i]) ) { - while ( (elem = elem.previousSibling) && elem.nodeType !== 1 ) {} - - checkSet[i] = isPartStrNotTag || elem && elem.nodeName.toLowerCase() === part ? - elem || false : - elem === part; - } - } - - if ( isPartStrNotTag ) { - Sizzle.filter( part, checkSet, true ); - } - }, - - ">": function( checkSet, part ) { - var elem, - isPartStr = typeof part === "string", - i = 0, - l = checkSet.length; - - if ( isPartStr && !rNonWord.test( part ) ) { - part = part.toLowerCase(); - - for ( ; i < l; i++ ) { - elem = checkSet[i]; - - if ( elem ) { - var parent = elem.parentNode; - checkSet[i] = parent.nodeName.toLowerCase() === part ? parent : false; - } - } - - } else { - for ( ; i < l; i++ ) { - elem = checkSet[i]; - - if ( elem ) { - checkSet[i] = isPartStr ? - elem.parentNode : - elem.parentNode === part; - } - } - - if ( isPartStr ) { - Sizzle.filter( part, checkSet, true ); - } - } - }, - - "": function(checkSet, part, isXML){ - var nodeCheck, - doneName = done++, - checkFn = dirCheck; - - if ( typeof part === "string" && !rNonWord.test( part ) ) { - part = part.toLowerCase(); - nodeCheck = part; - checkFn = dirNodeCheck; - } - - checkFn( "parentNode", part, doneName, checkSet, nodeCheck, isXML ); - }, - - "~": function( checkSet, part, isXML ) { - var nodeCheck, - doneName = done++, - checkFn = dirCheck; - - if ( typeof part === "string" && !rNonWord.test( part ) ) { - part = part.toLowerCase(); - nodeCheck = part; - checkFn = dirNodeCheck; - } - - checkFn( "previousSibling", part, doneName, checkSet, nodeCheck, isXML ); - } - }, - - find: { - ID: function( match, context, isXML ) { - if ( typeof context.getElementById !== "undefined" && !isXML ) { - var m = context.getElementById(match[1]); - // Check parentNode to catch when Blackberry 4.6 returns - // nodes that are no longer in the document #6963 - return m && m.parentNode ? [m] : []; - } - }, - - NAME: function( match, context ) { - if ( typeof context.getElementsByName !== "undefined" ) { - var ret = [], - results = context.getElementsByName( match[1] ); - - for ( var i = 0, l = results.length; i < l; i++ ) { - if ( results[i].getAttribute("name") === match[1] ) { - ret.push( results[i] ); - } - } - - return ret.length === 0 ? null : ret; - } - }, - - TAG: function( match, context ) { - if ( typeof context.getElementsByTagName !== "undefined" ) { - return context.getElementsByTagName( match[1] ); - } - } - }, - preFilter: { - CLASS: function( match, curLoop, inplace, result, not, isXML ) { - match = " " + match[1].replace( rBackslash, "" ) + " "; - - if ( isXML ) { - return match; - } - - for ( var i = 0, elem; (elem = curLoop[i]) != null; i++ ) { - if ( elem ) { - if ( not ^ (elem.className && (" " + elem.className + " ").replace(/[\t\n\r]/g, " ").indexOf(match) >= 0) ) { - if ( !inplace ) { - result.push( elem ); - } - - } else if ( inplace ) { - curLoop[i] = false; - } - } - } - - return false; - }, - - ID: function( match ) { - return match[1].replace( rBackslash, "" ); - }, - - TAG: function( match, curLoop ) { - return match[1].replace( rBackslash, "" ).toLowerCase(); - }, - - CHILD: function( match ) { - if ( match[1] === "nth" ) { - if ( !match[2] ) { - Sizzle.error( match[0] ); - } - - match[2] = match[2].replace(/^\+|\s*/g, ''); - - // parse equations like 'even', 'odd', '5', '2n', '3n+2', '4n-1', '-n+6' - var test = /(-?)(\d*)(?:n([+\-]?\d*))?/.exec( - match[2] === "even" && "2n" || match[2] === "odd" && "2n+1" || - !/\D/.test( match[2] ) && "0n+" + match[2] || match[2]); - - // calculate the numbers (first)n+(last) including if they are negative - match[2] = (test[1] + (test[2] || 1)) - 0; - match[3] = test[3] - 0; - } - else if ( match[2] ) { - Sizzle.error( match[0] ); - } - - // TODO: Move to normal caching system - match[0] = done++; - - return match; - }, - - ATTR: function( match, curLoop, inplace, result, not, isXML ) { - var name = match[1] = match[1].replace( rBackslash, "" ); - - if ( !isXML && Expr.attrMap[name] ) { - match[1] = Expr.attrMap[name]; - } - - // Handle if an un-quoted value was used - match[4] = ( match[4] || match[5] || "" ).replace( rBackslash, "" ); - - if ( match[2] === "~=" ) { - match[4] = " " + match[4] + " "; - } - - return match; - }, - - PSEUDO: function( match, curLoop, inplace, result, not ) { - if ( match[1] === "not" ) { - // If we're dealing with a complex expression, or a simple one - if ( ( chunker.exec(match[3]) || "" ).length > 1 || /^\w/.test(match[3]) ) { - match[3] = Sizzle(match[3], null, null, curLoop); - - } else { - var ret = Sizzle.filter(match[3], curLoop, inplace, true ^ not); - - if ( !inplace ) { - result.push.apply( result, ret ); - } - - return false; - } - - } else if ( Expr.match.POS.test( match[0] ) || Expr.match.CHILD.test( match[0] ) ) { - return true; - } - - return match; - }, - - POS: function( match ) { - match.unshift( true ); - - return match; - } - }, - - filters: { - enabled: function( elem ) { - return elem.disabled === false && elem.type !== "hidden"; - }, - - disabled: function( elem ) { - return elem.disabled === true; - }, - - checked: function( elem ) { - return elem.checked === true; - }, - - selected: function( elem ) { - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - parent: function( elem ) { - return !!elem.firstChild; - }, - - empty: function( elem ) { - return !elem.firstChild; - }, - - has: function( elem, i, match ) { - return !!Sizzle( match[3], elem ).length; - }, - - header: function( elem ) { - return (/h\d/i).test( elem.nodeName ); - }, - - text: function( elem ) { - var attr = elem.getAttribute( "type" ), type = elem.type; - // IE6 and 7 will map elem.type to 'text' for new HTML5 types (search, etc) - // use getAttribute instead to test this case - return elem.nodeName.toLowerCase() === "input" && "text" === type && ( attr === type || attr === null ); - }, - - radio: function( elem ) { - return elem.nodeName.toLowerCase() === "input" && "radio" === elem.type; - }, - - checkbox: function( elem ) { - return elem.nodeName.toLowerCase() === "input" && "checkbox" === elem.type; - }, - - file: function( elem ) { - return elem.nodeName.toLowerCase() === "input" && "file" === elem.type; - }, - - password: function( elem ) { - return elem.nodeName.toLowerCase() === "input" && "password" === elem.type; - }, - - submit: function( elem ) { - var name = elem.nodeName.toLowerCase(); - return (name === "input" || name === "button") && "submit" === elem.type; - }, - - image: function( elem ) { - return elem.nodeName.toLowerCase() === "input" && "image" === elem.type; - }, - - reset: function( elem ) { - var name = elem.nodeName.toLowerCase(); - return (name === "input" || name === "button") && "reset" === elem.type; - }, - - button: function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && "button" === elem.type || name === "button"; - }, - - input: function( elem ) { - return (/input|select|textarea|button/i).test( elem.nodeName ); - }, - - focus: function( elem ) { - return elem === elem.ownerDocument.activeElement; - } - }, - setFilters: { - first: function( elem, i ) { - return i === 0; - }, - - last: function( elem, i, match, array ) { - return i === array.length - 1; - }, - - even: function( elem, i ) { - return i % 2 === 0; - }, - - odd: function( elem, i ) { - return i % 2 === 1; - }, - - lt: function( elem, i, match ) { - return i < match[3] - 0; - }, - - gt: function( elem, i, match ) { - return i > match[3] - 0; - }, - - nth: function( elem, i, match ) { - return match[3] - 0 === i; - }, - - eq: function( elem, i, match ) { - return match[3] - 0 === i; - } - }, - filter: { - PSEUDO: function( elem, match, i, array ) { - var name = match[1], - filter = Expr.filters[ name ]; - - if ( filter ) { - return filter( elem, i, match, array ); - - } else if ( name === "contains" ) { - return (elem.textContent || elem.innerText || getText([ elem ]) || "").indexOf(match[3]) >= 0; - - } else if ( name === "not" ) { - var not = match[3]; - - for ( var j = 0, l = not.length; j < l; j++ ) { - if ( not[j] === elem ) { - return false; - } - } - - return true; - - } else { - Sizzle.error( name ); - } - }, - - CHILD: function( elem, match ) { - var first, last, - doneName, parent, cache, - count, diff, - type = match[1], - node = elem; - - switch ( type ) { - case "only": - case "first": - while ( (node = node.previousSibling) ) { - if ( node.nodeType === 1 ) { - return false; - } - } - - if ( type === "first" ) { - return true; - } - - node = elem; - - /* falls through */ - case "last": - while ( (node = node.nextSibling) ) { - if ( node.nodeType === 1 ) { - return false; - } - } - - return true; - - case "nth": - first = match[2]; - last = match[3]; - - if ( first === 1 && last === 0 ) { - return true; - } - - doneName = match[0]; - parent = elem.parentNode; - - if ( parent && (parent[ expando ] !== doneName || !elem.nodeIndex) ) { - count = 0; - - for ( node = parent.firstChild; node; node = node.nextSibling ) { - if ( node.nodeType === 1 ) { - node.nodeIndex = ++count; - } - } - - parent[ expando ] = doneName; - } - - diff = elem.nodeIndex - last; - - if ( first === 0 ) { - return diff === 0; - - } else { - return ( diff % first === 0 && diff / first >= 0 ); - } - } - }, - - ID: function( elem, match ) { - return elem.nodeType === 1 && elem.getAttribute("id") === match; - }, - - TAG: function( elem, match ) { - return (match === "*" && elem.nodeType === 1) || !!elem.nodeName && elem.nodeName.toLowerCase() === match; - }, - - CLASS: function( elem, match ) { - return (" " + (elem.className || elem.getAttribute("class")) + " ") - .indexOf( match ) > -1; - }, - - ATTR: function( elem, match ) { - var name = match[1], - result = Sizzle.attr ? - Sizzle.attr( elem, name ) : - Expr.attrHandle[ name ] ? - Expr.attrHandle[ name ]( elem ) : - elem[ name ] != null ? - elem[ name ] : - elem.getAttribute( name ), - value = result + "", - type = match[2], - check = match[4]; - - return result == null ? - type === "!=" : - !type && Sizzle.attr ? - result != null : - type === "=" ? - value === check : - type === "*=" ? - value.indexOf(check) >= 0 : - type === "~=" ? - (" " + value + " ").indexOf(check) >= 0 : - !check ? - value && result !== false : - type === "!=" ? - value !== check : - type === "^=" ? - value.indexOf(check) === 0 : - type === "$=" ? - value.substr(value.length - check.length) === check : - type === "|=" ? - value === check || value.substr(0, check.length + 1) === check + "-" : - false; - }, - - POS: function( elem, match, i, array ) { - var name = match[2], - filter = Expr.setFilters[ name ]; - - if ( filter ) { - return filter( elem, i, match, array ); - } - } - } -}; - -var origPOS = Expr.match.POS, - fescape = function(all, num){ - return "\\" + (num - 0 + 1); - }; - -for ( var type in Expr.match ) { - Expr.match[ type ] = new RegExp( Expr.match[ type ].source + (/(?![^\[]*\])(?![^\(]*\))/.source) ); - Expr.leftMatch[ type ] = new RegExp( /(^(?:.|\r|\n)*?)/.source + Expr.match[ type ].source.replace(/\\(\d+)/g, fescape) ); -} -// Expose origPOS -// "global" as in regardless of relation to brackets/parens -Expr.match.globalPOS = origPOS; - -var makeArray = function( array, results ) { - array = Array.prototype.slice.call( array, 0 ); - - if ( results ) { - results.push.apply( results, array ); - return results; - } - - return array; -}; - -// Perform a simple check to determine if the browser is capable of -// converting a NodeList to an array using builtin methods. -// Also verifies that the returned array holds DOM nodes -// (which is not the case in the Blackberry browser) -try { - Array.prototype.slice.call( document.documentElement.childNodes, 0 )[0].nodeType; - -// Provide a fallback method if it does not work -} catch( e ) { - makeArray = function( array, results ) { - var i = 0, - ret = results || []; - - if ( toString.call(array) === "[object Array]" ) { - Array.prototype.push.apply( ret, array ); - - } else { - if ( typeof array.length === "number" ) { - for ( var l = array.length; i < l; i++ ) { - ret.push( array[i] ); - } - - } else { - for ( ; array[i]; i++ ) { - ret.push( array[i] ); - } - } - } - - return ret; - }; -} - -var sortOrder, siblingCheck; - -if ( document.documentElement.compareDocumentPosition ) { - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - if ( !a.compareDocumentPosition || !b.compareDocumentPosition ) { - return a.compareDocumentPosition ? -1 : 1; - } - - return a.compareDocumentPosition(b) & 4 ? -1 : 1; - }; - -} else { - sortOrder = function( a, b ) { - // The nodes are identical, we can exit early - if ( a === b ) { - hasDuplicate = true; - return 0; - - // Fallback to using sourceIndex (in IE) if it's available on both nodes - } else if ( a.sourceIndex && b.sourceIndex ) { - return a.sourceIndex - b.sourceIndex; - } - - var al, bl, - ap = [], - bp = [], - aup = a.parentNode, - bup = b.parentNode, - cur = aup; - - // If the nodes are siblings (or identical) we can do a quick check - if ( aup === bup ) { - return siblingCheck( a, b ); - - // If no parents were found then the nodes are disconnected - } else if ( !aup ) { - return -1; - - } else if ( !bup ) { - return 1; - } - - // Otherwise they're somewhere else in the tree so we need - // to build up a full list of the parentNodes for comparison - while ( cur ) { - ap.unshift( cur ); - cur = cur.parentNode; - } - - cur = bup; - - while ( cur ) { - bp.unshift( cur ); - cur = cur.parentNode; - } - - al = ap.length; - bl = bp.length; - - // Start walking down the tree looking for a discrepancy - for ( var i = 0; i < al && i < bl; i++ ) { - if ( ap[i] !== bp[i] ) { - return siblingCheck( ap[i], bp[i] ); - } - } - - // We ended someplace up the tree so do a sibling check - return i === al ? - siblingCheck( a, bp[i], -1 ) : - siblingCheck( ap[i], b, 1 ); - }; - - siblingCheck = function( a, b, ret ) { - if ( a === b ) { - return ret; - } - - var cur = a.nextSibling; - - while ( cur ) { - if ( cur === b ) { - return -1; - } - - cur = cur.nextSibling; - } - - return 1; - }; -} - -// Check to see if the browser returns elements by name when -// querying by getElementById (and provide a workaround) -(function(){ - // We're going to inject a fake input element with a specified name - var form = document.createElement("div"), - id = "script" + (new Date()).getTime(), - root = document.documentElement; - - form.innerHTML = ""; - - // Inject it into the root element, check its status, and remove it quickly - root.insertBefore( form, root.firstChild ); - - // The workaround has to do additional checks after a getElementById - // Which slows things down for other browsers (hence the branching) - if ( document.getElementById( id ) ) { - Expr.find.ID = function( match, context, isXML ) { - if ( typeof context.getElementById !== "undefined" && !isXML ) { - var m = context.getElementById(match[1]); - - return m ? - m.id === match[1] || typeof m.getAttributeNode !== "undefined" && m.getAttributeNode("id").nodeValue === match[1] ? - [m] : - undefined : - []; - } - }; - - Expr.filter.ID = function( elem, match ) { - var node = typeof elem.getAttributeNode !== "undefined" && elem.getAttributeNode("id"); - - return elem.nodeType === 1 && node && node.nodeValue === match; - }; - } - - root.removeChild( form ); - - // release memory in IE - root = form = null; -})(); - -(function(){ - // Check to see if the browser returns only elements - // when doing getElementsByTagName("*") - - // Create a fake element - var div = document.createElement("div"); - div.appendChild( document.createComment("") ); - - // Make sure no comments are found - if ( div.getElementsByTagName("*").length > 0 ) { - Expr.find.TAG = function( match, context ) { - var results = context.getElementsByTagName( match[1] ); - - // Filter out possible comments - if ( match[1] === "*" ) { - var tmp = []; - - for ( var i = 0; results[i]; i++ ) { - if ( results[i].nodeType === 1 ) { - tmp.push( results[i] ); - } - } - - results = tmp; - } - - return results; - }; - } - - // Check to see if an attribute returns normalized href attributes - div.innerHTML = ""; - - if ( div.firstChild && typeof div.firstChild.getAttribute !== "undefined" && - div.firstChild.getAttribute("href") !== "#" ) { - - Expr.attrHandle.href = function( elem ) { - return elem.getAttribute( "href", 2 ); - }; - } - - // release memory in IE - div = null; -})(); - -if ( document.querySelectorAll ) { - (function(){ - var oldSizzle = Sizzle, - div = document.createElement("div"), - id = "__sizzle__"; - - div.innerHTML = "

"; - - // Safari can't handle uppercase or unicode characters when - // in quirks mode. - if ( div.querySelectorAll && div.querySelectorAll(".TEST").length === 0 ) { - return; - } - - Sizzle = function( query, context, extra, seed ) { - context = context || document; - - // Only use querySelectorAll on non-XML documents - // (ID selectors don't work in non-HTML documents) - if ( !seed && !Sizzle.isXML(context) ) { - // See if we find a selector to speed up - var match = /^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec( query ); - - if ( match && (context.nodeType === 1 || context.nodeType === 9) ) { - // Speed-up: Sizzle("TAG") - if ( match[1] ) { - return makeArray( context.getElementsByTagName( query ), extra ); - - // Speed-up: Sizzle(".CLASS") - } else if ( match[2] && Expr.find.CLASS && context.getElementsByClassName ) { - return makeArray( context.getElementsByClassName( match[2] ), extra ); - } - } - - if ( context.nodeType === 9 ) { - // Speed-up: Sizzle("body") - // The body element only exists once, optimize finding it - if ( query === "body" && context.body ) { - return makeArray( [ context.body ], extra ); - - // Speed-up: Sizzle("#ID") - } else if ( match && match[3] ) { - var elem = context.getElementById( match[3] ); - - // Check parentNode to catch when Blackberry 4.6 returns - // nodes that are no longer in the document #6963 - if ( elem && elem.parentNode ) { - // Handle the case where IE and Opera return items - // by name instead of ID - if ( elem.id === match[3] ) { - return makeArray( [ elem ], extra ); - } - - } else { - return makeArray( [], extra ); - } - } - - try { - return makeArray( context.querySelectorAll(query), extra ); - } catch(qsaError) {} - - // qSA works strangely on Element-rooted queries - // We can work around this by specifying an extra ID on the root - // and working up from there (Thanks to Andrew Dupont for the technique) - // IE 8 doesn't work on object elements - } else if ( context.nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) { - var oldContext = context, - old = context.getAttribute( "id" ), - nid = old || id, - hasParent = context.parentNode, - relativeHierarchySelector = /^\s*[+~]/.test( query ); - - if ( !old ) { - context.setAttribute( "id", nid ); - } else { - nid = nid.replace( /'/g, "\\$&" ); - } - if ( relativeHierarchySelector && hasParent ) { - context = context.parentNode; - } - - try { - if ( !relativeHierarchySelector || hasParent ) { - return makeArray( context.querySelectorAll( "[id='" + nid + "'] " + query ), extra ); - } - - } catch(pseudoError) { - } finally { - if ( !old ) { - oldContext.removeAttribute( "id" ); - } - } - } - } - - return oldSizzle(query, context, extra, seed); - }; - - for ( var prop in oldSizzle ) { - Sizzle[ prop ] = oldSizzle[ prop ]; - } - - // release memory in IE - div = null; - })(); -} - -(function(){ - var html = document.documentElement, - matches = html.matchesSelector || html.mozMatchesSelector || html.webkitMatchesSelector || html.msMatchesSelector; - - if ( matches ) { - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9 fails this) - var disconnectedMatch = !matches.call( document.createElement( "div" ), "div" ), - pseudoWorks = false; - - try { - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( document.documentElement, "[test!='']:sizzle" ); - - } catch( pseudoError ) { - pseudoWorks = true; - } - - Sizzle.matchesSelector = function( node, expr ) { - // Make sure that attribute selectors are quoted - expr = expr.replace(/\=\s*([^'"\]]*)\s*\]/g, "='$1']"); - - if ( !Sizzle.isXML( node ) ) { - try { - if ( pseudoWorks || !Expr.match.PSEUDO.test( expr ) && !/!=/.test( expr ) ) { - var ret = matches.call( node, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || !disconnectedMatch || - // As well, disconnected nodes are said to be in a document - // fragment in IE 9, so check for that - node.document && node.document.nodeType !== 11 ) { - return ret; - } - } - } catch(e) {} - } - - return Sizzle(expr, null, null, [node]).length > 0; - }; - } -})(); - -(function(){ - var div = document.createElement("div"); - - div.innerHTML = "
"; - - // Opera can't find a second classname (in 9.6) - // Also, make sure that getElementsByClassName actually exists - if ( !div.getElementsByClassName || div.getElementsByClassName("e").length === 0 ) { - return; - } - - // Safari caches class attributes, doesn't catch changes (in 3.2) - div.lastChild.className = "e"; - - if ( div.getElementsByClassName("e").length === 1 ) { - return; - } - - Expr.order.splice(1, 0, "CLASS"); - Expr.find.CLASS = function( match, context, isXML ) { - if ( typeof context.getElementsByClassName !== "undefined" && !isXML ) { - return context.getElementsByClassName(match[1]); - } - }; - - // release memory in IE - div = null; -})(); - -function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { - for ( var i = 0, l = checkSet.length; i < l; i++ ) { - var elem = checkSet[i]; - - if ( elem ) { - var match = false; - - elem = elem[dir]; - - while ( elem ) { - if ( elem[ expando ] === doneName ) { - match = checkSet[elem.sizset]; - break; - } - - if ( elem.nodeType === 1 && !isXML ){ - elem[ expando ] = doneName; - elem.sizset = i; - } - - if ( elem.nodeName.toLowerCase() === cur ) { - match = elem; - break; - } - - elem = elem[dir]; - } - - checkSet[i] = match; - } - } -} - -function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { - for ( var i = 0, l = checkSet.length; i < l; i++ ) { - var elem = checkSet[i]; - - if ( elem ) { - var match = false; - - elem = elem[dir]; - - while ( elem ) { - if ( elem[ expando ] === doneName ) { - match = checkSet[elem.sizset]; - break; - } - - if ( elem.nodeType === 1 ) { - if ( !isXML ) { - elem[ expando ] = doneName; - elem.sizset = i; - } - - if ( typeof cur !== "string" ) { - if ( elem === cur ) { - match = true; - break; - } - - } else if ( Sizzle.filter( cur, [elem] ).length > 0 ) { - match = elem; - break; - } - } - - elem = elem[dir]; - } - - checkSet[i] = match; - } - } -} - -if ( document.documentElement.contains ) { - Sizzle.contains = function( a, b ) { - return a !== b && (a.contains ? a.contains(b) : true); - }; - -} else if ( document.documentElement.compareDocumentPosition ) { - Sizzle.contains = function( a, b ) { - return !!(a.compareDocumentPosition(b) & 16); - }; - -} else { - Sizzle.contains = function() { - return false; - }; -} - -Sizzle.isXML = function( elem ) { - // documentElement is verified for cases where it doesn't yet exist - // (such as loading iframes in IE - #4833) - var documentElement = (elem ? elem.ownerDocument || elem : 0).documentElement; - - return documentElement ? documentElement.nodeName !== "HTML" : false; -}; - -var posProcess = function( selector, context, seed ) { - var match, - tmpSet = [], - later = "", - root = context.nodeType ? [context] : context; - - // Position selectors must be done after the filter - // And so must :not(positional) so we move all PSEUDOs to the end - while ( (match = Expr.match.PSEUDO.exec( selector )) ) { - later += match[0]; - selector = selector.replace( Expr.match.PSEUDO, "" ); - } - - selector = Expr.relative[selector] ? selector + "*" : selector; - - for ( var i = 0, l = root.length; i < l; i++ ) { - Sizzle( selector, root[i], tmpSet, seed ); - } - - return Sizzle.filter( later, tmpSet ); -}; - -// EXPOSE -// Override sizzle attribute retrieval -Sizzle.attr = jQuery.attr; -Sizzle.selectors.attrMap = {}; -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; -jQuery.expr[":"] = jQuery.expr.filters; -jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; - - -})(); - - -var runtil = /Until$/, - rparentsprev = /^(?:parents|prevUntil|prevAll)/, - // Note: This RegExp should be improved, or likely pulled from Sizzle - rmultiselector = /,/, - isSimple = /^.[^:#\[\.,]*$/, - slice = Array.prototype.slice, - POS = jQuery.expr.match.globalPOS, - // methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.fn.extend({ - find: function( selector ) { - var self = this, - i, l; - - if ( typeof selector !== "string" ) { - return jQuery( selector ).filter(function() { - for ( i = 0, l = self.length; i < l; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - }); - } - - var ret = this.pushStack( "", "find", selector ), - length, n, r; - - for ( i = 0, l = this.length; i < l; i++ ) { - length = ret.length; - jQuery.find( selector, this[i], ret ); - - if ( i > 0 ) { - // Make sure that the results are unique - for ( n = length; n < ret.length; n++ ) { - for ( r = 0; r < length; r++ ) { - if ( ret[r] === ret[n] ) { - ret.splice(n--, 1); - break; - } - } - } - } - } - - return ret; - }, - - has: function( target ) { - var targets = jQuery( target ); - return this.filter(function() { - for ( var i = 0, l = targets.length; i < l; i++ ) { - if ( jQuery.contains( this, targets[i] ) ) { - return true; - } - } - }); - }, - - not: function( selector ) { - return this.pushStack( winnow(this, selector, false), "not", selector); - }, - - filter: function( selector ) { - return this.pushStack( winnow(this, selector, true), "filter", selector ); - }, - - is: function( selector ) { - return !!selector && ( - typeof selector === "string" ? - // If this is a positional selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - POS.test( selector ) ? - jQuery( selector, this.context ).index( this[0] ) >= 0 : - jQuery.filter( selector, this ).length > 0 : - this.filter( selector ).length > 0 ); - }, - - closest: function( selectors, context ) { - var ret = [], i, l, cur = this[0]; - - // Array (deprecated as of jQuery 1.7) - if ( jQuery.isArray( selectors ) ) { - var level = 1; - - while ( cur && cur.ownerDocument && cur !== context ) { - for ( i = 0; i < selectors.length; i++ ) { - - if ( jQuery( cur ).is( selectors[ i ] ) ) { - ret.push({ selector: selectors[ i ], elem: cur, level: level }); - } - } - - cur = cur.parentNode; - level++; - } - - return ret; - } - - // String - var pos = POS.test( selectors ) || typeof selectors !== "string" ? - jQuery( selectors, context || this.context ) : - 0; - - for ( i = 0, l = this.length; i < l; i++ ) { - cur = this[i]; - - while ( cur ) { - if ( pos ? pos.index(cur) > -1 : jQuery.find.matchesSelector(cur, selectors) ) { - ret.push( cur ); - break; - - } else { - cur = cur.parentNode; - if ( !cur || !cur.ownerDocument || cur === context || cur.nodeType === 11 ) { - break; - } - } - } - } - - ret = ret.length > 1 ? jQuery.unique( ret ) : ret; - - return this.pushStack( ret, "closest", selectors ); - }, - - // Determine the position of an element within - // the matched set of elements - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[0] && this[0].parentNode ) ? this.prevAll().length : -1; - } - - // index in selector - if ( typeof elem === "string" ) { - return jQuery.inArray( this[0], jQuery( elem ) ); - } - - // Locate the position of the desired element - return jQuery.inArray( - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[0] : elem, this ); - }, - - add: function( selector, context ) { - var set = typeof selector === "string" ? - jQuery( selector, context ) : - jQuery.makeArray( selector && selector.nodeType ? [ selector ] : selector ), - all = jQuery.merge( this.get(), set ); - - return this.pushStack( isDisconnected( set[0] ) || isDisconnected( all[0] ) ? - all : - jQuery.unique( all ) ); - }, - - andSelf: function() { - return this.add( this.prevObject ); - } -}); - -// A painfully simple check to see if an element is disconnected -// from a document (should be improved, where feasible). -function isDisconnected( node ) { - return !node || !node.parentNode || node.parentNode.nodeType === 11; -} - -jQuery.each({ - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return jQuery.dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, i, until ) { - return jQuery.dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return jQuery.nth( elem, 2, "nextSibling" ); - }, - prev: function( elem ) { - return jQuery.nth( elem, 2, "previousSibling" ); - }, - nextAll: function( elem ) { - return jQuery.dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return jQuery.dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, i, until ) { - return jQuery.dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, i, until ) { - return jQuery.dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return jQuery.sibling( elem.firstChild ); - }, - contents: function( elem ) { - return jQuery.nodeName( elem, "iframe" ) ? - elem.contentDocument || elem.contentWindow.document : - jQuery.makeArray( elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var ret = jQuery.map( this, fn, until ); - - if ( !runtil.test( name ) ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - ret = jQuery.filter( selector, ret ); - } - - ret = this.length > 1 && !guaranteedUnique[ name ] ? jQuery.unique( ret ) : ret; - - if ( (this.length > 1 || rmultiselector.test( selector )) && rparentsprev.test( name ) ) { - ret = ret.reverse(); - } - - return this.pushStack( ret, name, slice.call( arguments ).join(",") ); - }; -}); - -jQuery.extend({ - filter: function( expr, elems, not ) { - if ( not ) { - expr = ":not(" + expr + ")"; - } - - return elems.length === 1 ? - jQuery.find.matchesSelector(elems[0], expr) ? [ elems[0] ] : [] : - jQuery.find.matches(expr, elems); - }, - - dir: function( elem, dir, until ) { - var matched = [], - cur = elem[ dir ]; - - while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).is( until )) ) { - if ( cur.nodeType === 1 ) { - matched.push( cur ); - } - cur = cur[dir]; - } - return matched; - }, - - nth: function( cur, result, dir, elem ) { - result = result || 1; - var num = 0; - - for ( ; cur; cur = cur[dir] ) { - if ( cur.nodeType === 1 && ++num === result ) { - break; - } - } - - return cur; - }, - - sibling: function( n, elem ) { - var r = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - r.push( n ); - } - } - - return r; - } -}); - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, keep ) { - - // Can't pass null or undefined to indexOf in Firefox 4 - // Set to 0 to skip string check - qualifier = qualifier || 0; - - if ( jQuery.isFunction( qualifier ) ) { - return jQuery.grep(elements, function( elem, i ) { - var retVal = !!qualifier.call( elem, i, elem ); - return retVal === keep; - }); - - } else if ( qualifier.nodeType ) { - return jQuery.grep(elements, function( elem, i ) { - return ( elem === qualifier ) === keep; - }); - - } else if ( typeof qualifier === "string" ) { - var filtered = jQuery.grep(elements, function( elem ) { - return elem.nodeType === 1; - }); - - if ( isSimple.test( qualifier ) ) { - return jQuery.filter(qualifier, filtered, !keep); - } else { - qualifier = jQuery.filter( qualifier, filtered ); - } - } - - return jQuery.grep(elements, function( elem, i ) { - return ( jQuery.inArray( elem, qualifier ) >= 0 ) === keep; - }); -} - - - - -function createSafeFragment( document ) { - var list = nodeNames.split( "|" ), - safeFrag = document.createDocumentFragment(); - - if ( safeFrag.createElement ) { - while ( list.length ) { - safeFrag.createElement( - list.pop() - ); - } - } - return safeFrag; -} - -var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|" + - "header|hgroup|mark|meter|nav|output|progress|section|summary|time|video", - rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g, - rleadingWhitespace = /^\s+/, - rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig, - rtagName = /<([\w:]+)/, - rtbody = /]", "i"), - // checked="checked" or checked - rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i, - rscriptType = /\/(java|ecma)script/i, - rcleanScript = /^\s*", "" ], - legend: [ 1, "
", "
" ], - thead: [ 1, "", "
" ], - tr: [ 2, "", "
" ], - td: [ 3, "", "
" ], - col: [ 2, "", "
" ], - area: [ 1, "", "" ], - _default: [ 0, "", "" ] - }, - safeFragment = createSafeFragment( document ); - -wrapMap.optgroup = wrapMap.option; -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - -// IE can't serialize and - - - - - - - - - - - -
-
-
-
- -
-

Configuration

-

Almost all configurable data is placed in config.inc.php. If this file -does not exist, please refer to the Installation section to create one. This -file only needs to contain the parameters you want to change from their -corresponding default value in libraries/config.default.php.

-

If a directive is missing from your file, you can just add another line with -the file. This file is for over-writing the defaults; if you wish to use the -default value there’s no need to add a line here.

-

The parameters which relate to design (like colors) are placed in -themes/themename/layout.inc.php. You might also want to create -config.footer.inc.php and config.header.inc.php files to add -your site specific code to be included on start and end of each page.

-
-

Note

-

Some distributions (eg. Debian or Ubuntu) store config.inc.php in -/etc/phpmyadmin instead of within phpMyAdmin sources.

-
-
-

Warning

-

Mac users should note that if you are on a version before -Mac OS X, PHP does not seem to -like Mac end of lines character (\r). So -ensure you choose the option that allows to use the *nix end of line -character (\n) in your text editor before saving a script you have -modified.

-
-
-

Basic settings

-
-
-$cfg['PmaAbsoluteUri']
-
--- - - - - - -
Type:string
Default value:''
-

Sets here the complete URL (with full path) to your phpMyAdmin -installation’s directory. E.g. -http://www.example.net/path_to_your_phpMyAdmin_directory/. Note also -that the URL on most of web servers are case–sensitive. Don’t -forget the trailing slash at the end.

-

Starting with version 2.3.0, it is advisable to try leaving this blank. In -most cases phpMyAdmin automatically detects the proper setting. Users of -port forwarding will need to set $cfg['PmaAbsoluteUri'] -(more info).

-

A good test is to browse a table, edit a row and save it. There should be -an error message if phpMyAdmin is having trouble auto–detecting the correct -value. If you get an error that this must be set or if the autodetect code -fails to detect your path, please post a bug report on our bug tracker so -we can improve the code.

- -
- -
-
-$cfg['PmaNoRelation_DisableWarning']
-
--- - - - - - -
Type:boolean
Default value:false
-

Starting with version 2.3.0 phpMyAdmin offers a lot of features to -work with master / foreign – tables (see $cfg['Servers'][$i]['pmadb']).

-

If you tried to set this -up and it does not work for you, have a look on the Structure page -of one database where you would like to use it. You will find a link -that will analyze why those features have been disabled.

-

If you do not want to use those features set this variable to true to -stop this message from appearing.

-
- -
-
-$cfg['SuhosinDisableWarning']
-
--- - - - - - -
Type:boolean
Default value:false
-

A warning is displayed on the main page if Suhosin is detected.

-

You can set this parameter to true to stop this message from appearing.

-
- -
-
-$cfg['LoginCookieValidityDisableWarning']
-
--- - - - - - -
Type:boolean
Default value:false
-

A warning is displayed on the main page if the PHP parameter -session.gc_maxlifetime is lower than cookie validity configured in phpMyAdmin.

-

You can set this parameter to true to stop this message from appearing.

-
- -
-
-$cfg['ServerLibraryDifference_DisableWarning']
-
--- - - - - - -
Type:boolean
Default value:false
-

A warning is displayed on the main page if there is a difference -between the MySQL library and server version.

-

You can set this parameter to true to stop this message from appearing.

-
- -
-
-$cfg['ReservedWordDisableWarning']
-
--- - - - - - -
Type:boolean
Default value:false
-

This warning is displayed on the Structure page of a table if one or more -column names match with words which are MySQL reserved.

-

If you want to turn off this warning, you can set it to true and -warning will no longer be displayed.

-
- -
-
-$cfg['TranslationWarningThreshold']
-
--- - - - - - -
Type:integer
Default value:80
-

Show warning about incomplete translations on certain threshold.

-
- -
-
-$cfg['SendErrorReports']
-
--- - - - - - -
Type:string
Default value:'ask'
-

Sets the default behavior for JavaScript error reporting.

-

Whenever an error is detected in the JavaScript execution, an error report -may be sent to the phpMyAdmin team if the user agrees.

-

The default setting of 'ask' will ask the user everytime there is a new -error report. However you can set this parameter to 'always' to send error -reports without asking for confirmation or you can set it to 'never' to -never send error reports.

-

This directive is available both in the configuration file and in users -preferences. If the person in charge of a multi-user installation prefers -to disable this feature for all users, a value of 'never' should be -set, and the $cfg['UserprefsDisallow'] directive should -contain 'SendErrorReports' in one of its array values.

-
- -
-
-$cfg['AllowThirdPartyFraming']
-
--- - - - - - -
Type:boolean
Default value:false
-

Setting this to true allows phpMyAdmin to be included inside a frame, -and is a potential security hole allowing cross-frame scripting attacks or -clickjacking.

-
- -
-
-

Server connection settings

-
-
-$cfg['Servers']
-
--- - - - - - -
Type:array
Default value:one server array with settings listed bellow
-

Since version 1.4.2, phpMyAdmin supports the administration of multiple -MySQL servers. Therefore, a $cfg['Servers']-array has been -added which contains the login information for the different servers. The -first $cfg['Servers'][$i]['host'] contains the hostname of -the first server, the second $cfg['Servers'][$i]['host'] -the hostname of the second server, etc. In -libraries/config.default.php, there is only one section for server -definition, however you can put as many as you need in -config.inc.php, copy that block or needed parts (you don’t have to -define all settings, just those you need to change).

-
-

Note

-

The $cfg['Servers'] array starts with -$cfg[‘Servers’][1]. Do not use $cfg[‘Servers’][0]. If you want more -than one server, just copy following section (including $i -incrementation) serveral times. There is no need to define full server -array, just define values you need to change.

-
-
- -
-
-$cfg['Servers'][$i]['host']
-
--- - - - - - -
Type:string
Default value:'localhost'
-

The hostname or IP address of your $i-th MySQL-server. E.g. -localhost.

-

Possible values are:

-
    -
  • hostname, e.g., 'localhost' or 'mydb.example.org'
  • -
  • IP address, e.g., '127.0.0.1' or '192.168.10.1'
  • -
  • dot - '.', i.e., use named pipes on windows systems
  • -
  • empty - '', disables this server
  • -
-
-

Note

-
-
phpMyAdmin supports connecting to MySQL servers reachable via IPv6 only.
-
To connect to an IPv6 MySQL server, enter its IPv6 address in this field.
-
-
-
- -
-
-$cfg['Servers'][$i]['port']
-
--- - - - - - -
Type:string
Default value:''
-

The port-number of your $i-th MySQL-server. Default is 3306 (leave -blank).

-
-

Note

-

If you use localhost as the hostname, MySQL ignores this port number -and connects with the socket, so if you want to connect to a port -different from the default port, use 127.0.0.1 or the real hostname -in $cfg['Servers'][$i]['host'].

-
-
- -
-
-$cfg['Servers'][$i]['socket']
-
--- - - - - - -
Type:string
Default value:''
-

The path to the socket to use. Leave blank for default. To determine -the correct socket, check your MySQL configuration or, using the -mysql command–line client, issue the status command. Among the -resulting information displayed will be the socket used.

-
- -
-
-$cfg['Servers'][$i]['ssl']
-
--- - - - - - -
Type:boolean
Default value:false
-

Whether to enable SSL for the connection between phpMyAdmin and the MySQL server.

-

When using the 'mysql' extension, -none of the remaining 'ssl...' configuration options apply.

-

We strongly recommend the 'mysqli' extension when using this option.

-
- -
-
-$cfg['Servers'][$i]['ssl_key']
-
--- - - - - - -
Type:string
Default value:NULL
-

Path to the key file when using SSL for connecting to the MySQL server.

-

For example:

-
$cfg['Servers'][$i]['ssl_key'] = '/etc/mysql/server-key.pem';
-
-
-
- -
-
-$cfg['Servers'][$i]['ssl_cert']
-
--- - - - - - -
Type:string
Default value:NULL
-

Path to the cert file when using SSL for connecting to the MySQL server.

-
- -
-
-$cfg['Servers'][$i]['ssl_ca']
-
--- - - - - - -
Type:string
Default value:NULL
-

Path to the CA file when using SSL for connecting to the MySQL server.

-
- -
-
-$cfg['Servers'][$i]['ssl_ca_path']
-
--- - - - - - -
Type:string
Default value:NULL
-

Directory containing trusted SSL CA certificates in PEM format.

-
- -
-
-$cfg['Servers'][$i]['ssl_ciphers']
-
--- - - - - - -
Type:string
Default value:NULL
-

List of allowable ciphers for SSL connections to the MySQL server.

-
- -
-
-$cfg['Servers'][$i]['connect_type']
-
--- - - - - - -
Type:string
Default value:'tcp'
-

What type connection to use with the MySQL server. Your options are -'socket' and 'tcp'. It defaults to tcp as that is nearly guaranteed -to be available on all MySQL servers, while sockets are not supported on -some platforms. To use the socket mode, your MySQL server must be on the -same machine as the Web server.

-
- -
-
-$cfg['Servers'][$i]['compress']
-
--- - - - - - -
Type:boolean
Default value:false
-

Whether to use a compressed protocol for the MySQL server connection -or not (experimental).

-
- -
-
-$cfg['Servers'][$i]['controlhost']
-
--- - - - - - -
Type:string
Default value:''
-

Permits to use an alternate host to hold the configuration storage -data.

-
- -
-
-$cfg['Servers'][$i]['controlport']
-
--- - - - - - -
Type:string
Default value:''
-

Permits to use an alternate port to connect to the host that -holds the configuration storage.

-
- -
-
-$cfg['Servers'][$i]['controluser']
-
--- - - - - - -
Type:string
Default value:''
-
- -
-
-$cfg['Servers'][$i]['controlpass']
-
--- - - - - - -
Type:string
Default value:''
-

This special account is used for 2 distinct purposes: to make possible all -relational features (see $cfg['Servers'][$i]['pmadb']).

-
-

Changed in version 2.2.5: those were called stduser and stdpass

-
- -
- -
-
-$cfg['Servers'][$i]['auth_type']
-
--- - - - - - -
Type:string
Default value:'cookie'
-

Whether config or cookie or HTTP or signon authentication should be -used for this server.

-
    -
  • ‘config’ authentication ($auth_type = 'config') is the plain old -way: username and password are stored in config.inc.php.
  • -
  • ‘cookie’ authentication mode ($auth_type = 'cookie') allows you to -log in as any valid MySQL user with the help of cookies.
  • -
  • ‘http’ authentication allows you to log in as any -valid MySQL user via HTTP-Auth.
  • -
  • ‘signon’ authentication mode ($auth_type = 'signon') allows you to -log in from prepared PHP session data or using supplied PHP script.
  • -
- -
- -
-
-$cfg['Servers'][$i]['auth_http_realm']
-
--- - - - - - -
Type:string
Default value:''
-

When using auth_type = http, this field allows to define a custom -HTTP Basic Auth Realm which will be displayed to the user. If not -explicitly specified in your configuration, a string combined of -“phpMyAdmin ” and either $cfg['Servers'][$i]['verbose'] or -$cfg['Servers'][$i]['host'] will be used.

-
- -
-
-$cfg['Servers'][$i]['auth_swekey_config']
-
--- - - - - - -
Type:string
Default value:''
-

The name of the file containing Swekey authentication mode ids and login names for hardware -authentication. Leave empty to deactivate this feature.

-
- -
-
-$cfg['Servers'][$i]['user']
-
--- - - - - - -
Type:string
Default value:'root'
-
- -
-
-$cfg['Servers'][$i]['password']
-
--- - - - - - -
Type:string
Default value:''
-

When using $cfg['Servers'][$i]['auth_type'] set to -‘config’, this is the user/password-pair which phpMyAdmin will use to -connect to the MySQL server. This user/password pair is not needed when -HTTP or cookie authentication is used -and should be empty.

-
- -
-
-$cfg['Servers'][$i]['nopassword']
-
--- - - - - - -
Type:boolean
Default value:false
-

Allow attempt to log in without password when a login with password -fails. This can be used together with http authentication, when -authentication is done some other way and phpMyAdmin gets user name -from auth and uses empty password for connecting to MySQL. Password -login is still tried first, but as fallback, no password method is -tried.

-
- -
-
-$cfg['Servers'][$i]['only_db']
-
--- - - - - - -
Type:string or array
Default value:''
-

If set to a (an array of) database name(s), only this (these) -database(s) will be shown to the user. Since phpMyAdmin 2.2.1, -this/these database(s) name(s) may contain MySQL wildcards characters -(“_” and “%”): if you want to use literal instances of these -characters, escape them (I.E. use 'my\_db' and not 'my_db').

-

This setting is an efficient way to lower the server load since the -latter does not need to send MySQL requests to build the available -database list. But it does not replace the privileges rules of the -MySQL database server. If set, it just means only these databases -will be displayed but not that all other databases can’t be used.

-

An example of using more that one database:

-
$cfg['Servers'][$i]['only_db'] = array('db1', 'db2');
-
-
-
-

Changed in version 4.0.0: Previous versions permitted to specify the display order of -the database names via this directive.

-
-
- -
-
-$cfg['Servers'][$i]['hide_db']
-
--- - - - - - -
Type:string
Default value:''
-

Regular expression for hiding some databases from unprivileged users. -This only hides them from listing, but a user is still able to access -them (using, for example, the SQL query area). To limit access, use -the MySQL privilege system. For example, to hide all databases -starting with the letter “a”, use

-
$cfg['Servers'][$i]['hide_db'] = '^a';
-
-
-

and to hide both “db1” and “db2” use

-
$cfg['Servers'][$i]['hide_db'] = '^(db1|db2)$';
-
-
-

More information on regular expressions can be found in the PCRE -pattern syntax portion -of the PHP reference manual.

-
- -
-
-$cfg['Servers'][$i]['verbose']
-
--- - - - - - -
Type:string
Default value:''
-

Only useful when using phpMyAdmin with multiple server entries. If -set, this string will be displayed instead of the hostname in the -pull-down menu on the main page. This can be useful if you want to -show only certain databases on your system, for example. For HTTP -auth, all non-US-ASCII characters will be stripped.

-
- -
-
-$cfg['Servers'][$i]['pmadb']
-
--- - - - - - -
Type:string
Default value:''
-

The name of the database containing the phpMyAdmin configuration -storage.

-

See the phpMyAdmin configuration storage section in this document to see the benefits of -this feature, and for a quick way of creating this database and the needed -tables.

-

If you are the only user of this phpMyAdmin installation, you can use your -current database to store those special tables; in this case, just put your -current database name in $cfg['Servers'][$i]['pmadb']. For a -multi-user installation, set this parameter to the name of your central -database containing the phpMyAdmin configuration storage.

-
- -
-
-$cfg['Servers'][$i]['bookmarktable']
-
--- - - - - - -
Type:string
Default value:''
-

Since release 2.2.0 phpMyAdmin allows users to bookmark queries. This -can be useful for queries you often run. To allow the usage of this -functionality:

- -
- -
-
-$cfg['Servers'][$i]['relation']
-
--- - - - - - -
Type:string
Default value:''
-

Since release 2.2.4 you can describe, in a special ‘relation’ table, -which column is a key in another table (a foreign key). phpMyAdmin -currently uses this to:

- -

The keys can be numeric or character.

-

To allow the usage of this functionality:

-
    -
  • set up $cfg['Servers'][$i]['pmadb'] and the phpMyAdmin configuration storage
  • -
  • put the relation table name in $cfg['Servers'][$i]['relation']
  • -
  • now as normal user open phpMyAdmin and for each one of your tables -where you want to use this feature, click Structure/Relation view/ -and choose foreign columns.
  • -
-
-

Note

-

In the current version, master_db must be the same as foreign_db. -Those columns have been put in future development of the cross-db -relations.

-
-
- -
-
-$cfg['Servers'][$i]['table_info']
-
--- - - - - - -
Type:string
Default value:''
-

Since release 2.3.0 you can describe, in a special ‘table_info’ -table, which column is to be displayed as a tool-tip when moving the -cursor over the corresponding key. This configuration variable will -hold the name of this special table. To allow the usage of this -functionality:

- - -
- -
-
-$cfg['Servers'][$i]['table_coords']
-
--- - - - - - -
Type:string
Default value:''
-
- -
-
-$cfg['Servers'][$i]['pdf_pages']
-
--- - - - - - -
Type:string
Default value:''
-

Since release 2.3.0 you can have phpMyAdmin create PDF pages -showing the relations between your tables. Further, the designer interface -permits visually managing the relations. To do this it needs two tables -“pdf_pages” (storing information about the available PDF pages) -and “table_coords” (storing coordinates where each table will be placed on -a PDF schema output). You must be using the “relation” feature.

-

To allow the usage of this functionality:

- - -
- -
-
-$cfg['Servers'][$i]['column_info']
-
--- - - - - - -
Type:string
Default value:''
-

This part requires a content update! Since release 2.3.0 you can -store comments to describe each column for each table. These will then -be shown on the “printview”.

-

Starting with release 2.5.0, comments are consequently used on the table -property pages and table browse view, showing up as tool-tips above the -column name (properties page) or embedded within the header of table in -browse view. They can also be shown in a table dump. Please see the -relevant configuration directives later on.

-

Also new in release 2.5.0 is a MIME- transformation system which is also -based on the following table structure. See Transformations for -further information. To use the MIME- transformation system, your -column_info table has to have the three new columns ‘mimetype’, -‘transformation’, ‘transformation_options’.

-

Starting with release 4.3.0, a new input-oriented transformation system -has been introduced. Also, backward compatibility code used in the old -transformations system was removed. As a result, an update to column_info -table is necessary for previous transformations and the new input-oriented -transformation system to work. phpMyAdmin will upgrade it automatically -for you by analyzing your current column_info table structure. -However, if something goes wrong with the auto-upgrade then you can -use the SQL script found in ./sql/upgrade_column_info_4_3_0+.sql -to upgrade it manually.

-

To allow the usage of this functionality:

-
    -
  • set up $cfg['Servers'][$i]['pmadb'] and the phpMyAdmin configuration storage

    -
  • -
  • put the table name in $cfg['Servers'][$i]['column_info'] (e.g. -pma__column_info)

    -
  • -
  • to update your PRE-2.5.0 Column_comments table use this: and -remember that the Variable in config.inc.php has been renamed from -$cfg['Servers'][$i]['column_comments'] to -$cfg['Servers'][$i]['column_info']

    -
    ALTER TABLE `pma__column_comments`
    -ADD `mimetype` VARCHAR( 255 ) NOT NULL,
    -ADD `transformation` VARCHAR( 255 ) NOT NULL,
    -ADD `transformation_options` VARCHAR( 255 ) NOT NULL;
    -
    -
    -
  • -
  • to update your PRE-4.3.0 Column_info table manually use this -./sql/upgrade_column_info_4_3_0+.sql SQL script.

    -
  • -
-
-

Note

-

For auto-upgrade functionality to work, your -$cfg['Servers'][$i]['controluser'] must have ALTER privilege on -phpmyadmin database. See the MySQL documentation for GRANT on how to -GRANT privileges to a user.

-
-
- -
-
-$cfg['Servers'][$i]['history']
-
--- - - - - - -
Type:string
Default value:''
-

Since release 2.5.0 you can store your SQL history, which means all -queries you entered manually into the phpMyAdmin interface. If you don’t -want to use a table-based history, you can use the JavaScript-based -history.

-

Using that, all your history items are deleted when closing the window. -Using $cfg['QueryHistoryMax'] you can specify an amount of -history items you want to have on hold. On every login, this list gets cut -to the maximum amount.

-

The query history is only available if JavaScript is enabled in -your browser.

-

To allow the usage of this functionality:

- -
- -
-
-$cfg['Servers'][$i]['recent']
-
--- - - - - - -
Type:string
Default value:''
-

Since release 3.5.0 you can show recently used tables in the -navigation panel. It helps you to jump across table directly, without -the need to select the database, and then select the table. Using -$cfg['NumRecentTables'] you can configure the maximum number -of recent tables shown. When you select a table from the list, it will jump to -the page specified in $cfg['NavigationTreeDefaultTabTable'].

-

Without configuring the storage, you can still access the recently used tables, -but it will disappear after you logout.

-

To allow the usage of this functionality persistently:

- -
- -
-
-$cfg['Servers'][$i]['table_uiprefs']
-
--- - - - - - -
Type:string
Default value:''
-

Since release 3.5.0 phpMyAdmin can be configured to remember several -things (sorted column $cfg['RememberSorting'], column order, -and column visibility from a database table) for browsing tables. Without -configuring the storage, these features still can be used, but the values will -disappear after you logout.

-

To allow the usage of these functionality persistently:

- -
- -
-
-$cfg['Servers'][$i]['users']
-
--- - - - - - -
Type:string
Default value:''
-
- -
-
-$cfg['Servers'][$i]['usergroups']
-
--- - - - - - -
Type:string
Default value:''
-

Since release 4.1.0 you can create different user groups with menu items -attached to them. Users can be assigned to these groups and the logged in -user would only see menu items configured to the usergroup he is assigned to. -To do this it needs two tables “usergroups” (storing allowed menu items for each -user group) and “users” (storing users and their assignments to user groups).

-

To allow the usage of this functionality:

- -
- -
-
-$cfg['Servers'][$i]['navigationhiding']
-
--- - - - - - -
Type:string
Default value:''
-

Since release 4.1.0 you can hide/show items in the navigation tree.

-

To allow the usage of this functionality:

- -
- -
-
-$cfg['Servers'][$i]['central_columns']
-
--- - - - - - -
Type:string
Default value:''
-

Since release 4.3.0 you can have a central list of columns per database. -You can add/remove columns to the list as per your requirement. These columns -in the central list will be available to use while you create a new column for -a table or create a table itself. You can select a column from central list -while creating a new column, it will save you from writing the same column definition -over again or from writing different names for similar column.

-

To allow the usage of this functionality:

- -
- -
-
-$cfg['Servers'][$i]['savedsearches']
-
--- - - - - - -
Type:string
Default value:''
-

Since release 4.2.0 you can save and load query-by-example searches from the Database > Query panel.

-

To allow the usage of this functionality:

- -
- -
-
-$cfg['Servers'][$i]['tracking']
-
--- - - - - - -
Type:string
Default value:''
-

Since release 3.3.x a tracking mechanism is available. It helps you to -track every SQL command which is -executed by phpMyAdmin. The mechanism supports logging of data -manipulation and data definition statements. After enabling it you can -create versions of tables.

-

The creation of a version has two effects:

-
    -
  • phpMyAdmin saves a snapshot of the table, including structure and -indexes.
  • -
  • phpMyAdmin logs all commands which change the structure and/or data of -the table and links these commands with the version number.
  • -
-

Of course you can view the tracked changes. On the Tracking -page a complete report is available for every version. For the report you -can use filters, for example you can get a list of statements within a date -range. When you want to filter usernames you can enter * for all names or -you enter a list of names separated by ‘,’. In addition you can export the -(filtered) report to a file or to a temporary database.

-

To allow the usage of this functionality:

- -
- -
-
-$cfg['Servers'][$i]['tracking_version_auto_create']
-
--- - - - - - -
Type:boolean
Default value:false
-

Whether the tracking mechanism creates versions for tables and views -automatically.

-

If this is set to true and you create a table or view with

-
    -
  • CREATE TABLE ...
  • -
  • CREATE VIEW ...
  • -
-

and no version exists for it, the mechanism will create a version for -you automatically.

-
- -
-
-$cfg['Servers'][$i]['tracking_default_statements']
-
--- - - - - - -
Type:string
Default value:'CREATE TABLE,ALTER TABLE,DROP TABLE,RENAME TABLE,CREATE INDEX,DROP INDEX,INSERT,UPDATE,DELETE,TRUNCATE,REPLACE,CREATE VIEW,ALTER VIEW,DROP VIEW,CREATE DATABASE,ALTER DATABASE,DROP DATABASE'
-

Defines the list of statements the auto-creation uses for new -versions.

-
- -
-
-$cfg['Servers'][$i]['tracking_add_drop_view']
-
--- - - - - - -
Type:boolean
Default value:true
-

Whether a DROP VIEW IF EXISTS statement will be added as first line to -the log when creating a view.

-
- -
-
-$cfg['Servers'][$i]['tracking_add_drop_table']
-
--- - - - - - -
Type:boolean
Default value:true
-

Whether a DROP TABLE IF EXISTS statement will be added as first line -to the log when creating a table.

-
- -
-
-$cfg['Servers'][$i]['tracking_add_drop_database']
-
--- - - - - - -
Type:boolean
Default value:true
-

Whether a DROP DATABASE IF EXISTS statement will be added as first -line to the log when creating a database.

-
- -
-
-$cfg['Servers'][$i]['userconfig']
-
--- - - - - - -
Type:string
Default value:''
-

Since release 3.4.x phpMyAdmin allows users to set most preferences by -themselves and store them in the database.

-

If you don’t allow for storing preferences in -$cfg['Servers'][$i]['pmadb'], users can still personalize -phpMyAdmin, but settings will be saved in browser’s local storage, or, it -is is unavailable, until the end of session.

-

To allow the usage of this functionality:

- -
- -
-
-$cfg['Servers'][$i]['MaxTableUiprefs']
-
--- - - - - - -
Type:integer
Default value:100
-

Maximum number of rows saved in -$cfg['Servers'][$i]['table_uiprefs'] table.

-

When tables are dropped or renamed, -$cfg['Servers'][$i]['table_uiprefs'] may contain invalid data -(referring to tables which no longer exist). We only keep this number of newest -rows in $cfg['Servers'][$i]['table_uiprefs'] and automatically -delete older rows.

-
- -
-
-$cfg['Servers'][$i]['SessionTimeZone']
-
--- - - - - - -
Type:string
Default value:''
-

Sets the time zone used by phpMyAdmin. Leave blank to use the time zone of your -database server. Possible values are explained at -http://dev.mysql.com/doc/refman/5.7/en/time-zone-support.html

-

This is useful when your database server uses a time zone which is different from the -time zone you want to use in phpMyAdmin.

-
- -
-
-$cfg['Servers'][$i]['AllowRoot']
-
--- - - - - - -
Type:boolean
Default value:true
-

Whether to allow root access. This is just a shortcut for the -$cfg['Servers'][$i]['AllowDeny']['rules'] below.

-
- -
-
-$cfg['Servers'][$i]['AllowNoPassword']
-
--- - - - - - -
Type:boolean
Default value:false
-

Whether to allow logins without a password. The default value of -false for this parameter prevents unintended access to a MySQL -server with was left with an empty password for root or on which an -anonymous (blank) user is defined.

-
- -
-
-$cfg['Servers'][$i]['AllowDeny']['order']
-
--- - - - - - -
Type:string
Default value:''
-

If your rule order is empty, then IP -authorization is disabled.

-

If your rule order is set to -'deny,allow' then the system applies all deny rules followed by -allow rules. Access is allowed by default. Any client which does not -match a Deny command or does match an Allow command will be allowed -access to the server.

-

If your rule order is set to 'allow,deny' -then the system applies all allow rules followed by deny rules. Access -is denied by default. Any client which does not match an Allow -directive or does match a Deny directive will be denied access to the -server.

-

If your rule order is set to 'explicit', authorization is -performed in a similar fashion to rule order ‘deny,allow’, with the -added restriction that your host/username combination must be -listed in the allow rules, and not listed in the deny rules. This -is the most secure means of using Allow/Deny rules, and was -available in Apache by specifying allow and deny rules without setting -any order.

-

Please also see $cfg['TrustedProxies'] for -detecting IP address behind proxies.

-
- -
-
-$cfg['Servers'][$i]['AllowDeny']['rules']
-
--- - - - - - -
Type:array of strings
Default value:array()
-

The general format for the rules is as such:

-
<'allow' | 'deny'> <username> [from] <ipmask>
-
-
-

If you wish to match all users, it is possible to use a '%' as a -wildcard in the username field.

-

There are a few shortcuts you can -use in the ipmask field as well (please note that those containing -SERVER_ADDRESS might not be available on all webservers):

-
'all' -> 0.0.0.0/0
-'localhost' -> 127.0.0.1/8
-'localnetA' -> SERVER_ADDRESS/8
-'localnetB' -> SERVER_ADDRESS/16
-'localnetC' -> SERVER_ADDRESS/24
-
-
-

Having an empty rule list is equivalent to either using 'allow % -from all' if your rule order is set to 'deny,allow' or 'deny % -from all' if your rule order is set to 'allow,deny' or -'explicit'.

-

For the IP address matching -system, the following work:

-
    -
  • xxx.xxx.xxx.xxx (an exact IP address)
  • -
  • xxx.xxx.xxx.[yyy-zzz] (an IP address range)
  • -
  • xxx.xxx.xxx.xxx/nn (CIDR, Classless Inter-Domain Routing type IP addresses)
  • -
-

But the following does not work:

-
    -
  • xxx.xxx.xxx.xx[yyy-zzz] (partial IP address range)
  • -
-

For IPv6 addresses, the following work:

-
    -
  • xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx (an exact IPv6 address)
  • -
  • xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:[yyyy-zzzz] (an IPv6 address range)
  • -
  • xxxx:xxxx:xxxx:xxxx/nn (CIDR, Classless Inter-Domain Routing type IPv6 addresses)
  • -
-

But the following does not work:

-
    -
  • xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xx[yyy-zzz] (partial IPv6 address range)
  • -
-
- -
-
-$cfg['Servers'][$i]['DisableIS']
-
--- - - - - - -
Type:boolean
Default value:false
-

Disable using INFORMATION_SCHEMA to retrieve information (use -SHOW commands instead), because of speed issues when many -databases are present. Currently used in some parts of the code, more -to come.

-
- -
-
-$cfg['Servers'][$i]['SignonScript']
-
--- - - - - - -
Type:string
Default value:''
-

Name of PHP script to be sourced and executed to obtain login -credentials. This is alternative approach to session based single -signon. The script has to provide a function called -get_login_credentials which returns list of username and -password, accepting single parameter of existing username (can be -empty). See examples/signon-script.php for an example:

-
<?php
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- * Single signon for phpMyAdmin
- *
- * This is just example how to use script based single signon with
- * phpMyAdmin, it is not intended to be perfect code and look, only
- * shows how you can integrate this functionality in your application.
- *
- * @package    PhpMyAdmin
- * @subpackage Example
- */
-
-
-/**
- * This function returns username and password.
- *
- * It can optionally use configured username as parameter.
- *
- * @param string $user User name
- *
- * @return array
- */
-function get_login_credentials($user)
-{
-    /* Optionally we can use passed username */
-    if (!empty($user)) {
-        return array($user, 'password');
-    }
-
-    /* Here we would retrieve the credentials */
-    $credentials = array('root', '');
-
-    return $credentials;
-}
-
-?>
-
-
- -
- -
-
-$cfg['Servers'][$i]['SignonSession']
-
--- - - - - - -
Type:string
Default value:''
-

Name of session which will be used for signon authentication method. -You should use something different than phpMyAdmin, because this -is session which phpMyAdmin uses internally. Takes effect only if -$cfg['Servers'][$i]['SignonScript'] is not configured.

- -
- -
-
-$cfg['Servers'][$i]['SignonURL']
-
--- - - - - - -
Type:string
Default value:''
-

URL where user will be redirected -to log in for signon authentication method. Should be absolute -including protocol.

- -
- -
-
-$cfg['Servers'][$i]['LogoutURL']
-
--- - - - - - -
Type:string
Default value:''
-

URL where user will be redirected -after logout (doesn’t affect config authentication method). Should be -absolute including protocol.

-
- -
-
-

Generic settings

-
-
-$cfg['ServerDefault']
-
--- - - - - - -
Type:integer
Default value:1
-

If you have more than one server configured, you can set -$cfg['ServerDefault'] to any one of them to autoconnect to that -server when phpMyAdmin is started, or set it to 0 to be given a list -of servers without logging in.

-

If you have only one server configured, -$cfg['ServerDefault'] MUST be set to that server.

-
- -
-
-$cfg['VersionCheck']
-
--- - - - - - -
Type:boolean
Default value:true
-

Enables check for latest versions using javascript on main phpMyAdmin -page.

-
-

Note

-

This setting can be adjusted by your vendor.

-
-
- -
-
-$cfg['ProxyUrl']
-
--- - - - - - -
Type:string
Default value:“”
-

The url of the proxy to be used when phpmyadmin needs to access the outside -internet such as when retrieving the latest version info or submitting error -reports. You need this if the server where phpMyAdmin is installed does not -have direct access to the internet. -The format is: “hostname:portnumber”

-
- -
-
-$cfg['ProxyUser']
-
--- - - - - - -
Type:string
Default value:“”
-

The username for authenticating with the proxy. By default, no -authentication is performed. If a username is supplied, Basic -Authentication will be performed. No other types of authentication -are currently supported.

-
- -
-
-$cfg['ProxyPass']
-
--- - - - - - -
Type:string
Default value:“”
-

The password for authenticating with the proxy.

-
- -
-
-$cfg['MaxDbList']
-
--- - - - - - -
Type:integer
Default value:100
-

The maximum number of database names to be displayed in the main panel’s -database list.

-
- -
-
-$cfg['MaxTableList']
-
--- - - - - - -
Type:integer
Default value:250
-

The maximum number of table names to be displayed in the main panel’s -list (except on the Export page). This limit is also enforced in the -navigation panel when in Light mode.

-
- -
-
-$cfg['ShowHint']
-
--- - - - - - -
Type:boolean
Default value:true
-

Whether or not to show hints (for example, hints when hovering over -table headers).

-
- -
-
-$cfg['MaxCharactersInDisplayedSQL']
-
--- - - - - - -
Type:integer
Default value:1000
-

The maximum number of characters when a SQL query is displayed. The -default limit of 1000 should be correct to avoid the display of tons of -hexadecimal codes that represent BLOBs, but some users have real -SQL queries that are longer than 1000 characters. Also, if a -query’s length exceeds this limit, this query is not saved in the history.

-
- -
-
-$cfg['PersistentConnections']
-
--- - - - - - -
Type:boolean
Default value:false
-

Whether persistent connections should be used or not. Works with -following extensions:

- -
- -
-
-$cfg['ForceSSL']
-
--- - - - - - -
Type:boolean
Default value:false
-

Whether to force using https while accessing phpMyAdmin. In a reverse -proxy setup, setting this to true is not supported.

-
-

Note

-

In some setups (like separate SSL proxy or load balancer) you might -have to set $cfg['PmaAbsoluteUri'] for correct -redirection.

-
-
- -
-
-$cfg['ExecTimeLimit']
-
--- - - - - - -
Type:integer [number of seconds]
Default value:300
-

Set the number of seconds a script is allowed to run. If seconds is -set to zero, no time limit is imposed. This setting is used while -importing/exporting dump files but has -no effect when PHP is running in safe mode.

-
- -
-
-$cfg['SessionSavePath']
-
--- - - - - - -
Type:string
Default value:''
-

Path for storing session data (session_save_path PHP parameter).

-
- -
-
-$cfg['MemoryLimit']
-
--- - - - - - -
Type:string [number of bytes]
Default value:'-1'
-

Set the number of bytes a script is allowed to allocate. If set to -'-1', no limit is imposed.

-

This setting is used while importing/exporting dump files and at some other -places in phpMyAdmin so you definitely don’t want to put here a too low -value. It has no effect when PHP is running in safe mode.

-

You can also use any string as in php.ini, eg. ‘16M’. Ensure you -don’t omit the suffix (16 means 16 bytes!)

-
- -
-
-$cfg['SkipLockedTables']
-
--- - - - - - -
Type:boolean
Default value:false
-

Mark used tables and make it possible to show databases with locked -tables (since MySQL 3.23.30).

-
- -
-
-$cfg['ShowSQL']
-
--- - - - - - -
Type:boolean
Default value:true
-

Defines whether SQL queries -generated by phpMyAdmin should be displayed or not.

-
- -
-
-$cfg['RetainQueryBox']
-
--- - - - - - -
Type:boolean
Default value:false
-

Defines whether the SQL query box -should be kept displayed after its submission.

-
- -
-
-$cfg['CodemirrorEnable']
-
--- - - - - - -
Type:boolean
Default value:true
-

Defines whether to use a Javascript code editor for SQL query boxes. -CodeMirror provides syntax highlighting and line numbers. However, -middle-clicking for pasting the clipboard contents in some Linux -distributions (such as Ubuntu) is not supported by all browsers.

-
- -
-
-$cfg['AllowUserDropDatabase']
-
--- - - - - - -
Type:boolean
Default value:false
-

Defines whether normal users (non-administrator) are allowed to delete -their own database or not. If set as false, the link Drop -Database will not be shown, and even a DROP DATABASE mydatabase will -be rejected. Quite practical for ISP ‘s with many customers.

-
-

Note

-

This limitation of SQL queries is not -as strict as when using MySQL privileges. This is due to nature of -SQL queries which might be quite -complicated. So this choice should be viewed as help to avoid accidental -dropping rather than strict privilege limitation.

-
-
- -
-
-$cfg['Confirm']
-
--- - - - - - -
Type:boolean
Default value:true
-

Whether a warning (“Are your really sure...”) should be displayed when -you’re about to lose data.

-
- -
-
-$cfg['UseDbSearch']
-
--- - - - - - -
Type:boolean
Default value:true
-

Define whether the “search string inside database” is enabled or not.

-
- -
-
-$cfg['IgnoreMultiSubmitErrors']
-
--- - - - - - -
Type:boolean
Default value:false
-

Define whether phpMyAdmin will continue executing a multi-query -statement if one of the queries fails. Default is to abort execution.

-
- -
- - -
-

Main panel

-
-
-$cfg['ShowStats']
-
--- - - - - - -
Type:boolean
Default value:true
-

Defines whether or not to display space usage and statistics about -databases and tables. Note that statistics requires at least MySQL -3.23.3 and that, at this date, MySQL doesn’t return such information -for Berkeley DB tables.

-
- -
-
-$cfg['ShowServerInfo']
-
--- - - - - - -
Type:boolean
Default value:true
-

Defines whether to display detailed server information on main page. -You can additionally hide more information by using -$cfg['Servers'][$i]['verbose'].

-
- -
-
-$cfg['ShowPhpInfo']
-
--- - - - - - -
Type:boolean
Default value:false
-
- -
-
-$cfg['ShowChgPassword']
-
--- - - - - - -
Type:boolean
Default value:true
-
- -
-
-$cfg['ShowCreateDb']
-
--- - - - - - -
Type:boolean
Default value:true
-

Defines whether to display the PHP information and -Change password links and form for creating database or not at -the starting main (right) frame. This setting does not check MySQL commands -entered directly.

-

Please note that to block the usage of phpinfo() in scripts, you have to -put this in your php.ini:

-
disable_functions = phpinfo()
-
-
-

Also note that enabling the Change password link has no effect -with config authentication mode: because of the hard coded password value -in the configuration file, end users can’t be allowed to change their -passwords.

-
- -
-
-

Database structure

-
-
-$cfg['ShowDbStructureCreation']
-
--- - - - - - -
Type:boolean
Default value:false
-

Defines whether the database structure page (tables list) has a -“Creation” column that displays when each table was created.

-
- -
-
-$cfg['ShowDbStructureLastUpdate']
-
--- - - - - - -
Type:boolean
Default value:false
-

Defines whether the database structure page (tables list) has a “Last -update” column that displays when each table was last updated.

-
- -
-
-$cfg['ShowDbStructureLastCheck']
-
--- - - - - - -
Type:boolean
Default value:false
-

Defines whether the database structure page (tables list) has a “Last -check” column that displays when each table was last checked.

-
- -
-
-$cfg['HideStructureActions']
-
--- - - - - - -
Type:boolean
Default value:true
-

Defines whether the table structure actions are hidden under a “More” -drop-down.

-
- -
-
-

Browse mode

-
-
-$cfg['TableNavigationLinksMode']
-
--- - - - - - -
Type:string
Default value:'icons'
-

Defines whether the table navigation links contain 'icons', 'text' -or 'both'.

-
- -
-
-$cfg['ActionLinksMode']
-
--- - - - - - -
Type:string
Default value:'both'
-

If set to icons, will display icons instead of text for db and table -properties links (like Browse, Select, -Insert, ...). Can be set to 'both' -if you want icons AND text. When set to text, will only show text.

-
- -
-
-$cfg['RowActionType']
-
--- - - - - - -
Type:string
Default value:'both'
-

Whether to display icons or text or both icons and text in table row action -segment. Value can be either of 'icons', 'text' or 'both'.

-
- -
-
-$cfg['ShowAll']
-
--- - - - - - -
Type:boolean
Default value:false
-

Defines whether a user should be displayed a “Show all” button in browse -mode or not in all cases. By default it is shown only on small tables (less -than 500 rows) to avoid performance issues while getting too many rows.

-
- -
-
-$cfg['MaxRows']
-
--- - - - - - -
Type:integer
Default value:25
-

Number of rows displayed when browsing a result set and no LIMIT -clause is used. If the result set contains more rows, “Previous” and -“Next” links will be shown. Possible values: 25,50,100,250,500.

-
- -
-
-$cfg['Order']
-
--- - - - - - -
Type:string
Default value:'SMART'
-

Defines whether columns are displayed in ascending (ASC) order, in -descending (DESC) order or in a “smart” (SMART) order - I.E. -descending order for columns of type TIME, DATE, DATETIME and -TIMESTAMP, ascending order else- by default.

-
- -
-
-$cfg['GridEditing']
-
--- - - - - - -
Type:string
Default value:'double-click'
-

Defines which action (double-click or click) triggers grid -editing. Can be deactivated with the disabled value.

-
- -
-
-$cfg['RelationalDisplay']
-
--- - - - - - -
Type:string
Default value:'K'
-

Defines the initial behavior for Options > Relational. K, which -is the default, displays the key while D shows the display column.

-
- -
-
-$cfg['SaveCellsAtOnce']
-
--- - - - - - -
Type:boolean
Default value:false
-

Defines whether or not to save all edited cells at once for grid -editing.

-
- -
-
-

Editing mode

-
-
-$cfg['ProtectBinary']
-
--- - - - - - -
Type:boolean or string
Default value:'blob'
-

Defines whether BLOB or BINARY columns are protected from -editing when browsing a table’s content. Valid values are:

-
    -
  • false to allow editing of all columns;
  • -
  • 'blob' to allow editing of all columns except BLOBS;
  • -
  • 'noblob' to disallow editing of all columns except BLOBS (the -opposite of 'blob');
  • -
  • 'all' to disallow editing of all BINARY or BLOB columns.
  • -
-
- -
-
-$cfg['ShowFunctionFields']
-
--- - - - - - -
Type:boolean
Default value:true
-

Defines whether or not MySQL functions fields should be initially -displayed in edit/insert mode. Since version 2.10, the user can toggle -this setting from the interface.

-
- -
-
-$cfg['ShowFieldTypesInDataEditView']
-
--- - - - - - -
Type:boolean
Default value:true
-

Defines whether or not type fields should be initially displayed in -edit/insert mode. The user can toggle this setting from the interface.

-
- -
-
-$cfg['InsertRows']
-
--- - - - - - -
Type:integer
Default value:2
-

Defines the maximum number of concurrent entries for the Insert page.

-
- -
-
-$cfg['ForeignKeyMaxLimit']
-
--- - - - - - -
Type:integer
Default value:100
-

If there are fewer items than this in the set of foreign keys, then a -drop-down box of foreign keys is presented, in the style described by -the $cfg['ForeignKeyDropdownOrder'] setting.

-
- -
-
-$cfg['ForeignKeyDropdownOrder']
-
--- - - - - - -
Type:array
Default value:array(‘content-id’, ‘id-content’)
-

For the foreign key drop-down fields, there are several methods of -display, offering both the key and value data. The contents of the -array should be one or both of the following strings: content-id, -id-content.

-
- -
-
-

Export and import settings

-
-
-$cfg['ZipDump']
-
--- - - - - - -
Type:boolean
Default value:true
-
- -
-
-$cfg['GZipDump']
-
--- - - - - - -
Type:boolean
Default value:true
-
- -
-
-$cfg['BZipDump']
-
--- - - - - - -
Type:boolean
Default value:true
-

Defines whether to allow the use of zip/GZip/BZip2 compression when -creating a dump file

-
- -
-
-$cfg['CompressOnFly']
-
--- - - - - - -
Type:boolean
Default value:true
-

Defines whether to allow on the fly compression for GZip/BZip2 -compressed exports. This doesn’t affect smaller dumps and allows users -to create larger dumps that won’t otherwise fit in memory due to php -memory limit. Produced files contain more GZip/BZip2 headers, but all -normal programs handle this correctly.

-
- -
-
-$cfg['Export']
-
--- - - - - - -
Type:array
Default value:array(...)
-

In this array are defined default parameters for export, names of -items are similar to texts seen on export page, so you can easily -identify what they mean.

-
- -
-
-$cfg['Export']['method']
-
--- - - - - - -
Type:string
Default value:'quick'
-

Defines how the export form is displayed when it loads. Valid values -are:

-
    -
  • quick to display the minimum number of options to configure
  • -
  • custom to display every available option to configure
  • -
  • custom-no-form same as custom but does not display the option -of using quick export
  • -
-
- -
-
-$cfg['Import']
-
--- - - - - - -
Type:array
Default value:array(...)
-

In this array are defined default parameters for import, names of -items are similar to texts seen on import page, so you can easily -identify what they mean.

-
- -
-
-

Tabs display settings

-
-
-$cfg['TabsMode']
-
--- - - - - - -
Type:string
Default value:'both'
-

Defines whether the menu tabs contain 'icons', 'text' or 'both'.

-
- -
-
-$cfg['PropertiesNumColumns']
-
--- - - - - - -
Type:integer
Default value:1
-

How many columns will be utilized to display the tables on the database -property view? When setting this to a value larger than 1, the type of the -database will be omitted for more display space.

-
- -
-
-$cfg['DefaultTabServer']
-
--- - - - - - -
Type:string
Default value:'index.php'
-

Defines the tab displayed by default on server view. Possible values:

-
    -
  • main.php (recommended for multi-user setups)
  • -
  • server_databases.php,
  • -
  • server_status.php
  • -
  • server_variables.php
  • -
  • server_privileges.php
  • -
-
- -
-
-$cfg['DefaultTabDatabase']
-
--- - - - - - -
Type:string
Default value:'db_structure.php'
-

Defines the tab displayed by default on database view. Possible -values:

-
    -
  • db_structure.php
  • -
  • db_sql.php
  • -
  • db_search.php.
  • -
-
- -
-
-$cfg['DefaultTabTable']
-
--- - - - - - -
Type:string
Default value:'sql.php'
-

Defines the tab displayed by default on table view. Possible values:

-
    -
  • tbl_structure.php
  • -
  • tbl_sql.php
  • -
  • tbl_select.php
  • -
  • tbl_change.php
  • -
  • sql.php
  • -
-
- -
-
-

PDF Options

-
-
-$cfg['PDFPageSizes']
-
--- - - - - - -
Type:array
Default value:array('A3', 'A4', 'A5', 'letter', 'legal')
-

Array of possible paper sizes for creating PDF pages.

-

You should never need to change this.

-
- -
-
-$cfg['PDFDefaultPageSize']
-
--- - - - - - -
Type:string
Default value:'A4'
-

Default page size to use when creating PDF pages. Valid values are any -listed in $cfg['PDFPageSizes'].

-
- -
-
-

Languages

-
-
-$cfg['DefaultLang']
-
--- - - - - - -
Type:string
Default value:'en'
-

Defines the default language to use, if not browser-defined or user- -defined. The corresponding language file needs to be in -locale/code/LC_MESSAGES/phpmyadmin.mo.

-
- -
-
-$cfg['DefaultConnectionCollation']
-
--- - - - - - -
Type:string
Default value:'utf8_general_ci'
-

Defines the default connection collation to use, if not user-defined. -See the MySQL documentation for charsets -for list of possible values. This setting is -ignored when connected to Drizzle server.

-
- -
-
-$cfg['Lang']
-
--- - - - - - -
Type:string
Default value:not set
-

Force language to use. The corresponding language file needs to be in -locale/code/LC_MESSAGES/phpmyadmin.mo.

-
- -
-
-$cfg['FilterLanguages']
-
--- - - - - - -
Type:string
Default value:''
-

Limit list of available languages to those matching the given regular -expression. For example if you want only Czech and English, you should -set filter to '^(cs|en)'.

-
- -
-
-$cfg['RecodingEngine']
-
--- - - - - - -
Type:string
Default value:'auto'
-

You can select here which functions will be used for character set -conversion. Possible values are:

-
    -
  • auto - automatically use available one (first is tested iconv, then -recode)
  • -
  • iconv - use iconv or libiconv functions
  • -
  • recode - use recode_string function
  • -
  • mb - use mbstring extension
  • -
  • none - disable encoding conversion
  • -
-

Enabled charset conversion activates a pull-down menu in the Export -and Import pages, to choose the character set when exporting a file. -The default value in this menu comes from -$cfg['Export']['charset'] and $cfg['Import']['charset'].

-
- -
-
-$cfg['IconvExtraParams']
-
--- - - - - - -
Type:string
Default value:'//TRANSLIT'
-

Specify some parameters for iconv used in charset conversion. See -iconv documentation for details. By default -//TRANSLIT is used, so that invalid characters will be -transliterated.

-
- -
-
-$cfg['AvailableCharsets']
-
--- - - - - - -
Type:array
Default value:array(...)
-

Available character sets for MySQL conversion. You can add your own -(any of supported by recode/iconv) or remove these which you don’t -use. Character sets will be shown in same order as here listed, so if -you frequently use some of these move them to the top.

-
- -
-
-

Web server settings

-
-
-$cfg['OBGzip']
-
--- - - - - - -
Type:string/boolean
Default value:'auto'
-

Defines whether to use GZip output buffering for increased speed in -HTTP transfers. Set to -true/false for enabling/disabling. When set to ‘auto’ (string), -phpMyAdmin tries to enable output buffering and will automatically -disable it if your browser has some problems with buffering. IE6 with -a certain patch is known to cause data corruption when having enabled -buffering.

-
- -
-
-$cfg['TrustedProxies']
-
--- - - - - - -
Type:array
Default value:array()
-

Lists proxies and HTTP headers which are trusted for -$cfg['Servers'][$i]['AllowDeny']['order']. This list is by -default empty, you need to fill in some trusted proxy servers if you -want to use rules for IP addresses behind proxy.

-

The following example specifies that phpMyAdmin should trust a -HTTP_X_FORWARDED_FOR (X -Forwarded-For) header coming from the proxy -1.2.3.4:

-
$cfg['TrustedProxies'] = array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR');
-
-
-

The $cfg['Servers'][$i]['AllowDeny']['rules'] directive uses the -client’s IP address as usual.

-
- -
-
-$cfg['GD2Available']
-
--- - - - - - -
Type:string
Default value:'auto'
-

Specifies whether GD >= 2 is available. If yes it can be used for MIME -transformations. Possible values are:

-
    -
  • auto - automatically detect
  • -
  • yes - GD 2 functions can be used
  • -
  • no - GD 2 function cannot be used
  • -
-
- -
-
-$cfg['CheckConfigurationPermissions']
-
--- - - - - - -
Type:boolean
Default value:true
-

We normally check the permissions on the configuration file to ensure -it’s not world writable. However, phpMyAdmin could be installed on a -NTFS filesystem mounted on a non-Windows server, in which case the -permissions seems wrong but in fact cannot be detected. In this case a -sysadmin would set this parameter to false.

-
- -
-
-$cfg['LinkLengthLimit']
-
--- - - - - - -
Type:integer
Default value:1000
-

Limit for length of URL in links. When length would be above this -limit, it is replaced by form with button. This is required as some web -servers (IIS) have problems with long URL .

-
- -
-
-$cfg['CSPAllow']
-
--- - - - - - -
Type:string
Default value:''
-

Additional string to include in allowed script and image sources in Content -Security Policy header.

-

This can be useful when you want to include some external javascript files -in config.footer.inc.php or config.header.inc.php, which -would be normally not allowed by Content Security Policy.

-

To allow some sites, just list them within the string:

-
$cfg['CSPAllow'] = 'example.com example.net';
-
-
-
-

New in version 4.0.4.

-
-
- -
-
-$cfg['DisableMultiTableMaintenance']
-
--- - - - - - -
Type:boolean
Default value:false
-

In the database Structure page, it’s possible to mark some tables then -choose an operation like optimizing for many tables. This can slow -down a server; therefore, setting this to true prevents this kind -of multiple maintenance operation.

-
- -
-
-

Theme settings

-
-
-$cfg['NaviWidth']
-
--- - - - - - -
Type:integer
Default value:
-

Navigation panel width in pixels. See -themes/themename/layout.inc.php.

-
- -
-
-$cfg['NaviBackground']
-
--- - - - - - -
Type:string [CSS color for background]
Default value:
-
- -
-
-$cfg['MainBackground']
-
--- - - - - - -
Type:string [CSS color for background]
Default value:
-

The background styles used for both the frames. See -themes/themename/layout.inc.php.

-
- -
-
-$cfg['NaviPointerBackground']
-
--- - - - - - -
Type:string [CSS color for background]
Default value:
-
- -
-
-$cfg['NaviPointerColor']
-
--- - - - - - -
Type:string [CSS color]
Default value:
-

The style used for the pointer in the navigation panel. See -themes/themename/layout.inc.php.

-
- -
-
-$cfg['Border']
-
--- - - - - - -
Type:integer
Default value:
-

The size of a table’s border. See themes/themename/layout.inc.php.

-
- -
-
-$cfg['ThBackground']
-
--- - - - - - -
Type:string [CSS color for background]
Default value:
-
- -
-
-$cfg['ThColor']
-
--- - - - - - -
Type:string [CSS color]
Default value:
-

The style used for table headers. See -themes/themename/layout.inc.php.

-
- -
-
-$cfg['BgOne']
-
--- - - - - - -
Type:string [CSS color]
Default value:
-

The color (HTML) #1 for table rows. See -themes/themename/layout.inc.php.

-
- -
-
-$cfg['BgTwo']
-
--- - - - - - -
Type:string [CSS color]
Default value:
-

The color (HTML) #2 for table rows. See -themes/themename/layout.inc.php.

-
- -
-
-$cfg['BrowsePointerBackground']
-
--- - - - - - -
Type:string [CSS color]
Default value:
-

The background color used when hovering over a row in the Browse panel. -See themes/themename/layout.inc.php.

-
- -
-
-$cfg['BrowsePointerColor']
-
--- - - - - - -
Type:string [CSS color]
Default value:
-

The text color used when hovering over a row in the Browse panel. -Used when $cfg['BrowsePointerEnable'] is true. -See themes/themename/layout.inc.php.

-
- -
-
-$cfg['BrowseMarkerBackground']
-
--- - - - - - -
Type:string [CSS color]
Default value:
-

The background color used to highlight a row selected by checkbox in the Browse panel or -when a column is selected. -Used when $cfg['BrowsePointerEnable'] is true. -See themes/themename/layout.inc.php.

-
- -
-
-$cfg['BrowseMarkerColor']
-
--- - - - - - -
Type:string [CSS color]
Default value:
-

The color used when you visually mark a row or column in the Browse panel. -Rows can be marked by clicking the checkbox to the left of the row and columns can be -marked by clicking the column’s header (outside of the header text). -See themes/themename/layout.inc.php.

-
- -
-
-$cfg['FontFamily']
-
--- - - - - - -
Type:string
Default value:
-

You put here a valid CSS font family value, for example arial, sans- -serif. See themes/themename/layout.inc.php.

-
- -
-
-$cfg['FontFamilyFixed']
-
--- - - - - - -
Type:string
Default value:
-

You put here a valid CSS font family value, for example monospace. -This one is used in textarea. See themes/themename/layout.inc.php.

-
- -
-
-

Design customization

-
-
-$cfg['NavigationTreePointerEnable']
-
--- - - - - - -
Type:boolean
Default value:true
-

When set to true, hovering over an item in the navigation panel causes that item to be marked -(the background is highlighted).

-
- -
-
-$cfg['BrowsePointerEnable']
-
--- - - - - - -
Type:boolean
Default value:true
-

When set to true, hovering over a row in the Browse page causes that row to be marked (the background -is highlighted).

-
- -
-
-$cfg['BrowseMarkerEnable']
-
--- - - - - - -
Type:boolean
Default value:true
-

When set to true, a data row is marked (the background is highlighted) when the row is selected -with the checkbox.

-
- -
-
-$cfg['LimitChars']
-
--- - - - - - -
Type:integer
Default value:50
-

Maximum number of characters shown in any non-numeric field on browse -view. Can be turned off by a toggle button on the browse page.

-
- -
- -
--- - - - - - -
Type:string
Default value:'left'
-

Defines the place where table row links (Edit, Copy, Delete) would be -put when tables contents are displayed (you may have them displayed at -the left side, right side, both sides or nowhere).

-
- -
-
-$cfg['RememberSorting']
-
--- - - - - - -
Type:boolean
Default value:true
-

If enabled, remember the sorting of each table when browsing them.

-
- -
-
-$cfg['TablePrimaryKeyOrder']
-
--- - - - - - -
Type:string
Default value:'NONE'
-

This defines the default sort order for the tables, having a primary key, -when there is no sort order defines externally. -Acceptable values : [‘NONE’, ‘ASC’, ‘DESC’]

-
- -
-
-$cfg['ShowBrowseComments']
-
--- - - - - - -
Type:boolean
Default value:true
-
- -
-
-$cfg['ShowPropertyComments']
-
--- - - - - - -
Type:boolean
Default value:true
-

By setting the corresponding variable to true you can enable the -display of column comments in Browse or Property display. In browse -mode, the comments are shown inside the header. In property mode, -comments are displayed using a CSS-formatted dashed-line below the -name of the column. The comment is shown as a tool-tip for that -column.

-
- -
-
-

Text fields

-
-
-$cfg['CharEditing']
-
--- - - - - - -
Type:string
Default value:'input'
-

Defines which type of editing controls should be used for CHAR and -VARCHAR columns. Applies to data editing and also to the default values -in structure editing. Possible values are:

-
    -
  • input - this allows to limit size of text to size of columns in MySQL, -but has problems with newlines in columns
  • -
  • textarea - no problems with newlines in columns, but also no length -limitations
  • -
-
- -
-
-$cfg['MinSizeForInputField']
-
--- - - - - - -
Type:integer
Default value:4
-

Defines the minimum size for input fields generated for CHAR and -VARCHAR columns.

-
- -
-
-$cfg['MaxSizeForInputField']
-
--- - - - - - -
Type:integer
Default value:60
-

Defines the maximum size for input fields generated for CHAR and -VARCHAR columns.

-
- -
-
-$cfg['TextareaCols']
-
--- - - - - - -
Type:integer
Default value:40
-
- -
-
-$cfg['TextareaRows']
-
--- - - - - - -
Type:integer
Default value:15
-
- -
-
-$cfg['CharTextareaCols']
-
--- - - - - - -
Type:integer
Default value:40
-
- -
-
-$cfg['CharTextareaRows']
-
--- - - - - - -
Type:integer
Default value:2
-

Number of columns and rows for the textareas. This value will be -emphasized (*2) for SQL query -textareas and (*1.25) for SQL -textareas inside the query window.

-

The Char* values are used for CHAR -and VARCHAR editing (if configured via $cfg['CharEditing']).

-
- -
-
-$cfg['LongtextDoubleTextarea']
-
--- - - - - - -
Type:boolean
Default value:true
-

Defines whether textarea for LONGTEXT columns should have double size.

-
- -
-
-$cfg['TextareaAutoSelect']
-
--- - - - - - -
Type:boolean
Default value:false
-

Defines if the whole textarea of the query box will be selected on -click.

-
- -
-
-

SQL query box settings

-
-
-$cfg['SQLQuery']['Edit']
-
--- - - - - - -
Type:boolean
Default value:true
-

Whether to display an edit link to change a query in any SQL Query -box.

-
- -
-
-$cfg['SQLQuery']['Explain']
-
--- - - - - - -
Type:boolean
Default value:true
-

Whether to display a link to explain a SELECT query in any SQL Query -box.

-
- -
-
-$cfg['SQLQuery']['ShowAsPHP']
-
--- - - - - - -
Type:boolean
Default value:true
-

Whether to display a link to wrap a query in PHP code in any SQL Query -box.

-
- -
-
-$cfg['SQLQuery']['Refresh']
-
--- - - - - - -
Type:boolean
Default value:true
-

Whether to display a link to refresh a query in any SQL Query box.

-
- -
-
-

Web server upload/save/import directories

-
-
-$cfg['UploadDir']
-
--- - - - - - -
Type:string
Default value:''
-

The name of the directory where SQL files have been uploaded by -other means than phpMyAdmin (for example, ftp). Those files are available -under a drop-down box when you click the database or table name, then the -Import tab.

-

If -you want different directory for each user, %u will be replaced with -username.

-

Please note that the file names must have the suffix ”.sql” -(or ”.sql.bz2” or ”.sql.gz” if support for compressed formats is -enabled).

-

This feature is useful when your file is too big to be -uploaded via HTTP, or when file -uploads are disabled in PHP.

-
-

Note

-

If PHP is running in safe mode, this directory must be owned by the same -user as the owner of the phpMyAdmin scripts. See also 1.16 I cannot upload big dump files (memory, HTTP or timeout problems). for -alternatives.

-
-
- -
-
-$cfg['SaveDir']
-
--- - - - - - -
Type:string
Default value:''
-

The name of the directory where dumps can be saved.

-

If you want different directory for each user, %u will be replaced with -username.

-

Please note that the directory must exist and has to be writable for -the user running webserver.

-
-

Note

-

If PHP is running in safe mode, this directory must be owned by the same -user as the owner of the phpMyAdmin scripts.

-
-
- -
-
-$cfg['TempDir']
-
--- - - - - - -
Type:string
Default value:''
-

The name of the directory where temporary files can be stored.

-

This is needed for importing ESRI Shapefiles, see 6.30 Import: How can I import ESRI Shapefiles? and to -work around limitations of open_basedir for uploaded files, see -1.11 I get an ‘open_basedir restriction’ while uploading a file from the query box..

-

If the directory where phpMyAdmin is installed is -subject to an open_basedir restriction, you need to create a -temporary directory in some directory accessible by the web server. -However for security reasons, this directory should be outside the -tree published by webserver. If you cannot avoid having this directory -published by webserver, place at least an empty index.html file -there, so that directory listing is not possible.

-

This directory should have as strict permissions as possible as the only -user required to access this directory is the one who runs the webserver. -If you have root privileges, simply make this user owner of this directory -and make it accessible only by it:

-
chown www-data:www-data tmp
-chmod 700 tmp
-
-
-

If you cannot change owner of the directory, you can achieve a similar -setup using ACL:

-
chmod 700 tmp
-setfacl -m "g:www-data:rwx" tmp
-setfacl -d -m "g:www-data:rwx" tmp
-
-
-

If neither of above works for you, you can still make the directory -chmod 777, but it might impose risk of other users on system -reading and writing data in this directory.

-
- -
-
-

Various display setting

-
-
-$cfg['RepeatCells']
-
--- - - - - - -
Type:integer
Default value:100
-

Repeat the headers every X cells, or 0 to deactivate.

-
- -
-
-$cfg['QueryHistoryDB']
-
--- - - - - - -
Type:boolean
Default value:false
-
- -
-
-$cfg['QueryHistoryMax']
-
--- - - - - - -
Type:integer
Default value:25
-

If $cfg['QueryHistoryDB'] is set to true, all your -Queries are logged to a table, which has to be created by you (see -$cfg['Servers'][$i]['history']). If set to false, all your -queries will be appended to the form, but only as long as your window is -opened they remain saved.

-

When using the JavaScript based query window, it will always get updated -when you click on a new table/db to browse and will focus if you click on -Edit SQL after using a query. You can suppress updating the -query window by checking the box Do not overwrite this query -from outside the window below the query textarea. Then you can browse -tables/databases in the background without losing the contents of the -textarea, so this is especially useful when composing a query with tables -you first have to look in. The checkbox will get automatically checked -whenever you change the contents of the textarea. Please uncheck the button -whenever you definitely want the query window to get updated even though -you have made alterations.

-

If $cfg['QueryHistoryDB'] is set to true you can -specify the amount of saved history items using -$cfg['QueryHistoryMax'].

-
- -
-
-$cfg['BrowseMIME']
-
--- - - - - - -
Type:boolean
Default value:true
-

Enable Transformations.

-
- -
-
-$cfg['MaxExactCount']
-
--- - - - - - -
Type:integer
Default value:500000
-

For InnoDB tables, determines for how large tables phpMyAdmin should -get the exact row count using SELECT COUNT. If the approximate row -count as returned by SHOW TABLE STATUS is smaller than this value, -SELECT COUNT will be used, otherwise the approximate count will be -used.

-
- -
-
-$cfg['MaxExactCountViews']
-
--- - - - - - -
Type:integer
Default value:0
-

For VIEWs, since obtaining the exact count could have an impact on -performance, this value is the maximum to be displayed, using a -SELECT COUNT ... LIMIT. Setting this to 0 bypasses any row -counting.

-
- -
-
-$cfg['NaturalOrder']
-
--- - - - - - -
Type:boolean
Default value:true
-

Sorts database and table names according to natural order (for -example, t1, t2, t10). Currently implemented in the navigation panel -and in Database view, for the table list.

-
- -
-
-$cfg['InitialSlidersState']
-
--- - - - - - -
Type:string
Default value:'closed'
-

If set to 'closed', the visual sliders are initially in a closed -state. A value of 'open' does the reverse. To completely disable -all visual sliders, use 'disabled'.

-
- -
-
-$cfg['UserprefsDisallow']
-
--- - - - - - -
Type:array
Default value:array()
-

Contains names of configuration options (keys in $cfg array) that -users can’t set through user preferences. For possible values, refer -to libraries/config/user_preferences.forms.php.

-
- -
-
-$cfg['UserprefsDeveloperTab']
-
--- - - - - - -
Type:boolean
Default value:false
-

Activates in the user preferences a tab containing options for -developers of phpMyAdmin.

-
- -
-
-

Page titles

-
-
-$cfg['TitleTable']
-
--- - - - - - -
Type:string
Default value:'@HTTP_HOST@ / @VSERVER@ / @DATABASE@ / @TABLE@ | @PHPMYADMIN@'
-
- -
-
-$cfg['TitleDatabase']
-
--- - - - - - -
Type:string
Default value:'@HTTP_HOST@ / @VSERVER@ / @DATABASE@ | @PHPMYADMIN@'
-
- -
-
-$cfg['TitleServer']
-
--- - - - - - -
Type:string
Default value:'@HTTP_HOST@ / @VSERVER@ | @PHPMYADMIN@'
-
- -
-
-$cfg['TitleDefault']
-
--- - - - - - -
Type:string
Default value:'@HTTP_HOST@ | @PHPMYADMIN@'
-

Allows you to specify window’s title bar. You can use 6.27 What format strings can I use?.

-
- -
-
-

Theme manager settings

-
-
-$cfg['ThemePath']
-
--- - - - - - -
Type:string
Default value:'./themes'
-

If theme manager is active, use this as the path of the subdirectory -containing all the themes.

-
- -
-
-$cfg['ThemeManager']
-
--- - - - - - -
Type:boolean
Default value:true
-

Enables user-selectable themes. See 2.7 Using and creating themes.

-
- -
-
-$cfg['ThemeDefault']
-
--- - - - - - -
Type:string
Default value:'pmahomme'
-

The default theme (a subdirectory under $cfg['ThemePath']).

-
- -
-
-$cfg['ThemePerServer']
-
--- - - - - - -
Type:boolean
Default value:false
-

Whether to allow different theme for each server.

-
- -
-
-

Default queries

-
-
-$cfg['DefaultQueryTable']
-
--- - - - - - -
Type:string
Default value:'SELECT * FROM @TABLE@ WHERE 1'
-
- -
-
-$cfg['DefaultQueryDatabase']
-
--- - - - - - -
Type:string
Default value:''
-

Default queries that will be displayed in query boxes when user didn’t -specify any. You can use standard 6.27 What format strings can I use?.

-
- -
-
-

MySQL settings

-
-
-$cfg['DefaultFunctions']
-
--- - - - - - -
Type:array
Default value:array(...)
-

Functions selected by default when inserting/changing row, Functions -are defined for meta types as (FUNC_NUMBER, FUNC_DATE, FUNC_CHAR, -FUNC_SPATIAL, FUNC_UUID) and for first_timestamp, which is used -for first timestamp column in table.

-
- -
-
-

Developer

-
-

Warning

-

These settings might have huge effect on performance or security.

-
-
-
-$cfg['DBG']
-
--- - - - - - -
Type:array
Default value:array(...)
-
- -
-
-$cfg['DBG']['sql']
-
--- - - - - - -
Type:boolean
Default value:false
-

Enable logging queries and execution times to be -displayed in the bottom of main page (right frame).

-
- -
-
-$cfg['DBG']['demo']
-
--- - - - - - -
Type:boolean
Default value:false
-

Enable to let server present itself as demo server. -This is used for <http://demo.phpmyadmin.net/>.

-
- -
-
- - -
-
-
- -
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/copyright.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/copyright.html deleted file mode 100644 index a08f125c..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/copyright.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - Copyright — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - - -
-
-
-
- - - - -
-
-
-
-
-

Table Of Contents

- - -

Previous topic

-

Distributing and packaging phpMyAdmin

-

Next topic

-

Credits

-

This Page

- - - -
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/credits.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/credits.html deleted file mode 100644 index d57d7c3a..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/credits.html +++ /dev/null @@ -1,712 +0,0 @@ - - - - - - - - Credits — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - - -
-
-
-
- -
-

Credits

-
-

Credits, in chronological order

-
    -
  • Tobias Ratschiller <tobias_at_ratschiller.com>
      -
    • creator of the phpmyadmin project
    • -
    • maintainer from 1998 to summer 2000
    • -
    -
  • -
  • Marc Delisle <marc_at_infomarc.info>
      -
    • multi-language version in December 1998
    • -
    • various fixes and improvements
    • -
    • SQL analyser (most of it)
    • -
    • current project maintainer
    • -
    • maintains content on our website
    • -
    -
  • -
  • Olivier Müller <om_at_omnis.ch>
      -
    • started SourceForge phpMyAdmin project in March 2001
    • -
    • sync’ed different existing CVS trees with new features and bugfixes
    • -
    • multi-language improvements, dynamic language selection
    • -
    • many bugfixes and improvements
    • -
    -
  • -
  • Loïc Chapeaux <lolo_at_phpheaven.net>
      -
    • rewrote and optimized javascript, DHTML and DOM stuff
    • -
    • rewrote the scripts so they fit the PEAR coding standards and -generate XHTML1.0 and CSS2 compliant codes
    • -
    • improved the language detection system
    • -
    • many bugfixes and improvements
    • -
    -
  • -
  • Robin Johnson <robbat2_at_users.sourceforge.net>
      -
    • database maintenance controls
    • -
    • table type code
    • -
    • Host authentication IP Allow/Deny
    • -
    • DB-based configuration (Not completed)
    • -
    • SQL parser and pretty-printer
    • -
    • SQL validator
    • -
    • many bugfixes and improvements
    • -
    -
  • -
  • Armel Fauveau <armel.fauveau_at_globalis-ms.com>
      -
    • bookmarks feature
    • -
    • multiple dump feature
    • -
    • gzip dump feature
    • -
    • zip dump feature
    • -
    -
  • -
  • Geert Lund <glund_at_silversoft.dk>
      -
    • various fixes
    • -
    • moderator of the phpMyAdmin former users forum at phpwizard.net
    • -
    -
  • -
  • Korakot Chaovavanich <korakot_at_iname.com>
      -
    • “insert as new row” feature
    • -
    -
  • -
  • Pete Kelly <webmaster_at_trafficg.com>
      -
    • rewrote and fix dump code
    • -
    • bugfixes
    • -
    -
  • -
  • Steve Alberty <alberty_at_neptunlabs.de>
      -
    • rewrote dump code for PHP4
    • -
    • mySQL table statistics
    • -
    • bugfixes
    • -
    -
  • -
  • Benjamin Gandon <gandon_at_isia.cma.fr>
      -
    • main author of the version 2.1.0.1
    • -
    • bugfixes
    • -
    -
  • -
  • Alexander M. Turek <me_at_derrabus.de>
      -
    • MySQL 4.0 / 4.1 / 5.0 compatibility
    • -
    • abstract database interface (PMA_DBI) with MySQLi support
    • -
    • privileges administration
    • -
    • XML exports
    • -
    • various features and fixes
    • -
    • German language file updates
    • -
    -
  • -
  • Mike Beck <mike.beck_at_web.de>
      -
    • automatic joins in QBE
    • -
    • links column in printview
    • -
    • Relation view
    • -
    -
  • -
  • Michal Čihař <michal_at_cihar.com>
      -
    • enhanced index creation/display feature
    • -
    • feature to use a different charset for HTML than for MySQL
    • -
    • improvements of export feature
    • -
    • various features and fixes
    • -
    • Czech language file updates
    • -
    • created current website for phpMyAdmin
    • -
    -
  • -
  • Christophe Gesché from the “MySQL Form Generator for PHPMyAdmin” -(http://sf.net/projects/phpmysqlformgen/)
      -
    • suggested the patch for multiple table printviews
    • -
    -
  • -
  • Garvin Hicking <me_at_supergarv.de>
      -
    • built the patch for vertical display of table rows
    • -
    • built the Javascript based Query window + SQL history
    • -
    • Improvement of column/db comments
    • -
    • (MIME)-Transformations for columns
    • -
    • Use custom alias names for Databases in left frame
    • -
    • hierarchical/nested table display
    • -
    • PDF-scratchboard for WYSIWYG- -distribution of PDF relations
    • -
    • new icon sets
    • -
    • vertical display of column properties page
    • -
    • some bugfixes, features, support, German language additions
    • -
    -
  • -
  • Yukihiro Kawada <kawada_at_den.fujifilm.co.jp>
      -
    • japanese kanji encoding conversion feature
    • -
    -
  • -
  • Piotr Roszatycki <d3xter_at_users.sourceforge.net> and Dan Wilson
      -
    • the Cookie authentication mode
    • -
    -
  • -
  • Axel Sander <n8falke_at_users.sourceforge.net>
      -
    • table relation-links feature
    • -
    -
  • -
  • Maxime Delorme <delorme.maxime_at_free.fr> -
  • -
  • Olof Edlund <olof.edlund_at_upright.se>
      -
    • SQL validator server
    • -
    -
  • -
  • Ivan R. Lanin <ivanlanin_at_users.sourceforge.net>
      -
    • phpMyAdmin logo (until June 2004)
    • -
    -
  • -
  • Mike Cochrane <mike_at_graftonhall.co.nz>
      -
    • blowfish library from the Horde project (withdrawn in release 4.0)
    • -
    -
  • -
  • Marcel Tschopp <ne0x_at_users.sourceforge.net>
      -
    • mysqli support
    • -
    • many bugfixes and improvements
    • -
    -
  • -
  • Nicola Asuni (Tecnick.com) -
  • -
  • Michael Keck <mkkeck_at_users.sourceforge.net>
      -
    • redesign for 2.6.0
    • -
    • phpMyAdmin sailboat logo (June 2004)
    • -
    -
  • -
  • Mathias Landhäußer
      -
    • Representation at conferences
    • -
    -
  • -
  • Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
      -
    • interface improvements
    • -
    • various bugfixes
    • -
    -
  • -
  • Ivan A Kirillov
      -
    • new relations Designer
    • -
    -
  • -
  • Raj Kissu Rajandran (Google Summer of Code 2008)
      -
    • BLOBstreaming support (withdrawn in release 4.0)
    • -
    -
  • -
  • Piotr Przybylski (Google Summer of Code 2008, 2010 and 2011)
      -
    • improved setup script
    • -
    • user preferences
    • -
    • Drizzle support
    • -
    -
  • -
  • Derek Schaefer (Google Summer of Code 2009)
      -
    • Improved the import system
    • -
    -
  • -
  • Alexander Rutkowski (Google Summer of Code 2009)
      -
    • Tracking mechanism
    • -
    -
  • -
  • Zahra Naeem (Google Summer of Code 2009)
      -
    • Synchronization feature (removed in release 4.0)
    • -
    -
  • -
  • Tomáš Srnka (Google Summer of Code 2009)
      -
    • Replication support
    • -
    -
  • -
  • Muhammad Adnan (Google Summer of Code 2010)
      -
    • Relation schema export to multiple formats
    • -
    -
  • -
  • Lori Lee (Google Summer of Code 2010)
      -
    • User interface improvements
    • -
    • ENUM/SET editor
    • -
    • Simplified interface for export/import
    • -
    -
  • -
  • Ninad Pundalik (Google Summer of Code 2010)
      -
    • AJAXifying the interface
    • -
    -
  • -
  • Martynas Mickevičius (Google Summer of Code 2010)
      -
    • Charts
    • -
    -
  • -
  • Barrie Leslie
      -
    • BLOBstreaming support with PBMS PHP extension (withdrawn in release -4.0)
    • -
    -
  • -
  • Ankit Gupta (Google Summer of Code 2010)
      -
    • Visual query builder
    • -
    -
  • -
  • Madhura Jayaratne (Google Summer of Code 2011)
      -
    • OpenGIS support
    • -
    -
  • -
  • Ammar Yasir (Google Summer of Code 2011)
      -
    • Zoom search
    • -
    -
  • -
  • Aris Feryanto (Google Summer of Code 2011)
      -
    • Browse-mode improvements
    • -
    -
  • -
  • Thilanka Kaushalya (Google Summer of Code 2011)
      -
    • AJAXification
    • -
    -
  • -
  • Tyron Madlener (Google Summer of Code 2011)
      -
    • Query statistics and charts for the status page
    • -
    -
  • -
  • Zarubin Stas (Google Summer of Code 2011)
      -
    • Automated testing
    • -
    -
  • -
  • Rouslan Placella (Google Summer of Code 2011 and 2012)
      -
    • Improved support for Stored Routines, Triggers and Events
    • -
    • Italian translation updates
    • -
    • Removal of frames, new navigation
    • -
    -
  • -
  • Dieter Adriaenssens
      -
    • Various bugfixes
    • -
    • Dutch translation updates
    • -
    -
  • -
  • Alex Marin (Google Summer of Code 2012)
      -
    • New plugins and properties system
    • -
    -
  • -
  • Thilina Buddika Abeyrathna (Google Summer of Code 2012)
      -
    • Refactoring
    • -
    -
  • -
  • Atul Pratap Singh (Google Summer of Code 2012)
      -
    • Refactoring
    • -
    -
  • -
  • Chanaka Indrajith (Google Summer of Code 2012)
      -
    • Refactoring
    • -
    -
  • -
  • Yasitha Pandithawatta (Google Summer of Code 2012)
      -
    • Automated testing
    • -
    -
  • -
  • Jim Wigginton (phpseclib.sourceforge.net)
      -
    • phpseclib
    • -
    -
  • -
  • Bin Zu (Google Summer of Code 2013)
      -
    • Refactoring
    • -
    -
  • -
  • Supun Nakandala (Google Summer of Code 2013)
      -
    • Refactoring
    • -
    -
  • -
  • Mohamed Ashraf (Google Summer of Code 2013)
      -
    • AJAX error reporting
    • -
    -
  • -
  • Adam Kang (Google Summer of Code 2013)
      -
    • Automated testing
    • -
    -
  • -
  • Ayush Chaudhary (Google Summer of Code 2013)
      -
    • Automated testing
    • -
    -
  • -
  • Kasun Chathuranga (Google Summer of Code 2013)
      -
    • Interface improvements
    • -
    -
  • -
  • Hugues Peccatte
      -
    • Load/save query by example (database search bookmarks)
    • -
    -
  • -
  • Smita Kumari (Google Summer of Code 2014)
      -
    • Central list of columns
    • -
    • Improve table structure (normalization)
    • -
    -
  • -
  • Ashutosh Dhundhara (Google Summer of Code 2014)
      -
    • Interface improvements
    • -
    -
  • -
  • Dhananjay Nakrani (Google Summer of Code 2014)
      -
    • PHP error reporting
    • -
    -
  • -
  • Edward Cheng (Google Summer of Code 2014)
      -
    • SQL Query Console
    • -
    -
  • -
  • Kankanamge Bimal Yashodha (Google Summer of Code 2014)
      -
    • Refactoring: Designer/schema integration
    • -
    -
  • -
  • Chirayu Chiripal (Google Summer of Code 2014)
      -
    • Custom field handlers (Input based MIME transformations)
    • -
    • Export with table/column name changes
    • -
    -
  • -
-

And also to the following people who have contributed minor changes, -enhancements, bugfixes or support for a new language since version -2.1.0:

-

Bora Alioglu, Ricardo ?, Sven-Erik Andersen, Alessandro Astarita, -Péter Bakondy, Borges Botelho, Olivier Bussier, Neil Darlow, Mats -Engstrom, Ian Davidson, Laurent Dhima, Kristof Hamann, Thomas Kläger, -Lubos Klokner, Martin Marconcini, Girish Nair, David Nordenberg, -Andreas Pauley, Bernard M. Piller, Laurent Haas, “Sakamoto”, Yuval -Sarna, www.securereality.com.au, Alexis Soulard, Alvar Soome, Siu Sun, -Peter Svec, Michael Tacelosky, Rachim Tamsjadi, Kositer Uros, Luís V., -Martijn W. van der Lee, Algis Vainauskas, Daniel Villanueva, Vinay, -Ignacio Vazquez-Abrams, Chee Wai, Jakub Wilk, Thomas Michael -Winningham, Vilius Zigmantas, “Manuzhai”.

-
-
-

Translators

-

Following people have contributed to translation of phpMyAdmin:

-
    -
  • Arabic
      -
    • Abdullah Al-Saedi <abdullah.10_at_windowslive.com>
    • -
    -
  • -
  • Bulgarian
      -
    • stoyanster <stoyanster_at_gmail.com>
    • -
    -
  • -
  • Catalan
      -
    • Xavier Navarro <xvnavarro_at_gmail.com>
    • -
    -
  • -
  • Czech
      -
    • Michal Čihař <michal_at_cihar.com>
    • -
    -
  • -
  • Danish
      -
    • opensource <opensource_at_jth.net>
    • -
    • Jørgen Thomsen <opensource_at_jth.net>
    • -
    -
  • -
  • German
      -
    • mrbendig <mrbendig_at_mrbendig.com>
    • -
    • torsten.funck <torsten.funck_at_googlemail.com>
    • -
    • Sven Strickroth <email_at_cs-ware.de>
    • -
    • typo3 <typo3_at_dirk-weise.de>
    • -
    • Jo Michael <me_at_mynetx.net>
    • -
    -
  • -
  • Greek
      -
    • Panagiotis Papazoglou <papaz_p_at_yahoo.com>
    • -
    -
  • -
  • English (United Kingdom)
      -
    • Robert Readman <robert_readman_at_hotmail.com>
    • -
    -
  • -
  • Spanish
      -
    • Matías Bellone <matiasbellone_at_gmail.com>
    • -
    -
  • -
  • French
      -
    • Marc Delisle <marc_at_infomarc.info>
    • -
    -
  • -
  • Hindi
      -
    • u4663530 <u4663530_at_anu.edu.au>
    • -
    • rsedwardian <rsedwardian_at_gmail.com>
    • -
    -
  • -
  • Hungarian
      -
    • gergo314 <gergo314_at_gmail.com>
    • -
    -
  • -
  • Italian
      -
    • Rouslan Placella <rouslan_at_placella.com>
    • -
    -
  • -
  • Japanese
      -
    • Yuichiro <yuichiro_at_pop07.odn.ne.jp>
    • -
    -
  • -
  • Lithuanian
      -
    • Kęstutis <forkik_at_gmail.com>
    • -
    -
  • -
  • Norwegian Bokmål
      -
    • Sven-Erik Andersen <sven.erik.andersen_at_gmail.com>
    • -
    -
  • -
  • Dutch
      -
    • Dieter Adriaenssens <ruleant_at_users.sourceforge.net>
    • -
    • Herman van Rink <rink_at_initfour.nl>
    • -
    -
  • -
  • Polish
      -
    • Stanisław Krukowski <stankruk_at_neostrada.pl>
    • -
    • Marcin Kozioł <lord_dark_at_wp.pl>
    • -
    -
  • -
  • Portuguese
      -
    • JoaoTMDias <contacto_at_joaodias.me>
    • -
    -
  • -
  • Portuguese (Brazil)
      -
    • wiltave <wiltave_at_gmail.com>
    • -
    • emerson4br <emerson4br_at_gmail.com>
    • -
    -
  • -
  • Romanian
      -
    • alexukf <alex.ukf_at_gmail.com>
    • -
    -
  • -
  • Russian
      -
    • Victor Volkov <hanut_at_php-myadmin.ru>
    • -
    -
  • -
  • Sinhala
      -
    • Madhura Jayaratne <madhura.cj_at_gmail.com>
    • -
    -
  • -
  • Slovak
      -
    • Martin Lacina <martin_at_whistler.sk>
    • -
    -
  • -
  • Slovenian
      -
    • Domen <dbc334_at_gmail.com>
    • -
    -
  • -
  • Swedish
      -
    • stefan <stefan_at_inkopsforum.se>
    • -
    -
  • -
  • Tamil
      -
    • ysajeepan <ysajeepan_at_live.com>
    • -
    -
  • -
  • Telugu
      -
    • veeven <veeven_at_gmail.com>
    • -
    -
  • -
  • Thai
      -
    • kanitchet <kanichet_at_hotmail.com>
    • -
    -
  • -
  • Turkish
      -
    • Burak Yavuz <hitowerdigit_at_hotmail.com>
    • -
    -
  • -
  • Uighur
      -
    • gheni <gheni_at_yahoo.cn>
    • -
    -
  • -
  • Ukrainian
      -
    • typim <duke3d_at_ukr.net>
    • -
    • oleg-ilnytskyi <ukraine.oleg_at_gmail.com>
    • -
    -
  • -
  • Urdu
      -
    • Mehbooob Khan <mehboobbugti_at_gmail.com>
    • -
    -
  • -
  • Simplified Chinese
      -
    • shanyan baishui <Siramizu_at_gmail.com>
    • -
    -
  • -
  • Traditional Chinese
      -
    • star <star_at_origin.club.tw>
    • -
    -
  • -
-
-
-

Documentation translators

-

Following people have contributed to translation of phpMyAdmin documentation:

-
    -
  • Czech
      -
    • Michal Čihař <michal_at_cihar.com>
    • -
    -
  • -
  • Greek
      -
    • Panagiotis Papazoglou <papaz_p_at_yahoo.com>
    • -
    -
  • -
  • English (United Kingdom)
      -
    • Robert Readman <robert_readman_at_hotmail.com>
    • -
    -
  • -
  • French
      -
    • Cédric Corazza <cedric.corazza_at_wanadoo.fr>
    • -
    -
  • -
  • Japanese
      -
    • Yuichiro Takahashi <yuichiro_at_pop07.odn.ne.jp>
    • -
    -
  • -
  • Polish
      -
    • Stanisław Krukowski <stankruk_at_neostrada.pl>
    • -
    -
  • -
  • Portuguese (Brazil)
      -
    • mjaning <mjaning_at_gmail.com>
    • -
    -
  • -
  • Slovenian
      -
    • Domen <dbc334_at_gmail.com>
    • -
    -
  • -
-
-
-

Original Credits of Version 2.1.0

-

This work is based on Peter Kuppelwieser’s MySQL-Webadmin. It was his -idea to create a web-based interface to MySQL using PHP3. Although I -have not used any of his source-code, there are some concepts I’ve -borrowed from him. phpMyAdmin was created because Peter told me he -wasn’t going to further develop his (great) tool.

-

Thanks go to

-
    -
  • Amalesh Kempf <ak-lsml_at_living-source.com> who contributed the -code for the check when dropping a table or database. He also -suggested that you should be able to specify the primary key on -tbl_create.php3. To version 1.1.1 he contributed the ldi_*.php3-set -(Import text-files) as well as a bug-report. Plus many smaller -improvements.
  • -
  • Jan Legenhausen <jan_at_nrw.net>: He made many of the changes that -were introduced in 1.3.0 (including quite significant ones like the -authentication). For 1.4.1 he enhanced the table-dump feature. Plus -bug-fixes and help.
  • -
  • Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca> made phpMyAdmin -language-independent by outsourcing the strings to a separate file. He -also contributed the French translation.
  • -
  • Alexandr Bravo <abravo_at_hq.admiral.ru> who contributed -tbl_select.php3, a feature to display only some columns from a table.
  • -
  • Chris Jackson <chrisj_at_ctel.net> added support for MySQL functions -in tbl_change.php3. He also added the “Query by Example” feature in -2.0.
  • -
  • Dave Walton <walton_at_nordicdms.com> added support for multiple -servers and is a regular contributor for bug-fixes.
  • -
  • Gabriel Ash <ga244_at_is8.nyu.edu> contributed the random access -features for 2.0.6.
  • -
-

The following people have contributed minor changes, enhancements, -bugfixes or support for a new language:

-

Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas -Kleemann, Alexander Leidinger, Kiko Albiol, Daniel C. Chao, Pavel -Piankov, Sascha Kettler, Joe Pruett, Renato Lins, Mark Kronsbein, -Jannis Hermanns, G. Wieggers.

-

And thanks to everyone else who sent me email with suggestions, bug- -reports and or just some feedback.

-
-
- - -
-
-
-
-
-

Table Of Contents

- - -

Previous topic

-

Copyright

-

Next topic

-

Glossary

-

This Page

- - - -
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/developers.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/developers.html deleted file mode 100644 index ce34ca5d..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/developers.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - Developers Information — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - - -
-
-
-
- -
-

Developers Information

-

phpMyAdmin is Open Source, so you’re invited to contribute to it. Many -great features have been written by other people and you too can help -to make phpMyAdmin a useful tool.

-

You can check out all the possibilities to contribute in the -contribute section on our website.

-
- - -
-
-
-
-
-

Previous topic

-

FAQ - Frequently Asked Questions

-

Next topic

-

Distributing and packaging phpMyAdmin

-

This Page

- - - -
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/faq.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/faq.html deleted file mode 100644 index 5d7ab2d7..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/faq.html +++ /dev/null @@ -1,1861 +0,0 @@ - - - - - - - - FAQ - Frequently Asked Questions — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - - -
-
-
-
- -
-

FAQ - Frequently Asked Questions

-

Please have a look at our Link section on the official -phpMyAdmin homepage for in-depth coverage of phpMyAdmin’s features and -or interface.

-
-

Server

-
-

1.1 My server is crashing each time a specific action is required or phpMyAdmin sends a blank page or a page full of cryptic characters to my browser, what can I do?

-

Try to set the $cfg['OBGzip'] directive to false in your -config.inc.php file and the zlib.output_compression directive to -Off in your php configuration file.

-
-
-

1.2 My Apache server crashes when using phpMyAdmin.

-

You should first try the latest versions of Apache (and possibly MySQL). If -your server keeps crashing, please ask for help in the various Apache support -groups.

- -
-
-

1.3 (withdrawn).

-
-
-

1.4 Using phpMyAdmin on IIS, I’m displayed the error message: “The specified CGI application misbehaved by not returning a complete set of HTTP headers ...”.

-

You just forgot to read the install.txt file from the PHP -distribution. Have a look at the last message in this PHP bug report #12061 from the official PHP bug -database.

-
-
-

1.5 Using phpMyAdmin on IIS, I’m facing crashes and/or many error messages with the HTTP.

-

This is a known problem with the PHP ISAPI filter: it’s not so stable. -Please use instead the cookie authentication mode.

-
-
-

1.6 I can’t use phpMyAdmin on PWS: nothing is displayed!

-

This seems to be a PWS bug. Filippo Simoncini found a workaround (at -this time there is no better fix): remove or comment the DOCTYPE -declarations (2 lines) from the scripts libraries/Header.class.php -and index.php.

-
-
-

1.7 How can I GZip a dump or a CSV export? It does not seem to work.

-

This feature is based on the gzencode() -PHP function to be more independent of the platform (Unix/Windows, -Safe Mode or not, and so on). So, you must have Zlib support -(--with-zlib).

-
-
-

1.8 I cannot insert a text file in a table, and I get an error about safe mode being in effect.

-

Your uploaded file is saved by PHP in the “upload dir”, as defined in -php.ini by the variable upload_tmp_dir (usually the system -default is /tmp). We recommend the following setup for Apache -servers running in safe mode, to enable uploads of files while being -reasonably secure:

-
    -
  • create a separate directory for uploads: mkdir /tmp/php
  • -
  • give ownership to the Apache server’s user.group: chown -apache.apache /tmp/php
  • -
  • give proper permission: chmod 600 /tmp/php
  • -
  • put upload_tmp_dir = /tmp/php in php.ini
  • -
  • restart Apache
  • -
-
-
-

1.9 (withdrawn).

-
-
-

1.10 I’m having troubles when uploading files with phpMyAdmin running on a secure server. My browser is Internet Explorer and I’m using the Apache server.

-

As suggested by “Rob M” in the phpWizard forum, add this line to your -httpd.conf:

-
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
-
-
-

It seems to clear up many problems between Internet Explorer and SSL.

-
-
-

1.11 I get an ‘open_basedir restriction’ while uploading a file from the query box.

-

Since version 2.2.4, phpMyAdmin supports servers with open_basedir -restrictions. However you need to create temporary directory and configure it -as $cfg['TempDir']. The uploaded files will be moved there, -and after execution of your SQL commands, removed.

-
-
-

1.12 I have lost my MySQL root password, what can I do?

-

The MySQL manual explains how to reset the permissions.

-
-
-

1.13 (withdrawn).

-
-
-

1.14 (withdrawn).

-
-
-

1.15 I have problems with mysql.user column names.

-

In previous MySQL versions, the User and Password``columns were -named ``user and password. Please modify your column names to -align with current standards.

-
-
-

1.16 I cannot upload big dump files (memory, HTTP or timeout problems).

-

Starting with version 2.7.0, the import engine has been re–written and -these problems should not occur. If possible, upgrade your phpMyAdmin -to the latest version to take advantage of the new import features.

-

The first things to check (or ask your host provider to check) are the -values of upload_max_filesize, memory_limit and -post_max_size in the php.ini configuration file. All of these -three settings limit the maximum size of data that can be submitted -and handled by PHP. One user also said that post_max_size and -memory_limit need to be larger than upload_max_filesize. -There exist several workarounds if your upload is too big or your -hosting provider is unwilling to change the settings:

-
    -
  • Look at the $cfg['UploadDir'] feature. This allows one to upload a file to the server -via scp, ftp, or your favorite file transfer method. PhpMyAdmin is -then able to import the files from the temporary directory. More -information is available in the Configuration of this document.

    -
  • -
  • Using a utility (such as BigDump) to split the files before -uploading. We cannot support this or any third party applications, but -are aware of users having success with it.

    -
  • -
  • If you have shell (command line) access, use MySQL to import the files -directly. You can do this by issuing the “source” command from within -MySQL:

    -
    source filename.sql;
    -
    -
    -
  • -
-
-
-

1.17 Which Database versions does phpMyAdmin support?

-

For MySQL, versions 5.5 and newer are supported. -For older MySQL versions, our Downloads page offers older phpMyAdmin versions -(which may have become unsupported).

-

For MariaDB, versions 5.5 and newer are supported.

-

For Drizzle, versions 7.1 and newer are supported.

-
-
-

1.17a I cannot connect to the MySQL server. It always returns the error message, “Client does not support authentication protocol requested by server; consider upgrading MySQL client”

-

You tried to access MySQL with an old MySQL client library. The -version of your MySQL client library can be checked in your phpinfo() -output. In general, it should have at least the same minor version as -your server - as mentioned in 1.17 Which Database versions does phpMyAdmin support?. This problem is -generally caused by using MySQL version 4.1 or newer. MySQL changed -the authentication hash and your PHP is trying to use the old method. -The proper solution is to use the mysqli extension with the proper client library to match -your MySQL installation. More -information (and several workarounds) are located in the MySQL -Documentation.

-
-
-

1.18 (withdrawn).

-
-
-

1.19 I can’t run the “display relations” feature because the script seems not to know the font face I’m using!

-

The TCPDF library we’re using for this feature requires some special -files to use font faces. Please refers to the TCPDF manual to build these files.

-
-
-

1.20 I receive an error about missing mysqli and mysql extensions.

-

To connect to a MySQL server, PHP needs a set of MySQL functions -called “MySQL extension”. This extension may be part of the PHP -distribution (compiled-in), otherwise it needs to be loaded -dynamically. Its name is probably mysqli.so or php_mysqli.dll. -phpMyAdmin tried to load the extension but failed. Usually, the -problem is solved by installing a software package called “PHP-MySQL” -or something similar.

-

There are currently two interfaces PHP provides as MySQL extensions - mysql -and mysqli. The mysqli is tried first, because it’s the best one.

-
- -
-

1.22 I don’t see the “Location of text file” field, so I cannot upload.

-

This is most likely because in php.ini, your file_uploads -parameter is not set to “on”.

-
-
-

1.23 I’m running MySQL on a Win32 machine. Each time I create a new table the table and column names are changed to lowercase!

-

This happens because the MySQL directive lower_case_table_names -defaults to 1 (ON) in the Win32 version of MySQL. You can change -this behavior by simply changing the directive to 0 (OFF): Just -edit your my.ini file that should be located in your Windows -directory and add the following line to the group [mysqld]:

-
set-variable = lower_case_table_names=0
-
-
-

Next, save the file and restart the MySQL service. You can always -check the value of this directive using the query

-
SHOW VARIABLES LIKE 'lower_case_table_names';
-
-
-
-
-

1.24 (withdrawn).

-
-
-

1.25 I am running Apache with mod_gzip-1.3.26.1a on Windows XP, and I get problems, such as undefined variables when I run a SQL query.

-

A tip from Jose Fandos: put a comment on the following two lines in -httpd.conf, like this:

-
# mod_gzip_item_include file \.php$
-# mod_gzip_item_include mime "application/x-httpd-php.*"
-
-
-

as this version of mod_gzip on Apache (Windows) has problems handling -PHP scripts. Of course you have to restart Apache.

-
-
-

1.26 I just installed phpMyAdmin in my document root of IIS but I get the error “No input file specified” when trying to run phpMyAdmin.

-

This is a permission problem. Right-click on the phpmyadmin folder and -choose properties. Under the tab Security, click on “Add” and select -the user “IUSR_machine” from the list. Now set his permissions and it -should work.

-
-
-

1.27 I get empty page when I want to view huge page (eg. db_structure.php with plenty of tables).

-

This was caused by a PHP bug that occur when -GZIP output buffering is enabled. If you turn off it (by -$cfg['OBGzip'] in config.inc.php), it should work. -This bug will has been fixed in PHP 5.0.0.

-
-
-

1.28 My MySQL server sometimes refuses queries and returns the message ‘Errorcode: 13’. What does this mean?

-

This can happen due to a MySQL bug when having database / table names -with upper case characters although lower_case_table_names is -set to 1. To fix this, turn off this directive, convert all database -and table names to lower case and turn it on again. Alternatively, -there’s a bug-fix available starting with MySQL 3.23.56 / -4.0.11-gamma.

-
-
-

1.29 When I create a table or modify a column, I get an error and the columns are duplicated.

-

It is possible to configure Apache in such a way that PHP has problems -interpreting .php files.

-

The problems occur when two different (and conflicting) set of -directives are used:

-
SetOutputFilter PHP
-SetInputFilter PHP
-
-
-

and

-
AddType application/x-httpd-php .php
-
-
-

In the case we saw, one set of directives was in -/etc/httpd/conf/httpd.conf, while the other set was in -/etc/httpd/conf/addon-modules/php.conf. The recommended way is -with AddType, so just comment out the first set of lines and -restart Apache:

-
#SetOutputFilter PHP
-#SetInputFilter PHP
-
-
-
-
-

1.30 I get the error “navigation.php: Missing hash”.

-

This problem is known to happen when the server is running Turck -MMCache but upgrading MMCache to version 2.3.21 solves the problem.

-
-
-

1.31 Does phpMyAdmin support PHP 5?

-

Yes.

-

Since release 4.1 phpMyAdmin supports only PHP 5.3 and newer. For PHP 5.2 you -can use 4.0.x releases.

-
-
-

1.32 Can I use HTTP authentication with IIS?

-

Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in -ISAPI mode under IIS 5.1.

-
    -
  1. In your php.ini file, set cgi.rfc2616_headers = 0
  2. -
  3. In Web Site Properties -> File/Directory Security -> Anonymous -Access dialog box, check the Anonymous access checkbox and -uncheck any other checkboxes (i.e. uncheck Basic authentication, -Integrated Windows authentication, and Digest if it’s -enabled.) Click OK.
  4. -
  5. In Custom Errors, select the range of 401;1 through 401;5 -and click the Set to Default button.
  6. -
-
-

See also

-

RFC 2616

-
-
-
-

1.33 (withdrawn).

-
-
-

1.34 Can I access directly to database or table pages?

-

Yes. Out of the box, you can use URL like -http://server/phpMyAdmin/index.php?server=X&db=database&table=table&target=script. -For server you use the server number -which refers to the order of the server paragraph in -config.inc.php. Table and script parts are optional. If you want -http://server/phpMyAdmin/database[/table][/script] URL, you need to do some configuration. Following -lines apply only for Apache web server. -First make sure, that you have enabled some features within global -configuration. You need Options FollowSymLinks and AllowOverride -FileInfo enabled for directory where phpMyAdmin is installed and you -need mod_rewrite to be enabled. Then you just need to create -following .htaccess file in root folder of phpMyAdmin installation (don’t -forget to change directory name inside of it):

-
RewriteEngine On
-RewriteBase /path_to_phpMyAdmin
-RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/([a-z_]+\.php)$ index.php?db=$1&table=$2&target=$3 [R]
-RewriteRule ^([a-zA-Z0-9_]+)/([a-z_]+\.php)$ index.php?db=$1&target=$2 [R]
-RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)$ index.php?db=$1&table=$2 [R]
-RewriteRule ^([a-zA-Z0-9_]+)$ index.php?db=$1 [R]
-
-
-
-
-

1.35 Can I use HTTP authentication with Apache CGI?

-

Yes. However you need to pass authentication variable to CGI using -following rewrite rule:

-
RewriteEngine On
-RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
-
-
-
-
-

1.36 I get an error “500 Internal Server Error”.

-

There can be many explanations to this and a look at your server’s -error log file might give a clue.

-
- -
-

1.38 Can I use phpMyAdmin on a server on which Suhosin is enabled?

-

Yes but the default configuration values of Suhosin are known to cause -problems with some operations, for example editing a table with many -columns and no primary key or with textual primary key.

-

Suhosin configuration might lead to malfunction in some cases and it -can not be fully avoided as phpMyAdmin is kind of application which -needs to transfer big amounts of columns in single HTTP request, what -is something what Suhosin tries to prevent. Generally all -suhosin.request.*, suhosin.post.* and suhosin.get.* -directives can have negative effect on phpMyAdmin usability. You can -always find in your error logs which limit did cause dropping of -variable, so you can diagnose the problem and adjust matching -configuration variable.

-

The default values for most Suhosin configuration options will work in -most scenarios, however you might want to adjust at least following -parameters:

- -

You can also disable the warning using the $cfg['SuhosinDisableWarning'].

-
-
-

1.39 When I try to connect via https, I can log in, but then my connection is redirected back to http. What can cause this behavior?

-

Be sure that you have enabled SSLOptions and StdEnvVars in -your Apache configuration.

- -
- -
-

1.41 When I view a database and ask to see its privileges, I get an error about an unknown column.

-

The MySQL server’s privilege tables are not up to date, you need to -run the mysql_upgrade command on the server.

-
-
-

1.42 How can I prevent robots from accessing phpMyAdmin?

-

You can add various rules to .htaccess to filter access based on user agent -field. This is quite easy to circumvent, but could prevent at least -some robots accessing your installation.

-
RewriteEngine on
-
-# Allow only GET and POST verbs
-RewriteCond %{REQUEST_METHOD} !^(GET|POST)$ [NC,OR]
-
-# Ban Typical Vulnerability Scanners and others
-# Kick out Script Kiddies
-RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget).* [NC,OR]
-RewriteCond %{HTTP_USER_AGENT} ^.*(libwww-perl|curl|wget|python|nikto|wkito|pikto|scan|acunetix).* [NC,OR]
-RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner).* [NC,OR]
-
-# Ban Search Engines, Crawlers to your administrative panel
-# No reasons to access from bots
-# Ultimately Better than the useless robots.txt
-# Did google respect robots.txt?
-# Try google: intitle:phpMyAdmin intext:"Welcome to phpMyAdmin *.*.*" intext:"Log in" -wiki -forum -forums -questions intext:"Cookies must be enabled"
-RewriteCond %{HTTP_USER_AGENT} ^.*(AdsBot-Google|ia_archiver|Scooter|Ask.Jeeves|Baiduspider|Exabot|FAST.Enterprise.Crawler|FAST-WebCrawler|www\.neomo\.de|Gigabot|Mediapartners-Google|Google.Desktop|Feedfetcher-Google|Googlebot|heise-IT-Markt-Crawler|heritrix|ibm.com\cs/crawler|ICCrawler|ichiro|MJ12bot|MetagerBot|msnbot-NewsBlogs|msnbot|msnbot-media|NG-Search|lucene.apache.org|NutchCVS|OmniExplorer_Bot|online.link.validator|psbot0|Seekbot|Sensis.Web.Crawler|SEO.search.Crawler|Seoma.\[SEO.Crawler\]|SEOsearch|Snappy|www.urltrends.com|www.tkl.iis.u-tokyo.ac.jp/~crawler|SynooBot|crawleradmin.t-info@telekom.de|TurnitinBot|voyager|W3.SiteSearch.Crawler|W3C-checklink|W3C_Validator|www.WISEnutbot.com|yacybot|Yahoo-MMCrawler|Yahoo\!.DE.Slurp|Yahoo\!.Slurp|YahooSeeker).* [NC]
-RewriteRule .* - [F]
-
-
-
-
-

1.43 Why can’t I display the structure of my table containing hundreds of columns?

-

Because your PHP’s memory_limit is too low; adjust it in php.ini.

-
-
-
-

Configuration

-
-

2.1 The error message “Warning: Cannot add header information - headers already sent by ...” is displayed, what’s the problem?

-

Edit your config.inc.php file and ensure there is nothing (I.E. no -blank lines, no spaces, no characters...) neither before the <?php tag at -the beginning, neither after the ?> tag at the end. We also got a report -from a user under IIS, that used a zipped distribution kit: the file -libraries/Config.class.php contained an end-of-line character (hex 0A) -at the end; removing this character cleared his errors.

-
-
-

2.2 phpMyAdmin can’t connect to MySQL. What’s wrong?

-

Either there is an error with your PHP setup or your username/password -is wrong. Try to make a small script which uses mysql_connect and see -if it works. If it doesn’t, it may be you haven’t even compiled MySQL -support into PHP.

-
-
-

2.3 The error message “Warning: MySQL Connection Failed: Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’ (111) ...” is displayed. What can I do?

-

For RedHat users, Harald Legner suggests this on the mailing list:

-

On my RedHat-Box the socket of MySQL is /var/lib/mysql/mysql.sock. -In your php.ini you will find a line

-
mysql.default_socket = /tmp/mysql.sock
-
-
-

change it to

-
mysql.default_socket = /var/lib/mysql/mysql.sock
-
-
-

Then restart apache and it will work.

-

Here is a fix suggested by Brad Ummer:

-
    -
  • First, you need to determine what socket is being used by MySQL. To do -this, telnet to your server and go to the MySQL bin directory. In this -directory there should be a file named mysqladmin. Type -./mysqladmin variables, and this should give you a bunch of info -about your MySQL server, including the socket (/tmp/mysql.sock, for -example).
  • -
  • Then, you need to tell PHP to use this socket. To do this in -phpMyAdmin, you need to complete the socket information in the -config.inc.php. For example: -$cfg['Servers'][$i]['socket'] Please also make sure that -the permissions of this file allow to be readable by your webserver (i.e. -‘0755’).
  • -
-

Have also a look at the corresponding section of the MySQL -documentation.

-
-
-

2.4 Nothing is displayed by my browser when I try to run phpMyAdmin, what can I do?

-

Try to set the $cfg['OBGzip'] directive to false in the phpMyAdmin configuration -file. It helps sometime. Also have a look at your PHP version number: -if it contains “b” or “alpha” it means you’re running a testing -version of PHP. That’s not a so good idea, please upgrade to a plain -revision.

-
- -
-

2.6 I get an “Access denied for user: 'root@localhost‘ (Using password: YES)”-error when trying to access a MySQL-Server on a host which is port-forwarded for my localhost.

-

When you are using a port on your localhost, which you redirect via -port-forwarding to another host, MySQL is not resolving the localhost -as expected. Erik Wasser explains: The solution is: if your host is -“localhost” MySQL (the command line tool mysql as well) always -tries to use the socket connection for speeding up things. And that -doesn’t work in this configuration with port forwarding. If you enter -“127.0.0.1” as hostname, everything is right and MySQL uses the -TCP connection.

-
-
-

2.7 Using and creating themes

-

Themes are configured with $cfg['ThemePath'], -$cfg['ThemeManager'] and $cfg['ThemeDefault']. -Under $cfg['ThemePath'], you should not delete the -directory pmahomme or its underlying structure, because this is the -system theme used by phpMyAdmin. pmahomme contains all images and -styles, for backwards compatibility and for all themes that would not -include images or css-files. If $cfg['ThemeManager'] -is enabled, you can select your favorite theme on the main page. Your selected -theme will be stored in a cookie.

-

To create a theme:

-
    -
  • make a new subdirectory (for example “your_theme_name”) under $cfg['ThemePath'] (by -default themes)
  • -
  • copy the files and directories from pmahomme to “your_theme_name”
  • -
  • edit the css-files in “your_theme_name/css”
  • -
  • put your new images in “your_theme_name/img”
  • -
  • edit layout.inc.php in “your_theme_name”
  • -
  • edit info.inc.php in “your_theme_name” to contain your chosen -theme name, that will be visible in user interface
  • -
  • make a new screenshot of your theme and save it under -“your_theme_name/screen.png”
  • -
-

In theme directory there is file info.inc.php which contains theme -verbose name, theme generation and theme version. These versions and -generations are enumerated from 1 and do not have any direct -dependence on phpMyAdmin version. Themes within same generation should -be backwards compatible - theme with version 2 should work in -phpMyAdmin requiring version 1. Themes with different generation are -incompatible.

-

If you do not want to use your own symbols and buttons, remove the -directory “img” in “your_theme_name”. phpMyAdmin will use the -default icons and buttons (from the system-theme pmahomme).

-
-
-

2.8 I get “Missing parameters” errors, what can I do?

-

Here are a few points to check:

-
    -
  • In config.inc.php, try to leave the $cfg['PmaAbsoluteUri'] directive empty. See also -4.7 Authentication window is displayed more than once, why?.
  • -
  • Maybe you have a broken PHP installation or you need to upgrade your -Zend Optimizer. See <http://bugs.php.net/bug.php?id=31134>.
  • -
  • If you are using Hardened PHP with the ini directive -varfilter.max_request_variables set to the default (200) or -another low value, you could get this error if your table has a high -number of columns. Adjust this setting accordingly. (Thanks to Klaus -Dorninger for the hint).
  • -
  • In the php.ini directive arg_separator.input, a value of ”;” -will cause this error. Replace it with “&;”.
  • -
  • If you are using Hardened-PHP, you -might want to increase request limits.
  • -
  • The directory specified in the php.ini directive -session.save_path does not exist or is read-only.
  • -
-
-
-

2.9 Seeing an upload progress bar

-

To be able to see a progress bar during your uploads, your server must -have the APC extension, the -uploadprogress one, or -you must be running PHP 5.4.0 or higher. Moreover, the JSON extension -has to be enabled in your PHP.

-

If using APC, you must set apc.rfc1867 to on in your php.ini.

-

If using PHP 5.4.0 or higher, you must set -session.upload_progress.enabled to 1 in your php.ini. However, -starting from phpMyAdmin version 4.0.4, session-based upload progress has -been temporarily deactivated due to its problematic behavior.

-
-

See also

-

RFC 1867

-
-
-
-
-

Known limitations

-
-

3.1 When using HTTP authentication, a user who logged out can not log in again in with the same nick.

-

This is related to the authentication mechanism (protocol) used by -phpMyAdmin. To bypass this problem: just close all the opened browser -windows and then go back to phpMyAdmin. You should be able to log in -again.

-
-
-

3.2 When dumping a large table in compressed mode, I get a memory limit error or a time limit error.

-

Compressed dumps are built in memory and because of this are limited -to php’s memory limit. For GZip/BZip2 exports this can be overcome -since 2.5.4 using $cfg['CompressOnFly'] (enabled by default). -Zip exports can not be handled this way, so if you need Zip files for larger -dump, you have to use another way.

-
-
-

3.3 With InnoDB tables, I lose foreign key relationships when I rename a table or a column.

-

This is an InnoDB bug, see <http://bugs.mysql.com/bug.php?id=21704>.

-
-
-

3.4 I am unable to import dumps I created with the mysqldump tool bundled with the MySQL server distribution.

-

The problem is that older versions of mysqldump created invalid -comments like this:

-
-- MySQL dump 8.22
---
--- Host: localhost Database: database
----------------------------------------------------------
--- Server version 3.23.54
-
-
-

The invalid part of the code is the horizontal line made of dashes -that appears once in every dump created with mysqldump. If you want to -run your dump you have to turn it into valid MySQL. This means, you -have to add a whitespace after the first two dashes of the line or add -a # before it: -- ------------------------------------------------------- or -#---------------------------------------------------------

-
-
-

3.5 When using nested folders, multiple hierarchies are displayed in a wrong manner.

-

Please note that you should not use the separating string multiple -times without any characters between them, or at the beginning/end of -your table name. If you have to, think about using another -TableSeparator or disabling that feature.

- -
-
-

3.6 (withdrawn).

-
-
-

3.7 I have table with many (100+) columns and when I try to browse table I get series of errors like “Warning: unable to parse url”. How can this be fixed?

-

Your table neither have a primary key nor an unique one, so we must -use a long expression to identify this row. This causes problems to -parse_url function. The workaround is to create a primary or unique -key.

-
-
-

3.8 I cannot use (clickable) HTML-forms in columns where I put a MIME-Transformation onto!

-

Due to a surrounding form-container (for multi-row delete checkboxes), -no nested forms can be put inside the table where phpMyAdmin displays -the results. You can, however, use any form inside of a table if keep -the parent form-container with the target to tbl_row_delete.php and -just put your own input-elements inside. If you use a custom submit -input field, the form will submit itself to the displaying page again, -where you can validate the $HTTP_POST_VARS in a transformation. For -a tutorial on how to effectively use transformations, see our Link -section on the -official phpMyAdmin-homepage.

-
-
-

3.9 I get error messages when using “–sql_mode=ANSI” for the MySQL server.

-

When MySQL is running in ANSI-compatibility mode, there are some major -differences in how SQL is structured (see -<http://dev.mysql.com/doc/mysql/en/ansi-mode.html>). Most important of all, the -quote-character (”) is interpreted as an identifier quote character and not as -a string quote character, which makes many internal phpMyAdmin operations into -invalid SQL statements. There is no -workaround to this behaviour. News to this item will be posted in Bug report -#1013.

-
-
-

3.10 Homonyms and no primary key: When the results of a SELECT display more that one column with the same value (for example SELECT lastname from employees where firstname like 'A%' and two “Smith” values are displayed), if I click Edit I cannot be sure that I am editing the intended row.

-

Please make sure that your table has a primary key, so that phpMyAdmin -can use it for the Edit and Delete links.

-
-
-

3.11 The number of rows for InnoDB tables is not correct.

-

phpMyAdmin uses a quick method to get the row count, and this method only -returns an approximate count in the case of InnoDB tables. See -$cfg['MaxExactCount'] for a way to modify those results, but -this could have a serious impact on performance. -However, one can easily replace the approximate row count with exact count by -simply clicking on the approximate count. This can also be done for all tables -at once by clicking on the rows sum displayed at the bottom.

-
-
-

3.12 (withdrawn).

-
-
-

3.13 I get an error when entering USE followed by a db name containing an hyphen.

-

The tests I have made with MySQL 5.1.49 shows that the API does not -accept this syntax for the USE command.

-
-
-

3.14 I am not able to browse a table when I don’t have the right to SELECT one of the columns.

-

This has been a known limitation of phpMyAdmin since the beginning and -it’s not likely to be solved in the future.

-
-
-

3.15 (withdrawn).

-
-
-

3.16 (withdrawn).

-
-
-

3.17 (withdrawn).

-
-
-

3.18 When I import a CSV file that contains multiple tables, they are lumped together into a single table.

-

There is no reliable way to differentiate tables in CSV format. For the -time being, you will have to break apart CSV files containing multiple -tables.

-
-
-

3.19 When I import a file and have phpMyAdmin determine the appropriate data structure it only uses int, decimal, and varchar types.

-

Currently, the import type-detection system can only assign these -MySQL types to columns. In future, more will likely be added but for -the time being you will have to edit the structure to your liking -post-import. Also, you should note the fact that phpMyAdmin will use -the size of the largest item in any given column as the column size -for the appropriate type. If you know you will be adding larger items -to that column then you should manually adjust the column sizes -accordingly. This is done for the sake of efficiency.

-
-
-

3.20 After upgrading, some bookmarks are gone or their content cannot be shown.

-

At some point, the character set used to store bookmark content has changed. -It’s better to recreate your bookmark from the newer phpMyAdmin version.

-
-
-
-

ISPs, multi-user installations

-
-

4.1 I’m an ISP. Can I setup one central copy of phpMyAdmin or do I need to install it for each customer?

-

Since version 2.0.3, you can setup a central copy of phpMyAdmin for all your -users. The development of this feature was kindly sponsored by NetCologne GmbH. -This requires a properly setup MySQL user management and phpMyAdmin -HTTP or cookie authentication.

- -
-
-

4.2 What’s the preferred way of making phpMyAdmin secure against evil access?

-

This depends on your system. If you’re running a server which cannot be -accessed by other people, it’s sufficient to use the directory protection -bundled with your webserver (with Apache you can use .htaccess files, -for example). If other people have telnet access to your server, you should use -phpMyAdmin’s HTTP or cookie authentication features.

-

Suggestions:

-
    -
  • Your config.inc.php file should be chmod 660.
  • -
  • All your phpMyAdmin files should be chown -R phpmy.apache, where phpmy -is a user whose password is only known to you, and apache is the group -under which Apache runs.
  • -
  • Follow security recommendations for PHP and your webserver.
  • -
-
-
-

4.3 I get errors about not being able to include a file in /lang or in /libraries.

-

Check php.ini, or ask your sysadmin to check it. The -include_path must contain ”.” somewhere in it, and -open_basedir, if used, must contain ”.” and ”./lang” to allow -normal operation of phpMyAdmin.

-
-
-

4.4 phpMyAdmin always gives “Access denied” when using HTTP authentication.

-

This could happen for several reasons:

- -
-
-

4.5 Is it possible to let users create their own databases?

-

Starting with 2.2.5, in the user management page, you can enter a -wildcard database name for a user (for example “joe%”), and put the -privileges you want. For example, adding SELECT, INSERT, UPDATE, -DELETE, CREATE, DROP, INDEX, ALTER would let a user create/manage -his/her database(s).

-
-
-

4.6 How can I use the Host-based authentication additions?

-

If you have existing rules from an old .htaccess file, you can take them and -add a username between the 'deny'/'allow' and 'from' -strings. Using the username wildcard of '%' would be a major -benefit here if your installation is suited to using it. Then you can -just add those updated lines into the -$cfg['Servers'][$i]['AllowDeny']['rules'] array.

-

If you want a pre-made sample, you can try this fragment. It stops the -‘root’ user from logging in from any networks other than the private -network IP blocks.

-
//block root from logging in except from the private networks
-$cfg['Servers'][$i]['AllowDeny']['order'] = 'deny,allow';
-$cfg['Servers'][$i]['AllowDeny']['rules'] = array(
-    'deny root from all',
-    'allow root from localhost',
-    'allow root from 10.0.0.0/8',
-    'allow root from 192.168.0.0/16',
-    'allow root from 172.16.0.0/12',
-);
-
-
-
-
-

4.7 Authentication window is displayed more than once, why?

-

This happens if you are using a URL to start phpMyAdmin which is -different than the one set in your $cfg['PmaAbsoluteUri']. For -example, a missing “www”, or entering with an IP address while a domain -name is defined in the config file.

-
-
-

4.8 Which parameters can I use in the URL that starts phpMyAdmin?

-

When starting phpMyAdmin, you can use the db, pma_username, -pma_password and server parameters. This last one can contain -either the numeric host index (from $i of the configuration file) -or one of the host names present in the configuration file. Using -pma_username and pma_password has been tested along with the -usage of ‘cookie’ auth_type.

-
-
-
-

Browsers or client OS

-
-

5.1 I get an out of memory error, and my controls are non-functional, when trying to create a table with more than 14 columns.

-

We could reproduce this problem only under Win98/98SE. Testing under -WinNT4 or Win2K, we could easily create more than 60 columns. A -workaround is to create a smaller number of columns, then come back to -your table properties and add the other columns.

-
-
-

5.2 With Xitami 2.5b4, phpMyAdmin won’t process form fields.

-

This is not a phpMyAdmin problem but a Xitami known bug: you’ll face -it with each script/website that use forms. Upgrade or downgrade your -Xitami server.

-
-
-

5.3 I have problems dumping tables with Konqueror (phpMyAdmin 2.2.2).

-

With Konqueror 2.1.1: plain dumps, zip and GZip dumps work ok, except -that the proposed file name for the dump is always ‘tbl_dump.php’. -Bzip2 dumps don’t seem to work. With Konqueror 2.2.1: plain dumps -work; zip dumps are placed into the user’s temporary directory, so -they must be moved before closing Konqueror, or else they disappear. -GZip dumps give an error message. Testing needs to be done for -Konqueror 2.2.2.

-
- -
-

5.5 In Internet Explorer 5.0, I get JavaScript errors when browsing my rows.

-

Upgrade to at least Internet Explorer 5.5 SP2.

-
-
-

5.6 In Internet Explorer 5.0, 5.5 or 6.0, I get an error (like “Page not found”) when trying to modify a row in a table with many columns, or with a text column.

-

Your table neither have a primary key nor an unique one, so we must use a long -URL to identify this row. There is a limit on the length of the -URL in those browsers, and this not happen in Netscape, for example. -The workaround is to create a primary or unique key, or use another browser.

-
-
-

5.7 I refresh (reload) my browser, and come back to the welcome page.

-

Some browsers support right-clicking into the frame you want to -refresh, just do this in the right frame.

-
-
-

5.8 With Mozilla 0.9.7 I have problems sending a query modified in the query box.

-

Looks like a Mozilla bug: 0.9.6 was OK. We will keep an eye on future -Mozilla versions.

-
-
-

5.9 With Mozilla 0.9.? to 1.0 and Netscape 7.0-PR1 I can’t type a whitespace in the SQL-Query edit area: the page scrolls down.

-

This is a Mozilla bug (see bug #26882 at BugZilla).

-
-
-

5.10 With Netscape 4.75 I get empty rows between each row of data in a CSV exported file.

-

This is a known Netscape 4.75 bug: it adds some line feeds when -exporting data in octet-stream mode. Since we can’t detect the -specific Netscape version, we cannot workaround this bug.

-
-
-

5.11 Extended-ASCII characters like German umlauts are displayed wrong.

-

Please ensure that you have set your browser’s character set to the -one of the language file you have selected on phpMyAdmin’s start page. -Alternatively, you can try the auto detection mode that is supported -by the recent versions of the most browsers.

-
-
-

5.12 Mac OS X Safari browser changes special characters to ”?”.

-

This issue has been reported by a Mac OS X user, who adds that Chimera, -Netscape and Mozilla do not have this problem.

-
-
-

5.13 With Internet Explorer 5.5 or 6, and HTTP authentication type, I cannot manage two servers: I log in to the first one, then the other one, but if I switch back to the first, I have to log in on each operation.

-

This is a bug in Internet Explorer, other browsers do not behave this -way.

-
-
-

5.14 Using Opera6, I can manage to get to the authentication, but nothing happens after that, only a blank screen.

-

Please upgrade to Opera7 at least.

-
-
-

5.15 I have display problems with Safari.

-

Please upgrade to at least version 1.2.3.

-
-
-

5.16 With Internet Explorer, I get “Access is denied” Javascript errors. Or I cannot make phpMyAdmin work under Windows.

-

Please check the following points:

-
    -
  • Maybe you have defined your $cfg['PmaAbsoluteUri'] setting in -config.inc.php to an IP address and you are starting phpMyAdmin -with a URL containing a domain name, or the reverse situation.
  • -
  • Security settings in IE and/or Microsoft Security Center are too high, -thus blocking scripts execution.
  • -
  • The Windows Firewall is blocking Apache and MySQL. You must allow -HTTP ports (80 or 443) and MySQL -port (usually 3306) in the “in” and “out” directions.
  • -
-
-
-

5.17 With Firefox, I cannot delete rows of data or drop a database.

-

Many users have confirmed that the Tabbrowser Extensions plugin they -installed in their Firefox is causing the problem.

-
-
-

5.18 With Konqueror 4.2.x an invalid LIMIT clause is generated when I browse a table.

-

This happens only when both of these conditions are met: using the -http authentication mode and register_globals being set to -On on the server. It seems to be a browser-specific problem; -meanwhile use the cookie authentication mode.

-
-
-

5.19 I get JavaScript errors in my browser.

-

Issues have been reported with some combinations of browser -extensions. To troubleshoot, disable all extensions then clear your -browser cache to see if the problem goes away.

-
-
-
-

Using phpMyAdmin

-
-

6.1 I can’t insert new rows into a table / I can’t create a table - MySQL brings up a SQL error.

-

Examine the SQL error with care. -Often the problem is caused by specifying a wrong column-type. Common -errors include:

-
    -
  • Using VARCHAR without a size argument
  • -
  • Using TEXT or BLOB with a size argument
  • -
-

Also, look at the syntax chapter in the MySQL manual to confirm that -your syntax is correct.

-
-
-

6.2 When I create a table, I set an index for two columns and phpMyAdmin generates only one index with those two columns.

-

This is the way to create a multi-columns index. If you want two -indexes, create the first one when creating the table, save, then -display the table properties and click the Index link to create the -other index.

-
-
-

6.3 How can I insert a null value into my table?

-

Since version 2.2.3, you have a checkbox for each column that can be -null. Before 2.2.3, you had to enter “null”, without the quotes, as -the column’s value. Since version 2.5.5, you have to use the checkbox -to get a real NULL value, so if you enter “NULL” this means you want a -literal NULL in the column, and not a NULL value (this works in PHP4).

-
-
-

6.4 How can I backup my database or table?

-

Click on a database or table name in the navigation panel, the properties will -be displayed. Then on the menu, click “Export”, you can dump the structure, the -data, or both. This will generate standard SQL statements that can be -used to recreate your database/table. You will need to choose “Save as file”, -so that phpMyAdmin can transmit the resulting dump to your station. Depending -on your PHP configuration, you will see options to compress the dump. See also -the $cfg['ExecTimeLimit'] configuration variable. For -additional help on this subject, look for the word “dump” in this document.

-
-
-

6.5 How can I restore (upload) my database or table using a dump? How can I run a ”.sql” file?

-

Click on a database name in the navigation panel, the properties will -be displayed. Select “Import” from the list of tabs in the right–hand -frame (or “SQL” if your phpMyAdmin -version is previous to 2.7.0). In the “Location of the text file” -section, type in the path to your dump filename, or use the Browse -button. Then click Go. With version 2.7.0, the import engine has been -re–written, if possible it is suggested that you upgrade to take -advantage of the new features. For additional help on this subject, -look for the word “upload” in this document.

-
-
-

6.6 How can I use the relation table in Query-by-example?

-

Here is an example with the tables persons, towns and countries, all -located in the database “mydb”. If you don’t have a pma__relation -table, create it as explained in the configuration section. Then -create the example tables:

-
CREATE TABLE REL_countries (
-country_code char(1) NOT NULL default '',
-description varchar(10) NOT NULL default '',
-PRIMARY KEY (country_code)
-) TYPE=MyISAM;
-
-INSERT INTO REL_countries VALUES ('C', 'Canada');
-
-CREATE TABLE REL_persons (
-id tinyint(4) NOT NULL auto_increment,
-person_name varchar(32) NOT NULL default '',
-town_code varchar(5) default '0',
-country_code char(1) NOT NULL default '',
-PRIMARY KEY (id)
-) TYPE=MyISAM;
-
-INSERT INTO REL_persons VALUES (11, 'Marc', 'S', '');
-INSERT INTO REL_persons VALUES (15, 'Paul', 'S', 'C');
-
-CREATE TABLE REL_towns (
-town_code varchar(5) NOT NULL default '0',
-description varchar(30) NOT NULL default '',
-PRIMARY KEY (town_code)
-) TYPE=MyISAM;
-
-INSERT INTO REL_towns VALUES ('S', 'Sherbrooke');
-INSERT INTO REL_towns VALUES ('M', 'Montréal');
-
-
-

To setup appropriate links and display information:

-
    -
  • on table “REL_persons” click Structure, then Relation view
  • -
  • for “town_code”, choose from dropdowns, “mydb”, “REL_towns”, “code” -for foreign database, table and column respectively
  • -
  • for “country_code”, choose from dropdowns, “mydb”, “REL_countries”, -“country_code” for foreign database, table and column respectively
  • -
  • on table “REL_towns” click Structure, then Relation view
  • -
  • in “Choose column to display”, choose “description”
  • -
  • repeat the two previous steps for table “REL_countries”
  • -
-

Then test like this:

-
    -
  • Click on your db name in the navigation panel
  • -
  • Choose “Query”
  • -
  • Use tables: persons, towns, countries
  • -
  • Click “Update query”
  • -
  • In the columns row, choose persons.person_name and click the “Show” -tickbox
  • -
  • Do the same for towns.description and countries.descriptions in the -other 2 columns
  • -
  • Click “Update query” and you will see in the query box that the -correct joins have been generated
  • -
  • Click “Submit query”
  • -
-
-
-

6.7 How can I use the “display column” feature?

-

Starting from the previous example, create the pma__table_info as -explained in the configuration section, then browse your persons -table, and move the mouse over a town code or country code. See also -6.21 In edit/insert mode, how can I see a list of possible values for a column, based on some foreign table? for an additional feature that “display column” -enables: drop-down list of possible values.

-
-
-

6.8 How can I produce a PDF schema of my database?

-

First the configuration variables “relation”, “table_coords” and -“pdf_pages” have to be filled in. Then you need to think about your -schema layout. Which tables will go on which pages?

-
    -
  • Select your database in the navigation panel.
  • -
  • Choose “Operations” in the navigation bar at the top.
  • -
  • Choose “Edit PDF Pages” near the -bottom of the page.
  • -
  • Enter a name for the first PDF page -and click Go. If you like, you can use the “automatic layout,” which -will put all your linked tables onto the new page.
  • -
  • Select the name of the new page (making sure the Edit radio button is -selected) and click Go.
  • -
  • Select a table from the list, enter its coordinates and click Save. -Coordinates are relative; your diagram will be automatically scaled to -fit the page. When initially placing tables on the page, just pick any -coordinates – say, 50x50. After clicking Save, you can then use the -6.28 How can I easily edit relational schema for export? to position the element correctly.
  • -
  • When you’d like to look at your PDF, first be sure to click the Save -button beneath the list of tables and coordinates, to save any changes you -made there. Then scroll all the way down, select the PDF options you -want, and click Go.
  • -
  • Internet Explorer for Windows may suggest an incorrect filename when -you try to save a generated PDF. -When saving a generated PDF, be -sure that the filename ends in ”.pdf”, for example “schema.pdf”. -Browsers on other operating systems, and other browsers on Windows, do -not have this problem.
  • -
-
-
-

6.9 phpMyAdmin is changing the type of one of my columns!

-

No, it’s MySQL that is doing silent column type changing.

-
-
-

6.10 When creating a privilege, what happens with underscores in the database name?

-

If you do not put a backslash before the underscore, this is a -wildcard grant, and the underscore means “any character”. So, if the -database name is “john_db”, the user would get rights to john1db, -john2db ... If you put a backslash before the underscore, it means -that the database name will have a real underscore.

-
-
-

6.11 What is the curious symbol ø in the statistics pages?

-

It means “average”.

-
-
-

6.12 I want to understand some Export options.

-

Structure:

-
    -
  • “Add DROP TABLE” will add a line telling MySQL to drop the table, if it already -exists during the import. It does NOT drop the table after your -export, it only affects the import file.
  • -
  • “If Not Exists” will only create the table if it doesn’t exist. -Otherwise, you may get an error if the table name exists but has a -different structure.
  • -
  • “Add AUTO_INCREMENT value” ensures that AUTO_INCREMENT value (if -any) will be included in backup.
  • -
  • “Enclose table and column names with backquotes” ensures that column -and table names formed with special characters are protected.
  • -
  • “Add into comments” includes column comments, relations, and MIME -types set in the pmadb in the dump as SQL comments -(/* xxx */).
  • -
-

Data:

-
    -
  • “Complete inserts” adds the column names on every INSERT command, for -better documentation (but resulting file is bigger).
  • -
  • “Extended inserts” provides a shorter dump file by using only once the -INSERT verb and the table name.
  • -
  • “Delayed inserts” are best explained in the MySQL manual - INSERT DELAYED Syntax.
  • -
  • “Ignore inserts” treats errors as a warning instead. Again, more info -is provided in the MySQL manual - INSERT Syntax, but basically with -this selected, invalid values are adjusted and inserted rather than -causing the entire statement to fail.
  • -
-
-
-

6.13 I would like to create a database with a dot in its name.

-

This is a bad idea, because in MySQL the syntax “database.table” is -the normal way to reference a database and table name. Worse, MySQL -will usually let you create a database with a dot, but then you cannot -work with it, nor delete it.

-
-
-

6.14 (withdrawn).

-
-
-

6.15 I want to add a BLOB column and put an index on it, but MySQL says “BLOB column ‘...’ used in key specification without a key length”.

-

The right way to do this, is to create the column without any indexes, -then display the table structure and use the “Create an index” dialog. -On this page, you will be able to choose your BLOB column, and set a -size to the index, which is the condition to create an index on a BLOB -column.

-
-
-

6.16 How can I simply move in page with plenty editing fields?

-

You can use Ctrl+arrows (Option+Arrows in Safari) for moving on -most pages with many editing fields (table structure changes, row editing, -etc.).

-
-
-

6.17 Transformations: I can’t enter my own mimetype! WTF is this feature then useful for?

-

Slow down :). Defining mimetypes is of no use, if you can’t put -transformations on them. Otherwise you could just put a comment on the -column. Because entering your own mimetype will cause serious syntax -checking issues and validation, this introduces a high-risk false- -user-input situation. Instead you have to initialize mimetypes using -functions or empty mimetype definitions.

-

Plus, you have a whole overview of available mimetypes. Who knows all those -mimetypes by heart so he/she can enter it at will?

-
-
-

6.18 Bookmarks: Where can I store bookmarks? Why can’t I see any bookmarks below the query box? What is this variable for?

-

Any query you have executed can be stored as a bookmark on the page -where the results are displayed. You will find a button labeled -‘Bookmark this query’ just at the end of the page. As soon as you have -stored a bookmark, it is related to the database you run the query on. -You can now access a bookmark dropdown on each page, the query box -appears on for that database.

-

You can also have, inside the query, a placeholder for a variable. -This is done by inserting into the query a SQL comment between /* and -*/. Inside the comment, the special string [VARIABLE] is used. -Be aware that the whole query minus the SQL comment must be -valid by itself, otherwise you won’t be able to store it as a bookmark.

-

When you execute the bookmark, everything typed into the value -input box on the query box page will replace the string /*[VARIABLE]*/ in -your stored query.

-

Also remember, that everything else inside the /*[VARIABLE]*/ string for -your query will remain the way it is, but will be stripped of the /**/ -chars. So you can use:

-
/*, [VARIABLE] AS myname */
-
-
-

which will be expanded to

-
, VARIABLE as myname
-
-
-

in your query, where VARIABLE is the string you entered in the input box. If an -empty string is provided, no replacements are made.

-

A more complex example. Say you have stored -this query:

-
SELECT Name, Address FROM addresses WHERE 1 /* AND Name LIKE '%[VARIABLE]%' */
-
-
-

Say, you now enter “phpMyAdmin” as the variable for the stored query, the full -query will be:

-
SELECT Name, Address FROM addresses WHERE 1 AND Name LIKE '%phpMyAdmin%'
-
-
-

You can use multiple occurrences of /*[VARIABLE]*/ in a single query -(that is, multiple occurrences of the same variable).

-

NOTE THE ABSENCE OF SPACES inside the /**/ construct. Any spaces -inserted there will be later also inserted as spaces in your query and may lead -to unexpected results especially when using the variable expansion inside of a -“LIKE ‘’” expression.

-

Your initial query which is going to be stored as a bookmark has to yield at -least one result row so you can store the bookmark. You may have that to work -around using well positioned /**/ comments.

-
-
-

6.19 How can I create simple LATEX document to include exported table?

-

You can simply include table in your LATEX documents, -minimal sample document should look like following one (assuming you -have table exported in file table.tex):

-
\documentclass{article} % or any class you want
-\usepackage{longtable}  % for displaying table
-\begin{document}        % start of document
-\include{table}         % including exported table
-\end{document}          % end of document
-
-
-
-
-

6.20 I see a lot of databases which are not mine, and cannot access them.

-

You have one of these global privileges: CREATE TEMPORARY TABLES, SHOW -DATABASES, LOCK TABLES. Those privileges also enable users to see all the -database names. So if your users do not need those privileges, you can remove -them and their databases list will shorten.

- -
-
-

6.21 In edit/insert mode, how can I see a list of possible values for a column, based on some foreign table?

-

You have to setup appropriate links between the tables, and also setup -the “display column” in the foreign table. See 6.6 How can I use the relation table in Query-by-example? for an -example. Then, if there are 100 values or less in the foreign table, a -drop-down list of values will be available. You will see two lists of -values, the first list containing the key and the display column, the -second list containing the display column and the key. The reason for -this is to be able to type the first letter of either the key or the -display column. For 100 values or more, a distinct window will appear, -to browse foreign key values and choose one. To change the default -limit of 100, see $cfg['ForeignKeyMaxLimit'].

-
-
-

6.22 Bookmarks: Can I execute a default bookmark automatically when entering Browse mode for a table?

-

Yes. If a bookmark has the same label as a table name and it’s not a -public bookmark, it will be executed.

-
-
-

6.23 Export: I heard phpMyAdmin can export Microsoft Excel files?

-

You can use CSV for Microsoft Excel, -which works out of the box.

-
-

Changed in version 3.4.5: Since phpMyAdmin 3.4.5 support for direct export to Microsoft Excel version -97 and newer was dropped.

-
-
-
-

6.24 Now that phpMyAdmin supports native MySQL 4.1.x column comments, what happens to my column comments stored in pmadb?

-

Automatic migration of a table’s pmadb-style column comments to the -native ones is done whenever you enter Structure page for this table.

-
-
-

6.25 (withdrawn).

-
-
-

6.26 How can I select a range of rows?

-

Click the first row of the range, hold the shift key and click the -last row of the range. This works everywhere you see rows, for example -in Browse mode or on the Structure page.

-
-
-

6.27 What format strings can I use?

-

In all places where phpMyAdmin accepts format strings, you can use -@VARIABLE@ expansion and strftime -format strings. The expanded variables depend on a context (for -example, if you haven’t chosen a table, you can not get the table -name), but the following variables can be used:

-
-
@HTTP_HOST@
-
HTTP host that runs phpMyAdmin
-
@SERVER@
-
MySQL server name
-
@VERBOSE@
-
Verbose MySQL server name as defined in $cfg['Servers'][$i]['verbose']
-
@VSERVER@
-
Verbose MySQL server name if set, otherwise normal
-
@DATABASE@
-
Currently opened database
-
@TABLE@
-
Currently opened table
-
@COLUMNS@
-
Columns of the currently opened table
-
@PHPMYADMIN@
-
phpMyAdmin with version
-
-
-
-

6.28 How can I easily edit relational schema for export?

-

By clicking on the button ‘toggle scratchboard’ on the page where you -edit x/y coordinates of those elements you can activate a scratchboard -where all your elements are placed. By clicking on an element, you can -move them around in the pre-defined area and the x/y coordinates will -get updated dynamically. Likewise, when entering a new position -directly into the input field, the new position in the scratchboard -changes after your cursor leaves the input field.

-

You have to click on the ‘OK’-button below the tables to save the new -positions. If you want to place a new element, first add it to the -table of elements and then you can drag the new element around.

-

By changing the paper size and the orientation you can change the size -of the scratchboard as well. You can do so by just changing the -dropdown field below, and the scratchboard will resize automatically, -without interfering with the current placement of the elements.

-

If ever an element gets out of range you can either enlarge the paper -size or click on the ‘reset’ button to place all elements below each -other.

-
-
-

6.29 Why can’t I get a chart from my query result table?

-

Not every table can be put to the chart. Only tables with one, two or -three columns can be visualised as a chart. Moreover the table must be -in a special format for chart script to understand it. Currently -supported formats can be found in the wiki.

-
-
-

6.30 Import: How can I import ESRI Shapefiles?

-

An ESRI Shapefile is actually a set of several files, where .shp file -contains geometry data and .dbf file contains data related to those -geometry data. To read data from .dbf file you need to have PHP -compiled with the dBase extension (–enable-dbase). Otherwise only -geometry data will be imported.

-

To upload these set of files you can use either of the following -methods:

-

Configure upload directory with $cfg['UploadDir'], upload both .shp and .dbf files with -the same filename and chose the .shp file from the import page.

-

Create a Zip archive with .shp and .dbf files and import it. For this -to work, you need to set $cfg['TempDir'] to a place where the web server user can -write (for example './tmp').

-

To create the temporary directory on a UNIX-based system, you can do:

-
cd phpMyAdmin
-mkdir tmp
-chmod o+rwx tmp
-
-
-
-
-

6.31 How do I create a relation in designer?

-

To select relation, click: The display column is shown in pink. To -set/unset a column as the display column, click the “Choose column to -display” icon, then click on the appropriate column name.

-
-
-

6.32 How can I use the zoom search feature?

-

The Zoom search feature is an alternative to table search feature. It allows -you to explore a table by representing its data in a scatter plot. You can -locate this feature by selecting a table and clicking the Search -tab. One of the sub-tabs in the Table Search page is -Zoom Search.

-

Consider the table REL_persons in 6.6 How can I use the relation table in Query-by-example? for -an example. To use zoom search, two columns need to be selected, for -example, id and town_code. The id values will be represented on one -axis and town_code values on the other axis. Each row will be -represented as a point in a scatter plot based on its id and -town_code. You can include two additional search criteria apart from -the two fields to display.

-

You can choose which field should be -displayed as label for each point. If a display column has been set -for the table (see 6.7 How can I use the “display column” feature?), it is taken as the label unless -you specify otherwise. You can also select the maximum number of rows -you want to be displayed in the plot by specifing it in the ‘Max rows -to plot’ field. Once you have decided over your criteria, click ‘Go’ -to display the plot.

-

After the plot is generated, you can use the -mousewheel to zoom in and out of the plot. In addition, panning -feature is enabled to navigate through the plot. You can zoom-in to a -certain level of detail and use panning to locate your area of -interest. Clicking on a point opens a dialogue box, displaying field -values of the data row represented by the point. You can edit the -values if required and click on submit to issue an update query. Basic -instructions on how to use can be viewed by clicking the ‘How to use?’ -link located just above the plot.

-
-
-

6.33 When browsing a table, how can I copy a column name?

-

Selecting the name of the column within the browse table header cell -for copying is difficult, as the columns support reordering by -dragging the header cells as well as sorting by clicking on the linked -column name. To copy a column name, double-click on the empty area -next to the column name, when the tooltip tells you to do so. This -will show you an input box with the column name. You may right-click -the column name within this input box to copy it to your clipboard.

-
-
-

6.34 How can I use the Favorite Tables feature?

-

Favorite Tables feature is very much similar to Recent Tables feature. -It allows you to add a shortcut for the frequently used tables of any -database in the navigation panel . You can easily navigate to any table -in the list by simply choosing it from the list. These tables are stored -in your browser’s local storage if you have not configured your -phpMyAdmin Configuration Storage. Otherwise these entries are stored in -phpMyAdmin Configuration Storage.

-

IMPORTANT: In absence of phpMyAdmin Configuration Storage, your Favorite -tables may be different in different browsers based on your different -selections in them.

-

To add a table to Favorite list simply click on the Gray star in front -of a table name in the list of tables of a Database and wait until it -turns to Yellow. -To remove a table from list, simply click on the Yellow star and -wait until it turns Gray again.

-

Using $cfg['NumFavoriteTables'] in your config.inc.php -file, you can define the maximum number of favorite tables shown in the -navigation panel. Its default value is 10.

-
-
-

6.35 How can I use the Range search feature?

-

With the help of range search feature, one can specify a range of values for -particular column(s) while performing search operation on a table from the Search -tab.

-

To use this feature simply click on the BETWEEN or NOT BETWEEN operators -from the operator select list in front of the column name. On choosing one of the -above options, a dialog box will show up asking for the Minimum and Maximum -value for that column. Only the specified range of values will be included -in case of BETWEEN and excluded in case of NOT BETWEEN from the final results.

-

Note: The Range search feature will work only Numeric and Date data type columns.

-
-
-

6.36 What is Central columns and How can I use this feature?

-

As the name suggests, the Central columns feature enables to maintain a central list of -columns per database to avoid similar name for the same data element and bring consistency -of data type for the same data element. You can use the central list of columns to -add an element to any table structure in that database which will save from writing -similar column name and column definition.

-

To add a column to central list, go to table structure page, check the columns you want -to include and then simply click on “Add to central columns”. If you want to add all -unique columns from more than one table from a database then go to database structure page, -check the tables you want to include and then select “Add columns to central list”.

-

To remove a column from central list, go to Table structure page, check the columns you want -to remove and then simply click on “Remove from central columns”. If you want to remove all -columns from more than one tables from a database then go to database structure page, -check the tables you want to include and then select “Remove columns from central list”.

-

To view and manage the central list, select the database you want to manage central columns -for then from the top menu click on “Central columns”. You will be taken to a page where -you will have options to edit, delete or add new columns to central list.

-
-
-

6.37 How can I use Improve Table structure feature?

-

Improve table structure feature helps to bring the table structure upto -Third Normal Form. A wizard is presented to user which asks questions about the -elements during the various steps for normalization and a new structure is proposed -accordingly to bring the table into the First/Second/Third Normal form. -On startup of the wizard, user gets to select upto what normal form they want to -normalize the table structure.

-

Here is an example table which you can use to test all of the three First, Second and -Third Normal Form.

-
CREATE TABLE `VetOffice` (
- `petName` varchar(64) NOT NULL,
- `petBreed` varchar(64) NOT NULL,
- `petType` varchar(64) NOT NULL,
- `petDOB` date NOT NULL,
- `ownerLastName` varchar(64) NOT NULL,
- `ownerFirstName` varchar(64) NOT NULL,
- `ownerPhone1` int(12) NOT NULL,
- `ownerPhone2` int(12) NOT NULL,
- `ownerEmail` varchar(64) NOT NULL,
-);
-
-
-

The above table is not in First normal Form as no primary key exists. Primary key -is supposed to be (petName,`ownerLastName`,`ownerFirstName`) . If the primary key -is chosen as suggested the resultant table won’t be in Second as well as Third Normal -form as the following dependencies exists.

-
(OwnerLastName, OwnerFirstName) -> OwnerEmail
-(OwnerLastName, OwnerFirstName) -> OwnerPhone
-PetBreed -> PetType
-
-
-

Which says, OwnerEmail depends on OwnerLastName and OwnerFirstName. -OwnerPhone depends on OwnerLastName and OwnerFirstName. -PetType depends on PetBreed.

-
-
-
-

phpMyAdmin project

-
-

7.1 I have found a bug. How do I inform developers?

-

Our Bug Tracker is located at <http://sf.net/projects/phpmyadmin/> under the -Bugs section. But please first discuss your bug with other users: -<https://www.phpmyadmin.net/support/>

-
-
-

7.2 I want to translate the messages to a new language or upgrade an existing language, where do I start?

-

Translations are very welcome and all you need to have are the -language skills. The easiest way is to use our online translation -service. You can check -out all the possibilities to translate in the translate section on -our website.

-
-
-

7.3 I would like to help out with the development of phpMyAdmin. How should I proceed?

-

We welcome every contribution to the development of phpMyAdmin. You -can check out all the possibilities to contribute in the contribute -section on our website.

- -
-
-
-

Security

-
-

8.1 Where can I get information about the security alerts issued for phpMyAdmin?

-

Please refer to <https://www.phpmyadmin.net/security/>.

-
-
-

8.2 How can I protect phpMyAdmin against brute force attacks?

-

If you use Apache web server, phpMyAdmin exports information about -authentication to the Apache environment and it can be used in Apache -logs. Currently there are two variables available:

-
-
userID
-
User name of currently active user (he does not have to be logged in).
-
userStatus
-
Status of currently active user, one of ok (user is logged in), -mysql-denied (MySQL denied user login), allow-denied (user denied -by allow/deny rules), root-denied (root is denied in configuration), -empty-denied (empty password is denied).
-
-

LogFormat directive for Apache can look like following:

-
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %{userID}n %{userStatus}n"   pma_combined
-
-
-

You can then use any log analyzing tools to detect possible break-in -attempts.

-
-
-
-

Synchronization

-
-

9.1 (withdrawn).

-
-
-

9.2 (withdrawn).

-
-
-
- - -
-
-
-
-
-

Table Of Contents

- - -

Previous topic

-

Import and export

-

Next topic

-

Developers Information

-

This Page

- - - -
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/genindex.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/genindex.html deleted file mode 100644 index 3b3206b8..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/genindex.html +++ /dev/null @@ -1,3804 +0,0 @@ - - - - - - - - - Index — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - -
-
-
-
- - -

Index

- -
- Symbols - | A - | B - | C - | D - | E - | F - | G - | H - | I - | J - | K - | L - | M - | N - | O - | P - | Q - | R - | S - | T - | U - | V - | W - | X - | Z - -
-

Symbols

- - - -
- -
$cfg['ActionLinksMode'] -
- - -
$cfg['AllowArbitraryServer'], [1], [2] -
- - -
$cfg['AllowThirdPartyFraming'] -
- - -
$cfg['AllowUserDropDatabase'] -
- - -
$cfg['ArbitraryServerRegexp'], [1] -
- - -
$cfg['AvailableCharsets'] -
- - -
$cfg['BgOne'] -
- - -
$cfg['BgTwo'] -
- - -
$cfg['blowfish_secret'], [1] -
- - -
$cfg['Border'] -
- - -
$cfg['BrowseMarkerBackground'] -
- - -
$cfg['BrowseMarkerColor'] -
- - -
$cfg['BrowseMarkerEnable'] -
- - -
$cfg['BrowseMIME'] -
- - -
$cfg['BrowsePointerBackground'] -
- - -
$cfg['BrowsePointerColor'] -
- - -
$cfg['BrowsePointerEnable'], [1], [2] -
- - -
$cfg['BZipDump'] -
- - -
$cfg['CaptchaLoginPrivateKey'], [1] -
- - -
$cfg['CaptchaLoginPublicKey'], [1] -
- - -
$cfg['CharEditing'], [1] -
- - -
$cfg['CharTextareaCols'] -
- - -
$cfg['CharTextareaRows'] -
- - -
$cfg['CheckConfigurationPermissions'] -
- - -
$cfg['CodemirrorEnable'] -
- - -
$cfg['CompressOnFly'], [1] -
- - -
$cfg['Confirm'] -
- - -
$cfg['CSPAllow'] -
- - -
$cfg['DBG'] -
- - -
$cfg['DBG']['demo'] -
- - -
$cfg['DBG']['sql'] -
- - -
$cfg['DefaultConnectionCollation'] -
- - -
$cfg['DefaultFunctions'] -
- - -
$cfg['DefaultLang'] -
- - -
$cfg['DefaultQueryDatabase'] -
- - -
$cfg['DefaultQueryTable'] -
- - -
$cfg['DefaultTabDatabase'] -
- - -
$cfg['DefaultTabServer'] -
- - -
$cfg['DefaultTabTable'] -
- - -
$cfg['DisableMultiTableMaintenance'] -
- - -
$cfg['DisplayServersList'] -
- - -
$cfg['ExecTimeLimit'], [1] -
- - -
$cfg['Export'] -
- - -
$cfg['Export']['charset'] -
- - -
$cfg['Export']['method'] -
- - -
$cfg['FilterLanguages'] -
- - -
$cfg['FirstLevelNavigationItems'] -
- - -
$cfg['FontFamily'] -
- - -
$cfg['FontFamilyFixed'] -
- - -
$cfg['ForceSSL'] -
- - -
$cfg['ForeignKeyDropdownOrder'], [1] -
- - -
$cfg['ForeignKeyMaxLimit'], [1] -
- - -
$cfg['GD2Available'] -
- - -
$cfg['GridEditing'] -
- - -
$cfg['GZipDump'] -
- - -
$cfg['HideStructureActions'] -
- - -
$cfg['IconvExtraParams'] -
- - -
$cfg['IgnoreMultiSubmitErrors'] -
- - -
$cfg['Import'] -
- - -
$cfg['Import']['charset'] -
- - -
$cfg['InitialSlidersState'] -
- - -
$cfg['InsertRows'] -
- - -
$cfg['Lang'] -
- - -
$cfg['LimitChars'] -
- - -
$cfg['LinkLengthLimit'] -
- - -
$cfg['LoginCookieDeleteAll'] -
- - -
$cfg['LoginCookieRecall'] -
- - -
$cfg['LoginCookieStore'] -
- - -
$cfg['LoginCookieValidity'], [1] -
- - -
$cfg['LoginCookieValidityDisableWarning'] -
- - -
$cfg['LongtextDoubleTextarea'] -
- - -
$cfg['MainBackground'] -
- - -
$cfg['MaxCharactersInDisplayedSQL'] -
- - -
$cfg['MaxDbList'] -
- - -
$cfg['MaxExactCount'], [1] -
- - -
$cfg['MaxExactCountViews'] -
- - -
$cfg['MaxNavigationItems'] -
- - -
$cfg['MaxRows'] -
- - -
$cfg['MaxSizeForInputField'] -
- - -
$cfg['MaxTableList'] -
- - -
$cfg['MemoryLimit'] -
- - -
$cfg['MinSizeForInputField'] -
- - -
$cfg['NaturalOrder'] -
- - -
$cfg['NaviBackground'] -
- - -
$cfg['NavigationDisplayLogo'] -
- - -
$cfg['NavigationDisplayServers'] -
- - -
$cfg['NavigationLinkWithMainPanel'] -
- - -
$cfg['NavigationLogoLink'] -
- - -
$cfg['NavigationLogoLinkWindow'] -
- - -
$cfg['NavigationTreeDbSeparator'], [1] -
- - -
$cfg['NavigationTreeDefaultTabTable'], [1] -
- - -
$cfg['NavigationTreeDefaultTabTable2'] -
- - -
$cfg['NavigationTreeDisplayDbFilterMinimum'] -
- - -
$cfg['NavigationTreeDisplayItemFilterMinimum'] -
- - -
$cfg['NavigationTreeEnableExpansion'] -
- - -
$cfg['NavigationTreeEnableGrouping'] -
- - -
$cfg['NavigationTreePointerEnable'] -
- - -
$cfg['NavigationTreeTableLevel'] -
- - -
$cfg['NavigationTreeTableSeparator'], [1] -
- - -
$cfg['NaviPointerBackground'] -
- - -
$cfg['NaviPointerColor'] -
- - -
$cfg['NaviWidth'] -
- - -
$cfg['NumFavoriteTables'] -
- - -
$cfg['NumRecentTables'], [1] -
- - -
$cfg['OBGzip'], [1], [2], [3] -
- - -
$cfg['Order'] -
- - -
$cfg['PDFDefaultPageSize'] -
- - -
$cfg['PDFPageSizes'], [1] -
- - -
$cfg['PersistentConnections'] -
- - -
$cfg['PmaAbsoluteUri'], [1], [2], [3], [4], [5], [6] -
- - -
$cfg['PmaNoRelation_DisableWarning'] -
- - -
$cfg['PropertiesNumColumns'] -
- - -
$cfg['ProtectBinary'] -
- - -
$cfg['ProxyPass'] -
- - -
$cfg['ProxyUrl'] -
- - -
$cfg['ProxyUser'] -
- - -
$cfg['QueryHistoryDB'], [1], [2] -
- - -
$cfg['QueryHistoryMax'], [1], [2] -
- - -
$cfg['RecodingEngine'] -
- - -
$cfg['RelationalDisplay'] -
- -
- -
$cfg['RememberSorting'], [1] -
- - -
$cfg['RepeatCells'] -
- - -
$cfg['ReservedWordDisableWarning'] -
- - -
$cfg['RetainQueryBox'] -
- - -
$cfg['RowActionLinks'] -
- - -
$cfg['RowActionType'] -
- - -
$cfg['SaveCellsAtOnce'] -
- - -
$cfg['SaveDir'] -
- - -
$cfg['SendErrorReports'] -
- - -
$cfg['ServerDefault'], [1], [2] -
- - -
$cfg['ServerLibraryDifference_DisableWarning'] -
- - -
$cfg['Servers'], [1], [2], [3] -
- - -
$cfg['Servers'][$i]['AllowDeny']['order'], [1], [2] -
- - -
$cfg['Servers'][$i]['AllowDeny']['rules'], [1], [2], [3], [4], [5] -
- - -
$cfg['Servers'][$i]['AllowNoPassword'] -
- - -
$cfg['Servers'][$i]['AllowRoot'] -
- - -
$cfg['Servers'][$i]['auth_http_realm'] -
- - -
$cfg['Servers'][$i]['auth_swekey_config'], [1] -
- - -
$cfg['Servers'][$i]['auth_type'], [1], [2] -
- - -
$cfg['Servers'][$i]['bookmarktable'], [1] -
- - -
$cfg['Servers'][$i]['central_columns'], [1] -
- - -
$cfg['Servers'][$i]['column_comments'] -
- - -
$cfg['Servers'][$i]['column_info'], [1], [2] -
- - -
$cfg['Servers'][$i]['compress'] -
- - -
$cfg['Servers'][$i]['connect_type'] -
- - -
$cfg['Servers'][$i]['controlhost'] -
- - -
$cfg['Servers'][$i]['controlpass'], [1], [2] -
- - -
$cfg['Servers'][$i]['controlport'] -
- - -
$cfg['Servers'][$i]['controluser'], [1], [2], [3] -
- - -
$cfg['Servers'][$i]['DisableIS'] -
- - -
$cfg['Servers'][$i]['hide_db'] -
- - -
$cfg['Servers'][$i]['history'], [1], [2] -
- - -
$cfg['Servers'][$i]['host'], [1], [2], [3], [4] -
- - -
$cfg['Servers'][$i]['LogoutURL'] -
- - -
$cfg['Servers'][$i]['MaxTableUiprefs'] -
- - -
$cfg['Servers'][$i]['navigationhiding'], [1] -
- - -
$cfg['Servers'][$i]['nopassword'] -
- - -
$cfg['Servers'][$i]['only_db'] -
- - -
$cfg['Servers'][$i]['password'], [1] -
- - -
$cfg['Servers'][$i]['pdf_pages'], [1] -
- - -
$cfg['Servers'][$i]['pmadb'], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19] -
- - -
$cfg['Servers'][$i]['port'] -
- - -
$cfg['Servers'][$i]['recent'], [1] -
- - -
$cfg['Servers'][$i]['relation'], [1] -
- - -
$cfg['Servers'][$i]['savedsearches'], [1] -
- - -
$cfg['Servers'][$i]['SessionTimeZone'] -
- - -
$cfg['Servers'][$i]['SignonScript'], [1], [2], [3], [4] -
- - -
$cfg['Servers'][$i]['SignonSession'], [1], [2] -
- - -
$cfg['Servers'][$i]['SignonURL'], [1], [2] -
- - -
$cfg['Servers'][$i]['socket'], [1] -
- - -
$cfg['Servers'][$i]['ssl'] -
- - -
$cfg['Servers'][$i]['ssl_ca'] -
- - -
$cfg['Servers'][$i]['ssl_ca_path'] -
- - -
$cfg['Servers'][$i]['ssl_cert'] -
- - -
$cfg['Servers'][$i]['ssl_ciphers'] -
- - -
$cfg['Servers'][$i]['ssl_key'] -
- - -
$cfg['Servers'][$i]['table_coords'], [1] -
- - -
$cfg['Servers'][$i]['table_info'], [1] -
- - -
$cfg['Servers'][$i]['table_uiprefs'], [1], [2], [3], [4] -
- - -
$cfg['Servers'][$i]['tracking'], [1] -
- - -
$cfg['Servers'][$i]['tracking_add_drop_database'] -
- - -
$cfg['Servers'][$i]['tracking_add_drop_table'] -
- - -
$cfg['Servers'][$i]['tracking_add_drop_view'] -
- - -
$cfg['Servers'][$i]['tracking_default_statements'] -
- - -
$cfg['Servers'][$i]['tracking_version_auto_create'] -
- - -
$cfg['Servers'][$i]['user'], [1] -
- - -
$cfg['Servers'][$i]['userconfig'], [1] -
- - -
$cfg['Servers'][$i]['usergroups'], [1] -
- - -
$cfg['Servers'][$i]['users'], [1] -
- - -
$cfg['Servers'][$i]['verbose'], [1], [2], [3] -
- - -
$cfg['SessionSavePath'] -
- - -
$cfg['ShowAll'] -
- - -
$cfg['ShowBrowseComments'] -
- - -
$cfg['ShowChgPassword'] -
- - -
$cfg['ShowCreateDb'] -
- - -
$cfg['ShowDatabasesNavigationAsTree'] -
- - -
$cfg['ShowDbStructureCreation'] -
- - -
$cfg['ShowDbStructureLastCheck'] -
- - -
$cfg['ShowDbStructureLastUpdate'] -
- - -
$cfg['ShowFieldTypesInDataEditView'] -
- - -
$cfg['ShowFunctionFields'] -
- - -
$cfg['ShowHint'] -
- - -
$cfg['ShowPhpInfo'] -
- - -
$cfg['ShowPropertyComments'] -
- - -
$cfg['ShowServerInfo'] -
- - -
$cfg['ShowSQL'] -
- - -
$cfg['ShowStats'] -
- - -
$cfg['SkipLockedTables'] -
- - -
$cfg['SQLQuery']['Edit'] -
- - -
$cfg['SQLQuery']['Explain'] -
- - -
$cfg['SQLQuery']['Refresh'] -
- - -
$cfg['SQLQuery']['ShowAsPHP'] -
- - -
$cfg['SuhosinDisableWarning'], [1] -
- - -
$cfg['TableNavigationLinksMode'] -
- - -
$cfg['TablePrimaryKeyOrder'] -
- - -
$cfg['TabsMode'] -
- - -
$cfg['TempDir'], [1], [2] -
- - -
$cfg['TextareaAutoSelect'] -
- - -
$cfg['TextareaCols'] -
- - -
$cfg['TextareaRows'] -
- - -
$cfg['ThBackground'] -
- - -
$cfg['ThColor'] -
- - -
$cfg['ThemeDefault'], [1] -
- - -
$cfg['ThemeManager'], [1], [2] -
- - -
$cfg['ThemePath'], [1], [2], [3], [4] -
- - -
$cfg['ThemePerServer'] -
- - -
$cfg['TitleDatabase'] -
- - -
$cfg['TitleDefault'] -
- - -
$cfg['TitleServer'] -
- - -
$cfg['TitleTable'] -
- - -
$cfg['TranslationWarningThreshold'] -
- - -
$cfg['TrustedProxies'], [1] -
- - -
$cfg['UploadDir'], [1], [2] -
- - -
$cfg['UseDbSearch'] -
- - -
$cfg['UserprefsDeveloperTab'] -
- - -
$cfg['UserprefsDisallow'], [1] -
- - -
$cfg['VersionCheck'] -
- - -
$cfg['ZeroConf'], [1] -
- - -
$cfg['ZipDump'] -
- - -
.htaccess -
- -
- -

A

- - - -
- -
ACL -
- - -
ActionLinksMode -
- - -
AllowArbitraryServer -
- - -
AllowDeny, order -
- - -
AllowDeny, rules -
- - -
AllowNoPassword -
- - -
AllowRoot -
- - -
AllowThirdPartyFraming -
- -
- -
AllowUserDropDatabase -
- - -
ArbitraryServerRegexp -
- - -
auth_http_realm -
- - -
auth_swekey_config -
- - -
auth_type -
- - -
Authentication mode -
- -
- -
Config -
- - -
Cookie -
- - -
HTTP -
- - -
Signon -
- - -
Swekey -
- -
- -
AvailableCharsets -
- -
- -

B

- - - -
- -
BgOne -
- - -
BgTwo -
- - -
Blowfish -
- - -
blowfish_secret -
- - -
bookmarktable -
- - -
Border -
- - -
BrowseMarkerBackground -
- - -
BrowseMarkerColor -
- -
- -
BrowseMarkerEnable -
- - -
BrowseMIME -
- - -
BrowsePointerBackground -
- - -
BrowsePointerColor -
- - -
BrowsePointerEnable -
- - -
Browser -
- - -
bzip2 -
- - -
BZipDump -
- -
- -

C

- - - -
- -
CaptchaLoginPrivateKey -
- - -
CaptchaLoginPublicKey -
- - -
central_columns -
- - -
CGI -
- - -
Changelog -
- - -
CharEditing -
- - -
CharTextareaCols -
- - -
CharTextareaRows -
- - -
CheckConfigurationPermissions -
- - -
Client -
- - -
CodemirrorEnable -
- - -
column -
- - -
column_info -
- - -
compress -
- -
- -
CompressOnFly -
- - -
- Config -
- -
- -
Authentication mode -
- -
- -
config.inc.php -
- - -
- configuration option -
- -
- -
$cfg['ActionLinksMode'] -
- - -
$cfg['AllowArbitraryServer'], [1], [2] -
- - -
$cfg['AllowThirdPartyFraming'] -
- - -
$cfg['AllowUserDropDatabase'] -
- - -
$cfg['ArbitraryServerRegexp'], [1] -
- - -
$cfg['AvailableCharsets'] -
- - -
$cfg['BZipDump'] -
- - -
$cfg['BgOne'] -
- - -
$cfg['BgTwo'] -
- - -
$cfg['Border'] -
- - -
$cfg['BrowseMIME'] -
- - -
$cfg['BrowseMarkerBackground'] -
- - -
$cfg['BrowseMarkerColor'] -
- - -
$cfg['BrowseMarkerEnable'] -
- - -
$cfg['BrowsePointerBackground'] -
- - -
$cfg['BrowsePointerColor'] -
- - -
$cfg['BrowsePointerEnable'], [1], [2] -
- - -
$cfg['CSPAllow'] -
- - -
$cfg['CaptchaLoginPrivateKey'], [1] -
- - -
$cfg['CaptchaLoginPublicKey'], [1] -
- - -
$cfg['CharEditing'], [1] -
- - -
$cfg['CharTextareaCols'] -
- - -
$cfg['CharTextareaRows'] -
- - -
$cfg['CheckConfigurationPermissions'] -
- - -
$cfg['CodemirrorEnable'] -
- - -
$cfg['CompressOnFly'], [1] -
- - -
$cfg['Confirm'] -
- - -
$cfg['DBG'] -
- - -
$cfg['DBG']['demo'] -
- - -
$cfg['DBG']['sql'] -
- - -
$cfg['DefaultConnectionCollation'] -
- - -
$cfg['DefaultFunctions'] -
- - -
$cfg['DefaultLang'] -
- - -
$cfg['DefaultQueryDatabase'] -
- - -
$cfg['DefaultQueryTable'] -
- - -
$cfg['DefaultTabDatabase'] -
- - -
$cfg['DefaultTabServer'] -
- - -
$cfg['DefaultTabTable'] -
- - -
$cfg['DisableMultiTableMaintenance'] -
- - -
$cfg['DisplayServersList'] -
- - -
$cfg['ExecTimeLimit'], [1] -
- - -
$cfg['Export'] -
- - -
$cfg['Export']['charset'] -
- - -
$cfg['Export']['method'] -
- - -
$cfg['FilterLanguages'] -
- - -
$cfg['FirstLevelNavigationItems'] -
- - -
$cfg['FontFamily'] -
- - -
$cfg['FontFamilyFixed'] -
- - -
$cfg['ForceSSL'] -
- - -
$cfg['ForeignKeyDropdownOrder'], [1] -
- - -
$cfg['ForeignKeyMaxLimit'], [1] -
- - -
$cfg['GD2Available'] -
- - -
$cfg['GZipDump'] -
- - -
$cfg['GridEditing'] -
- - -
$cfg['HideStructureActions'] -
- - -
$cfg['IconvExtraParams'] -
- - -
$cfg['IgnoreMultiSubmitErrors'] -
- - -
$cfg['Import'] -
- - -
$cfg['Import']['charset'] -
- - -
$cfg['InitialSlidersState'] -
- - -
$cfg['InsertRows'] -
- - -
$cfg['Lang'] -
- - -
$cfg['LimitChars'] -
- - -
$cfg['LinkLengthLimit'] -
- - -
$cfg['LoginCookieDeleteAll'] -
- - -
$cfg['LoginCookieRecall'] -
- - -
$cfg['LoginCookieStore'] -
- - -
$cfg['LoginCookieValidity'], [1] -
- - -
$cfg['LoginCookieValidityDisableWarning'] -
- - -
$cfg['LongtextDoubleTextarea'] -
- - -
$cfg['MainBackground'] -
- - -
$cfg['MaxCharactersInDisplayedSQL'] -
- - -
$cfg['MaxDbList'] -
- - -
$cfg['MaxExactCount'], [1] -
- - -
$cfg['MaxExactCountViews'] -
- - -
$cfg['MaxNavigationItems'] -
- - -
$cfg['MaxRows'] -
- - -
$cfg['MaxSizeForInputField'] -
- - -
$cfg['MaxTableList'] -
- - -
$cfg['MemoryLimit'] -
- - -
$cfg['MinSizeForInputField'] -
- - -
$cfg['NaturalOrder'] -
- - -
$cfg['NaviBackground'] -
- - -
$cfg['NaviPointerBackground'] -
- - -
$cfg['NaviPointerColor'] -
- - -
$cfg['NaviWidth'] -
- - -
$cfg['NavigationDisplayLogo'] -
- - -
$cfg['NavigationDisplayServers'] -
- - -
$cfg['NavigationLinkWithMainPanel'] -
- - -
$cfg['NavigationLogoLink'] -
- - -
$cfg['NavigationLogoLinkWindow'] -
- - -
$cfg['NavigationTreeDbSeparator'], [1] -
- - -
$cfg['NavigationTreeDefaultTabTable'], [1] -
- - -
$cfg['NavigationTreeDefaultTabTable2'] -
- - -
$cfg['NavigationTreeDisplayDbFilterMinimum'] -
- - -
$cfg['NavigationTreeDisplayItemFilterMinimum'] -
- - -
$cfg['NavigationTreeEnableExpansion'] -
- - -
$cfg['NavigationTreeEnableGrouping'] -
- - -
$cfg['NavigationTreePointerEnable'] -
- - -
$cfg['NavigationTreeTableLevel'] -
- - -
$cfg['NavigationTreeTableSeparator'], [1] -
- - -
$cfg['NumFavoriteTables'] -
- - -
$cfg['NumRecentTables'], [1] -
- - -
$cfg['OBGzip'], [1], [2], [3] -
- - -
$cfg['Order'] -
- - -
$cfg['PDFDefaultPageSize'] -
- - -
$cfg['PDFPageSizes'], [1] -
- - -
$cfg['PersistentConnections'] -
- - -
$cfg['PmaAbsoluteUri'], [1], [2], [3], [4], [5], [6] -
- - -
$cfg['PmaNoRelation_DisableWarning'] -
- - -
$cfg['PropertiesNumColumns'] -
- - -
$cfg['ProtectBinary'] -
- - -
$cfg['ProxyPass'] -
- - -
$cfg['ProxyUrl'] -
- - -
$cfg['ProxyUser'] -
- - -
$cfg['QueryHistoryDB'], [1], [2] -
- - -
$cfg['QueryHistoryMax'], [1], [2] -
- - -
$cfg['RecodingEngine'] -
- - -
$cfg['RelationalDisplay'] -
- - -
$cfg['RememberSorting'], [1] -
- - -
$cfg['RepeatCells'] -
- - -
$cfg['ReservedWordDisableWarning'] -
- - -
$cfg['RetainQueryBox'] -
- - -
$cfg['RowActionLinks'] -
- - -
$cfg['RowActionType'] -
- - -
$cfg['SQLQuery']['Edit'] -
- - -
$cfg['SQLQuery']['Explain'] -
- - -
$cfg['SQLQuery']['Refresh'] -
- - -
$cfg['SQLQuery']['ShowAsPHP'] -
- - -
$cfg['SaveCellsAtOnce'] -
- - -
$cfg['SaveDir'] -
- - -
$cfg['SendErrorReports'] -
- - -
$cfg['ServerDefault'], [1], [2] -
- - -
$cfg['ServerLibraryDifference_DisableWarning'] -
- - -
$cfg['Servers'], [1], [2], [3] -
- - -
$cfg['Servers'][$i]['AllowDeny']['order'], [1], [2] -
- - -
$cfg['Servers'][$i]['AllowDeny']['rules'], [1], [2], [3], [4], [5] -
- - -
$cfg['Servers'][$i]['AllowNoPassword'] -
- - -
$cfg['Servers'][$i]['AllowRoot'] -
- - -
$cfg['Servers'][$i]['DisableIS'] -
- - -
$cfg['Servers'][$i]['LogoutURL'] -
- - -
$cfg['Servers'][$i]['MaxTableUiprefs'] -
- - -
$cfg['Servers'][$i]['SessionTimeZone'] -
- - -
$cfg['Servers'][$i]['SignonScript'], [1], [2], [3], [4] -
- - -
$cfg['Servers'][$i]['SignonSession'], [1], [2] -
- - -
$cfg['Servers'][$i]['SignonURL'], [1], [2] -
- - -
$cfg['Servers'][$i]['auth_http_realm'] -
- - -
$cfg['Servers'][$i]['auth_swekey_config'], [1] -
- - -
$cfg['Servers'][$i]['auth_type'], [1], [2] -
- - -
$cfg['Servers'][$i]['bookmarktable'], [1] -
- - -
$cfg['Servers'][$i]['central_columns'], [1] -
- - -
$cfg['Servers'][$i]['column_comments'] -
- - -
$cfg['Servers'][$i]['column_info'], [1], [2] -
- - -
$cfg['Servers'][$i]['compress'] -
- - -
$cfg['Servers'][$i]['connect_type'] -
- - -
$cfg['Servers'][$i]['controlhost'] -
- - -
$cfg['Servers'][$i]['controlpass'], [1], [2] -
- - -
$cfg['Servers'][$i]['controlport'] -
- - -
$cfg['Servers'][$i]['controluser'], [1], [2], [3] -
- - -
$cfg['Servers'][$i]['hide_db'] -
- - -
$cfg['Servers'][$i]['history'], [1], [2] -
- - -
$cfg['Servers'][$i]['host'], [1], [2], [3], [4] -
- - -
$cfg['Servers'][$i]['navigationhiding'], [1] -
- - -
$cfg['Servers'][$i]['nopassword'] -
- - -
$cfg['Servers'][$i]['only_db'] -
- - -
$cfg['Servers'][$i]['password'], [1] -
- - -
$cfg['Servers'][$i]['pdf_pages'], [1] -
- - -
$cfg['Servers'][$i]['pmadb'], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19] -
- - -
$cfg['Servers'][$i]['port'] -
- - -
$cfg['Servers'][$i]['recent'], [1] -
- - -
$cfg['Servers'][$i]['relation'], [1] -
- - -
$cfg['Servers'][$i]['savedsearches'], [1] -
- - -
$cfg['Servers'][$i]['socket'], [1] -
- - -
$cfg['Servers'][$i]['ssl'] -
- - -
$cfg['Servers'][$i]['ssl_ca'] -
- - -
$cfg['Servers'][$i]['ssl_ca_path'] -
- - -
$cfg['Servers'][$i]['ssl_cert'] -
- - -
$cfg['Servers'][$i]['ssl_ciphers'] -
- - -
$cfg['Servers'][$i]['ssl_key'] -
- - -
$cfg['Servers'][$i]['table_coords'], [1] -
- - -
$cfg['Servers'][$i]['table_info'], [1] -
- - -
$cfg['Servers'][$i]['table_uiprefs'], [1], [2], [3], [4] -
- - -
$cfg['Servers'][$i]['tracking'], [1] -
- - -
$cfg['Servers'][$i]['tracking_add_drop_database'] -
- - -
$cfg['Servers'][$i]['tracking_add_drop_table'] -
- - -
$cfg['Servers'][$i]['tracking_add_drop_view'] -
- - -
$cfg['Servers'][$i]['tracking_default_statements'] -
- - -
$cfg['Servers'][$i]['tracking_version_auto_create'] -
- - -
$cfg['Servers'][$i]['user'], [1] -
- - -
$cfg['Servers'][$i]['userconfig'], [1] -
- - -
$cfg['Servers'][$i]['usergroups'], [1] -
- - -
$cfg['Servers'][$i]['users'], [1] -
- - -
$cfg['Servers'][$i]['verbose'], [1], [2], [3] -
- - -
$cfg['SessionSavePath'] -
- - -
$cfg['ShowAll'] -
- - -
$cfg['ShowBrowseComments'] -
- - -
$cfg['ShowChgPassword'] -
- - -
$cfg['ShowCreateDb'] -
- - -
$cfg['ShowDatabasesNavigationAsTree'] -
- - -
$cfg['ShowDbStructureCreation'] -
- - -
$cfg['ShowDbStructureLastCheck'] -
- - -
$cfg['ShowDbStructureLastUpdate'] -
- - -
$cfg['ShowFieldTypesInDataEditView'] -
- - -
$cfg['ShowFunctionFields'] -
- - -
$cfg['ShowHint'] -
- - -
$cfg['ShowPhpInfo'] -
- - -
$cfg['ShowPropertyComments'] -
- - -
$cfg['ShowSQL'] -
- - -
$cfg['ShowServerInfo'] -
- - -
$cfg['ShowStats'] -
- - -
$cfg['SkipLockedTables'] -
- - -
$cfg['SuhosinDisableWarning'], [1] -
- - -
$cfg['TableNavigationLinksMode'] -
- - -
$cfg['TablePrimaryKeyOrder'] -
- - -
$cfg['TabsMode'] -
- - -
$cfg['TempDir'], [1], [2] -
- - -
$cfg['TextareaAutoSelect'] -
- - -
$cfg['TextareaCols'] -
- - -
$cfg['TextareaRows'] -
- - -
$cfg['ThBackground'] -
- - -
$cfg['ThColor'] -
- - -
$cfg['ThemeDefault'], [1] -
- - -
$cfg['ThemeManager'], [1], [2] -
- - -
$cfg['ThemePath'], [1], [2], [3], [4] -
- - -
$cfg['ThemePerServer'] -
- - -
$cfg['TitleDatabase'] -
- - -
$cfg['TitleDefault'] -
- - -
$cfg['TitleServer'] -
- - -
$cfg['TitleTable'] -
- - -
$cfg['TranslationWarningThreshold'] -
- - -
$cfg['TrustedProxies'], [1] -
- - -
$cfg['UploadDir'], [1], [2] -
- - -
$cfg['UseDbSearch'] -
- - -
$cfg['UserprefsDeveloperTab'] -
- - -
$cfg['UserprefsDisallow'], [1] -
- - -
$cfg['VersionCheck'] -
- - -
$cfg['ZeroConf'], [1] -
- - -
$cfg['ZipDump'] -
- - -
$cfg['blowfish_secret'], [1] -
- -
- -
Configuration storage -
- - -
Confirm -
- - -
connect_type -
- - -
controlhost -
- - -
controlpass -
- - -
controlport -
- - -
controluser -
- - -
Cookie -
- -
- -
Authentication mode -
- -
- -
CSPAllow -
- - -
CSV -
- -
- -

D

- - - -
- -
database -
- - -
DB -
- - -
DBG -
- - -
DBG, demo -
- - -
DBG, sql -
- - -
DefaultConnectionCollation -
- - -
DefaultFunctions -
- - -
DefaultLang -
- -
- -
DefaultQueryDatabase -
- - -
DefaultQueryTable -
- - -
DefaultTabDatabase -
- - -
DefaultTabServer -
- - -
DefaultTabTable -
- - -
DisableIS -
- - -
DisableMultiTableMaintenance -
- - -
DisplayServersList -
- -
- -

E

- - - -
- -
Engine -
- - -
ExecTimeLimit -
- - -
Export -
- -
- -
Export, method -
- - -
extension -
- -
- -

F

- - - -
- -
FAQ -
- - -
Field -
- - -
FilterLanguages -
- - -
FirstLevelNavigationItems -
- - -
FontFamily -
- - -
FontFamilyFixed -
- -
- -
ForceSSL -
- - -
foreign key -
- - -
ForeignKeyDropdownOrder -
- - -
ForeignKeyMaxLimit -
- - -
FPDF -
- -
- -

G

- - - -
- -
GD -
- - -
GD2 -
- - -
GD2Available -
- -
- -
GridEditing -
- - -
gzip -
- - -
GZipDump -
- -
- -

H

- - - -
- -
hide_db -
- - -
HideStructureActions -
- - -
history -
- - -
host, [1] -
- -
- -
hostname -
- - -
HTTP -
- -
- -
Authentication mode -
- -
- -
https -
- -
- -

I

- - - -
- -
IconvExtraParams -
- - -
IEC -
- - -
IgnoreMultiSubmitErrors -
- - -
IIS -
- - -
Import -
- - -
Index -
- - -
InitialSlidersState -
- -
- -
InsertRows -
- - -
IP -
- - -
IP Address -
- - -
IPv6 -
- - -
ISAPI -
- - -
ISO -
- - -
ISP -
- -
- -

J

- - - -
- -
JPEG -
- -
- -
JPG -
- -
- -

K

- - -
- -
Key -
- -
- -

L

- - - -
- -
Lang -
- - -
LATEX -
- - -
LimitChars -
- - -
LinkLengthLimit -
- - -
LoginCookieDeleteAll -
- - -
LoginCookieRecall -
- -
- -
LoginCookieStore -
- - -
LoginCookieValidity -
- - -
LoginCookieValidityDisableWarning -
- - -
LogoutURL -
- - -
LongtextDoubleTextarea -
- -
- -

M

- - - -
- -
Mac -
- - -
Mac OS X -
- - -
MainBackground -
- - -
MaxCharactersInDisplayedSQL -
- - -
MaxDbList -
- - -
MaxExactCount -
- - -
MaxExactCountViews -
- - -
MaxNavigationItems -
- - -
MaxRows -
- - -
MaxSizeForInputField -
- - -
MaxTableList -
- -
- -
MaxTableUiprefs -
- - -
MCrypt -
- - -
mcrypt -
- - -
MemoryLimit -
- - -
MIME -
- - -
MinSizeForInputField -
- - -
module -
- - -
MySQL -
- - -
mysql -
- - -
mysqli -
- -
- -

N

- - - -
- -
NaturalOrder -
- - -
NaviBackground -
- - -
NavigationDisplayLogo -
- - -
NavigationDisplayServers -
- - -
navigationhiding -
- - -
NavigationLinkWithMainPanel -
- - -
NavigationLogoLink -
- - -
NavigationLogoLinkWindow -
- - -
NavigationTreeDbSeparator -
- - -
NavigationTreeDefaultTabTable -
- - -
NavigationTreeDefaultTabTable2 -
- - -
NavigationTreeDisplayDbFilterMinimum -
- -
- -
NavigationTreeDisplayItemFilterMinimum -
- - -
NavigationTreeEnableExpansion -
- - -
NavigationTreeEnableGrouping -
- - -
NavigationTreePointerEnable -
- - -
NavigationTreeTableLevel -
- - -
NavigationTreeTableSeparator -
- - -
NaviPointerBackground -
- - -
NaviPointerColor -
- - -
NaviWidth -
- - -
nopassword -
- - -
NumRecentTables -
- -
- -

O

- - - -
- -
OBGzip -
- - -
only_db -
- - -
OpenDocument -
- -
- -
Order -
- - -
OS X -
- -
- -

P

- - - -
- -
password -
- - -
PCRE -
- - -
PDF -
- - -
pdf_pages -
- - -
PDFDefaultPageSize -
- - -
PDFPageSizes -
- - -
PEAR -
- - -
PersistentConnections -
- - -
PHP -
- - -
phpMyAdmin configuration storage -
- -
- -
PmaAbsoluteUri -
- - -
pmadb, [1] -
- - -
PmaNoRelation_DisableWarning -
- - -
port, [1] -
- - -
PropertiesNumColumns -
- - -
ProtectBinary -
- - -
ProxyPass -
- - -
ProxyUrl -
- - -
ProxyUser -
- -
- -

Q

- - - -
- -
QueryHistoryDB -
- -
- -
QueryHistoryMax -
- -
- -

R

- - - -
- -
recent -
- - -
RecodingEngine -
- - -
relation -
- - -
RelationalDisplay -
- - -
RememberSorting -
- - -
RepeatCells -
- - -
ReservedWordDisableWarning -
- -
- -
RetainQueryBox -
- - -
RFC -
- -
- -
RFC 1867 -
- - -
RFC 1952 -
- - -
RFC 2616 -
- -
- -
RFC 1952 -
- - -
Row (record, tuple) -
- - -
RowActionLinks -
- - -
RowActionType -
- -
- -

S

- - - -
- -
SaveCellsAtOnce -
- - -
SaveDir -
- - -
savedsearches -
- - -
SendErrorReports -
- - -
Server -
- - -
- server configuration -
- -
- -
AllowDeny, order -
- - -
AllowDeny, rules -
- - -
AllowNoPassword -
- - -
AllowRoot -
- - -
DisableIS -
- - -
LogoutURL -
- - -
MaxTableUiprefs -
- - -
SessionTimeZone -
- - -
SignonScript -
- - -
SignonSession -
- - -
SignonURL -
- - -
auth_http_realm -
- - -
auth_swekey_config -
- - -
auth_type -
- - -
bookmarktable -
- - -
central_columns -
- - -
column_info -
- - -
compress -
- - -
connect_type -
- - -
controlhost -
- - -
controlpass -
- - -
controlport -
- - -
controluser -
- - -
hide_db -
- - -
history -
- - -
host -
- - -
navigationhiding -
- - -
nopassword -
- - -
only_db -
- - -
password -
- - -
pdf_pages -
- - -
pmadb -
- - -
port -
- - -
recent -
- - -
relation -
- - -
savedsearches -
- - -
socket -
- - -
ssl -
- - -
ssl_ca -
- - -
ssl_ca_path -
- - -
ssl_cert -
- - -
ssl_ciphers -
- - -
ssl_key -
- - -
table_coords -
- - -
table_info -
- - -
table_uiprefs -
- - -
tracking -
- - -
tracking_add_drop_database -
- - -
tracking_add_drop_table -
- - -
tracking_add_drop_view -
- - -
tracking_default_statements -
- - -
tracking_version_auto_create -
- - -
user -
- - -
userconfig -
- - -
usergroups -
- - -
users -
- - -
verbose -
- -
- -
ServerDefault -
- - -
ServerLibraryDifference_DisableWarning -
- - -
Servers -
- - -
SessionSavePath -
- - -
SessionTimeZone -
- - -
Setup script -
- - -
ShowAll -
- - -
ShowBrowseComments -
- - -
ShowChgPassword -
- - -
ShowCreateDb -
- - -
ShowDatabasesNavigationAsTree -
- - -
ShowDbStructureCreation -
- - -
ShowDbStructureLastCheck -
- - -
ShowDbStructureLastUpdate -
- - -
ShowFieldTypesInDataEditView -
- - -
ShowFunctionFields -
- - -
ShowHint -
- - -
ShowPhpInfo -
- - -
ShowPropertyComments -
- -
- -
ShowServerInfo -
- - -
ShowSQL -
- - -
ShowStats -
- - -
- Signon -
- -
- -
Authentication mode -
- -
- -
SignonScript -
- - -
SignonSession -
- - -
SignonURL -
- - -
SkipLockedTables -
- - -
socket, [1] -
- - -
SQL -
- - -
SQLQuery, Edit -
- - -
SQLQuery, Explain -
- - -
SQLQuery, Refresh -
- - -
SQLQuery, ShowAsPHP -
- - -
SSL -
- - -
ssl -
- - -
ssl_ca -
- - -
ssl_ca_path -
- - -
ssl_cert -
- - -
ssl_ciphers -
- - -
ssl_key -
- - -
Storage Engines -
- - -
Stored procedure -
- - -
SuhosinDisableWarning -
- - -
- Swekey -
- -
- -
Authentication mode -
- -
-
- -

T

- - - -
- -
table -
- - -
table_coords -
- - -
table_info -
- - -
table_uiprefs -
- - -
TableNavigationLinksMode -
- - -
TablePrimaryKeyOrder -
- - -
TabsMode -
- - -
tar -
- - -
TCP -
- - -
TCPDF -
- - -
TempDir -
- - -
TextareaAutoSelect -
- - -
TextareaCols -
- - -
TextareaRows -
- - -
ThBackground -
- - -
ThColor -
- - -
ThemeDefault -
- -
- -
ThemeManager -
- - -
ThemePath -
- - -
ThemePerServer -
- - -
TitleDatabase -
- - -
TitleDefault -
- - -
TitleServer -
- - -
TitleTable -
- - -
tracking -
- - -
tracking_add_drop_database -
- - -
tracking_add_drop_table -
- - -
tracking_add_drop_view -
- - -
tracking_default_statements -
- - -
tracking_version_auto_create -
- - -
TranslationWarningThreshold -
- - -
trigger -
- - -
TrustedProxies -
- -
- -

U

- - - -
- -
UFPDF -
- - -
UploadDir -
- - -
URL -
- - -
UseDbSearch -
- - -
user -
- -
- -
userconfig -
- - -
usergroups -
- - -
UserprefsDeveloperTab -
- - -
UserprefsDisallow -
- - -
users -
- -
- -

V

- - - -
- -
verbose -
- -
- -
VersionCheck -
- -
- -

W

- - -
- -
Webserver -
- -
- -

X

- - -
- -
XML -
- -
- -

Z

- - - -
- -
ZeroConf -
- - -
ZIP -
- -
- -
ZipDump -
- - -
zlib -
- -
- - - -
-
-
-
-
- - - - - -
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/glossary.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/glossary.html deleted file mode 100644 index 37e78b23..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/glossary.html +++ /dev/null @@ -1,616 +0,0 @@ - - - - - - - - Glossary — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - -
-
-
-
- -
-

Glossary

-

From Wikipedia, the free encyclopedia

-
-
.htaccess
-

the default name of Apache’s directory-level configuration file.

- -
-
ACL
-
Access Contol List
-
Blowfish
-

a keyed, symmetric block cipher, designed in 1993 by Bruce Schneier.

- -
-
Browser
-

a software application that enables a user to display and interact with text, images, and other information typically located on a web page at a website on the World Wide Web.

- -
-
bzip2
-

a free software/open source data compression algorithm and program developed by Julian Seward.

- -
-
CGI
-

Common Gateway Interface is an important World Wide Web technology that -enables a client web browser to request data from a program executed on -the Web server.

- -
-
Changelog
-

a log or record of changes made to a project.

- -
-
Client
-

a computer system that accesses a (remote) service on another computer by some kind of network.

- -
-
column
-

a set of data values of a particular simple type, one for each row of the table.

- -
- -

a packet of information sent by a server to a World Wide Web browser and then sent back by the browser each time it accesses that server.

- -
-
CSV
-

Comma- separated values

- -
-
DB
-
look at database
-
database
-

an organized collection of data.

- -
-
Engine
-
look at storage engines
-
extension
-

a PHP module that extends PHP with additional functionality.

- -
-
FAQ
-

Frequently Asked Questions is a list of commonly asked question and there -answers.

- -
-
Field
-

one part of divided data/columns.

- -
-
foreign key
-

a column or group of columns in a database row that point to a key column -or group of columns forming a key of another database row in some -(usually different) table.

- -
-
FPDF
-

the free PDF library

-
-

See also

-

<http://www.fpdf.org/>

-
-
-
GD
-

Graphics Library by Thomas Boutell and others for dynamically manipulating images.

- -
-
GD2
-
look at gd
-
gzip
-

gzip is short for GNU zip, a GNU free software file compression program.

- -
-
host
-

any machine connected to a computer network, a node that has a hostname.

- -
-
hostname
-

the unique name by which a network attached device is known on a network.

- -
-
HTTP
-

HyperText Transfer Protocol is the primary method used to transfer or -convey information on the World Wide Web.

- -
-
https
-

a HTTP-connection with additional security measures.

- -
-
IEC
-
International Electrotechnical Commission
-
IIS
-

Internet Information Services is a set of Internet-based services for -servers using Microsoft Windows.

- -
-
Index
-

a feature that allows quick access to the rows in a table.

- -
-
IP
-

Internet Protocol is a data-oriented protocol used by source and -destination hosts for communicating data across a packet-switched -internetwork.

- -
-
IP Address
-

a unique number that devices use in order to identify and communicate with each other on a network utilizing the Internet Protocol standard.

- -
-
IPv6
-

IPv6 (Internet Protocol version 6) is the latest revision of the -Internet Protocol (IP), designed to deal with the -long-anticipated problem of its precedessor IPv4 running out of addresses.

- -
-
ISAPI
-

Internet Server Application Programming Interface is the API of Internet Information Services (IIS).

- -
-
ISP
-

Internet service provider is a business or organization that offers users -access to the Internet and related services.

- -
-
ISO
-
International Standards Organisation
-
JPEG
-

a most commonly used standard method of lossy compression for photographic images.

- -
-
JPG
-
look at jpeg
-
Key
-
look at index
-
LATEX
-

a document preparation system for the TEX typesetting program.

- -
-
Mac
-

Apple Macintosh is line of personal computers is designed, developed, manufactured, and marketed by Apple Computer.

-

. seealso:: <http://www.wikipedia.org/wiki/Mac>

-
-
Mac OS X
-

the operating system which is included with all currently shipping Apple Macintosh computers in the consumer and professional markets.

- -
-
MCrypt
-

a cryptographic library.

- -
-
mcrypt
-

the MCrypt PHP extension.

-
-

See also

-

<http://php.net/mcrypt>

-
-
-
MIME
-

Multipurpose Internet Mail Extensions is -an Internet Standard for the format of e-mail.

- -
-
module
-

some sort of extension for the Apache Webserver.

- -
-
MySQL
-

a multithreaded, multi-user, SQL (Structured Query Language) Database Management System (DBMS).

- -
-
mysqli
-

the improved MySQL client PHP extension.

-
-

See also

-

<http://php.net/mysqli>

-
-
-
mysql
-

the MySQL client PHP extension.

-
-

See also

-

<http://php.net/mysql>

-
-
-
OpenDocument
-

open standard for office documents.

- -
-
OS X
-

look at Mac OS X.

- -
-
PDF
-

Portable Document Format is a file format developed by Adobe Systems for -representing two dimensional documents in a device independent and -resolution independent format.

- -
-
PEAR
-

the PHP Extension and Application Repository.

-
-

See also

-

<http://pear.php.net/>

-
-
-
PCRE
-

Perl Compatible Regular Expressions is the perl-compatible regular -expression functions for PHP

-
-

See also

-

<http://php.net/pcre>

-
-
-
PHP
-

short for “PHP: Hypertext Preprocessor”, is an open-source, reflective -programming language used mainly for developing server-side applications -and dynamic web content, and more recently, a broader range of software -applications.

- -
-
port
-

a connection through which data is sent and received.

- -
-
RFC
-

Request for Comments (RFC) documents are a series of memoranda -encompassing new research, innovations, and methodologies applicable to -Internet technologies.

- -
-
RFC 1952
-

GZIP file format specification version 4.3

-
-

See also

-

RFC 1952

-
-
-
Row (record, tuple)
-

represents a single, implicitly structured data item in a table.

- -
-
Server
-

a computer system that provides services to other computing systems over a network.

- -
-
Storage Engines
-

handlers for different table types

- -
-
socket
-

a form of inter-process communication.

- -
-
SSL
-

Secure Sockets Layer is a cryptographic protocol which provides secure -communication on the Internet.

- -
-
Stored procedure
-

a subroutine available to applications accessing a relational database system

- -
-
SQL
-

Structured Query Language

- -
-
table
-

a set of data elements (cells) that is organized, defined and stored as -horizontal rows and vertical columns where each item can be uniquely -identified by a label or key or by it?s position in relation to other -items.

- -
-
tar
-

a type of archive file format: the Tape ARchive format.

- -
-
TCP
-

Transmission Control Protocol is one of the core protocols of the -Internet protocol suite.

- -
-
TCPDF
-

Rewrite of UFPDF with various improvements.

-
-

See also

-

<http://www.tcpdf.org/>

-
-
-
trigger
-

a procedural code that is automatically executed in response to certain events on a particular table or view in a database

- -
-
UFPDF
-

Unicode/UTF-8 extension for FPDF

- -
-
URL
-

Uniform Resource Locator is a sequence of characters, conforming to a -standardized format, that is used for referring to resources, such as -documents and images on the Internet, by their location.

- -
-
Webserver
-

A computer (program) that is responsible for accepting HTTP requests from clients and serving them Web pages.

- -
-
XML
-

Extensible Markup Language is a W3C-recommended general- purpose markup -language for creating special-purpose markup languages, capable of -describing many different kinds of data.

- -
-
ZIP
-

a popular data compression and archival format.

- -
-
zlib
-

an open-source, cross- platform data compression library by Jean-loup Gailly and Mark Adler.

- -
-
-
- - -
-
-
-
-
-

Previous topic

-

Credits

-

This Page

- - - -
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/import_export.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/import_export.html deleted file mode 100644 index db38a5ce..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/import_export.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - - - Import and export — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - - - -
-
-
-
- -
-

Import and export

-

In addition to the standard Import and Export tab, you can also import an SQL file directly by dragging and dropping -it from your local file manager to the phpMyAdmin interface in your web browser.

-
-

Open Document Spreadsheet

-

When importing an ODS speadsheet, the spreadsheet must be named in a specific way in order to make the -import as simple as possible.

-
-

Table name

-

During import, phpMyAdmin uses the sheet name as the table name; you should rename the -sheet in your spreadsheet program in order to match your existing table name (or the table you wish to create, -though this is less of a concern since you could quickly rename the new table from the Operations tab).

-
-
-

Column names

-

You should also make the first row of your spreadsheet a header with the names of the columns (this can be -accomplished by inserting a new row at the top of your spreadsheet). When on the Import screen, select the -checkbox for “The first line of the file contains the table column names;” this way your newly imported -data will go to the proper columns.

-
-
-
- - -
-
-
-
-
-

Table Of Contents

- - -

Previous topic

-

Other sources of information

-

Next topic

-

FAQ - Frequently Asked Questions

-

This Page

- - - -
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/index.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/index.html deleted file mode 100644 index 533c1b51..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/index.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - - Welcome to phpMyAdmin’s documentation! — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - -
-
-
-
- - -
-

Indices and tables

- -
- - -
-
-
-
-
-

Table Of Contents

- - -

Next topic

-

Introduction

-

This Page

- - - -
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/intro.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/intro.html deleted file mode 100644 index 93728542..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/intro.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - Introduction — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - - -
-
-
-
- -
-

Introduction

-

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.

-
-

Supported features

-

Currently phpMyAdmin can:

-
    -
  • browse and drop databases, tables, views, columns and indexes
  • -
  • display multiple results sets through stored procedures or queries
  • -
  • create, copy, drop, rename and alter databases, tables, columns 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, Microsoft -Word 2000, and LATEX formats
  • -
  • import data and MySQL structures from 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
  • -
  • support mysqli, the improved MySQL extension see 1.17 Which Database versions does phpMyAdmin support?
  • -
  • create, edit, call, export and drop stored procedures and functions
  • -
  • create, edit, export and drop events and triggers
  • -
  • communicate in 80 different languages
  • -
-
-
-

A word about users

-

Many people have difficulty understanding the concept of user -management with regards to phpMyAdmin. When a user logs in to -phpMyAdmin, that username and password are passed directly to MySQL. -phpMyAdmin does no account management on its own (other than allowing -one to manipulate the MySQL user account information); all users must -be valid MySQL users.

-

Footnotes

- - - - - -
[1](1, 2) phpMyAdmin can compress (Zip, GZip or RFC 1952 -formats) dumps and CSV exports if you use PHP with -Zlib support (--with-zlib). -Proper support may also need changes in php.ini.
-
-
- - -
-
-
-
-
-

Table Of Contents

- - -

Previous topic

-

Welcome to phpMyAdmin’s documentation!

-

Next topic

-

Requirements

-

This Page

- - - -
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/objects.inv b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/objects.inv deleted file mode 100644 index b870de5f..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/objects.inv and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/other.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/other.html deleted file mode 100644 index 2db72179..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/other.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - Other sources of information — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - - - -
-
-
-
- -
-

Other sources of information

-
-

Printed Book

-

The definitive guide to using phpMyAdmin is the book Mastering phpMyAdmin for -Effective MySQL Management by Marc Delisle. You can get information on that -book and other officially endorsed books at the phpMyAdmin site.

-
-
-

Tutorials

-

Third party tutorials and articles are listed on our wiki page.

-
-
- - -
-
-
-
-
-

Table Of Contents

- - -

Previous topic

-

User management

-

Next topic

-

Import and export

-

This Page

- - - -
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/privileges.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/privileges.html deleted file mode 100644 index cf5af19e..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/privileges.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - User management — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - - - -
-
-
-
- -
-

User management

-

User management is the process of controlling which users are allowed to -connect to the MySQL server and what permissions they have on each database. -phpMyAdmin does not handle user management, rather it passes the username and -password on to MySQL, which then determines whether a user is permitted to -perform a particular action. Within phpMyAdmin, administrators have full -control over creating users, viewing and editing privileges for existing users, -and removing users.

-

Within phpMyAdmin, user management is controlled via the Users link -from the main page. Users can be created, edited, and removed.

-
-

Creating a new user

-

To create a new user, click the Add a new user link near the bottom -of the Users page (you must be a “superuser”, e.g., user “root”). -Use the textboxes and drop-downs to configure the user to your particular -needs. You can then select whether to create a database for that user and grant -specific global privileges. Once you’ve created the user (by clicking Go), you -can define that user’s permissions on a specific database (don’t grant global -privileges in that case). In general, users do not need any global privileges -(other than USAGE), only permissions for their specific database.

-
-
-

Editing an existing user

-

To edit an existing user, simply click the pencil icon to the right of that -user in the Users page. You can then edit their global- and -database-specific privileges, change their password, or even copy those -privileges to a new user.

-
-
-

Deleting a user

-

From the Users page, check the checkbox for the user you wish to -remove, select whether or not to also remove any databases of the same name (if -they exist), and click Go.

-
-
-

Assigning privileges to user for a specific database

-

Users are assigned to databases by editing the user record (from the -Users link on the home page) not from within the Users -link under the table. If you are creating a user specifically for a given table -you will have to create the user first (with no global privileges) and then go -back and edit that user to add the table and privileges for the individual -table.

-
-
- - -
-
-
-
-
-

Table Of Contents

- - -

Previous topic

-

Transformations

-

Next topic

-

Other sources of information

-

This Page

- - - -
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/require.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/require.html deleted file mode 100644 index 4b6b5d3a..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/require.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - Requirements — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - - -
-
-
-
- -
-

Requirements

-
-

Web server

-

Since, phpMyAdmin’s interface is based entirely in your browser, you’ll need a -web server (such as Apache, IIS) to install phpMyAdmin’s files into.

-
-
-

PHP

-
    -
  • You need PHP 5.3.7 or newer, with session support, the Standard PHP Library -(SPL) extension, JSON support, and the mbstring extension.
  • -
  • To support uploading of ZIP files, you need the PHP zip extension.
  • -
  • You need GD2 support in PHP to display inline thumbnails of JPEGs -(“image/jpeg: inline”) with their original aspect ratio.
  • -
  • When using the cookie authentication (the default), the mcrypt extension is strongly suggested.
  • -
  • To support upload progress bars, see 2.9 Seeing an upload progress bar.
  • -
  • To support XML and Open Document Spreadsheet importing, you need the -libxml extension.
  • -
  • To support reCAPTCHA on the login page, you need the -openssl extension.
  • -
  • Performance suggestion: install the ctype extension.
  • -
- -
-
-

Database

-

phpMyAdmin supports MySQL-compatible databases.

-
    -
  • MySQL 5.5 or newer
  • -
  • MariaDB 5.5 or newer
  • -
  • Drizzle
  • -
- -
-
-

Web browser

-

To access phpMyAdmin you need a web browser with cookies and javascript -enabled.

-
-
- - -
-
-
-
-
-

Table Of Contents

- - -

Previous topic

-

Introduction

-

Next topic

-

Installation

-

This Page

- - - -
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/search.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/search.html deleted file mode 100644 index f7032f62..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/search.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - Search — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - - - - - - -
-
-
-
- -

Search

-
- -

- Please activate JavaScript to enable the search - functionality. -

-
-

- From here you can search these documents. Enter your search - words into the box below and click "search". Note that the search - function will automatically search for all of the words. Pages - containing fewer words won't appear in the result list. -

-
- - - -
- -
- -
- -
-
-
-
-
-
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/searchindex.js b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/searchindex.js deleted file mode 100644 index 9f30ea9b..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/searchindex.js +++ /dev/null @@ -1 +0,0 @@ -Search.setIndex({envversion:42,terms:{represent:8,varfilt:5,yellow:5,uploadprogress:5,prefix:14,dirnam:4,hate:4,forget:[5,14],whose:[4,5],tobia:[8,2],usepackag:5,lori:8,under:[14,2],hermann:8,textareaautoselect:14,merchant:2,versioncheck:14,witten:8,everi:[4,5,14],risk:[5,14],"void":4,internet:14,max_value_length:5,alberty_at_neptunlab:8,affect:[5,14],opendocu:[3,10],look:[1,3,4,5,10,14],disturb:4,addtyp:5,cma:8,getmimesubtyp:1,multipurpos:3,zlib:[3,5,10],hord:8,direct:[4,5,14,1],nair:8,histor:14,consequ:14,second:[5,14,1],chee:8,even:[2,4,5,10,14,15],dialogu:5,hide:[4,14],followsymlink:5,veeven:8,cheng:8,"new":[8,14],symmetr:3,ever:5,told:8,abov:[5,14],readman:8,never:14,here:[4,5,14,1],beck:8,path:[4,5,14,9],interpret:5,michal:[8,4,2],forum:[8,5],robin:[8,2],datetim:14,transformation_opt:[14,1],permit:[15,14],mysqld:5,portabl:3,siramizu_at_gmail:8,phpseclib:[8,9],heritrix:5,mike_at_graftonhal:8,tbl_select:[8,14],txt:[4,5,2],dhananjai:8,unit:8,plot:5,dhima:8,upgrade_tables_mysql_4_1_2:4,describ:[3,14,1],would:14,mysqladmin:5,kettler:8,edward:8,call:[14,4,5,10,1],recommend:[3,4,5,14],memoranda:3,type:[8,14],until:[8,4,5,14],rink_at_initfour:8,musb:4,relat:[8,14],email_at_c:8,yahoo:5,u4663530_at_anu:8,warn:14,mysql_connect:5,exce:14,hole:14,hold:[5,14],unpack:[4,5],addon:5,kuppelwies:8,join:[8,5,14],work:[8,14],memorylimit:14,defaultconnectioncol:14,root:14,overrid:4,autodetect:14,delislma_at_collegesherbrook:8,pandithawatta:8,captcha:4,unavail:14,want:14,moham:8,unsign:1,end:[4,5,14,1],chanaka:8,quot:5,travel:4,zzzz:14,march:8,how:14,func_numb:14,disappear:[5,14],pikto:5,maxnavigationitem:14,config:[5,14],updat:[8,4,5,14],chines:8,after:14,superus:[4,15],diagram:5,befor:[4,5,14],wrong:14,star_at_origin:8,router:4,allowuserdropdatabas:14,averag:5,autoconnect:14,attempt:[5,14],third:14,grant:[4,5,14,15],credenti:[4,14],ssl_ca:14,matiasbellone_at_gmail:8,maintain:[8,4,5],environ:[4,5,14],enter:14,nikto:5,order:14,origin:14,feedback:8,softwar:[3,4,5,9,2],diagnos:5,over:[3,4,5,14,15],becaus:[8,14],jpeg:[3,6,1],supun:8,navigationtreedisplayitemfilterminimum:14,privileg:[8,14],jordi:8,digest:5,textbox:15,directli:14,fit:[8,5,14,2],fix:8,better:5,offic:3,persist:14,auth_swekey_config:[4,14],hidden:14,mydb:[5,14],rachim:8,split:[5,14,1],them:14,thei:[8,14],fragment:5,bimal:8,safe:14,"break":5,request_uri:4,kirillov:8,choic:[4,14],alex:8,changelog:3,telekom:5,arrow:5,rowactionlink:14,side:[3,4,14],mean:14,cybot_tm_at_us:[8,2],allowarbitraryserv:[4,14],neomo:5,arg_separ:5,phpmy:5,forgot:5,logo:[8,14],extract:[4,5],network:[3,5],file_format:3,goe:[5,14],open:[3,5,14,13],newli:[12,4],content:[8,14],rewrit:[3,5],daniel:8,showfunctionfield:14,got:[5,2],ware:8,userprefsdisallow:14,forth:1,"98se":5,electrotechn:3,situat:[4,5],free:[3,4,1,2],standard:[3,6,5,8,12,14],small:[5,14],kaushalya:8,hand:[4,5],func_spati:14,ntf:14,workaround:5,norwegian:8,loup:3,isp:14,openssl:6,filter:[5,14],iso:[3,10],martijn:8,user:[8,14],rang:14,signonsess:[4,14],independ:[3,8,5],restrict:14,instruct:5,alreadi:14,messag:14,hanut_at_php:8,agre:14,primari:[8,14],chathuranga:8,top:[12,4,5,14],amalesh:8,petbre:5,master:[7,14],too:[5,14,13],danish:8,consol:8,tool:[8,13,14],sync:8,past:14,max_link:5,pundalik:8,tree:[8,14],project:8,serverlibrarydifference_disablewarn:14,thu:[4,5],checkconfigurationpermiss:14,fashion:14,raj:8,increment:14,seen:14,seem:14,incompat:5,minu:5,userprefsdevelopertab:14,realm:[4,14],recreat:5,latter:[10,14],sakamoto:8,pma__us:14,derek:8,thoma:[3,8],indrajith:8,hypertext_transfer_protocol:3,davidson:8,simplifi:[8,4],thi:[8,14,2],though:[12,14],usernam:[14,4,5,10,15],w3c_valid:5,marin:8,regular:[3,8,14],defaultlang:14,letter:[5,14],jean:3,lithuanian:8,titledefault:14,tradit:8,persistentconnect:14,don:14,telugu:8,dom:8,doc:[3,5,14],lose:14,doe:14,omniexplorer_bot:5,declar:[5,1],wildcard:[5,14],neg:5,enclos:[5,14],mrbendig_at_mrbendig:8,section:[4,5,14,1,13],dot:14,ldi_:8,xampp:4,feedfetch:5,synoobot:5,opposit:14,random:[8,4,14],syntax:[5,14],radio:5,u4663530:8,protocol:14,placella:8,absolut:[4,14],layout:[14,5,10],alvar:8,menu:[5,14],explain:[4,5,14],apach:14,burak:8,busi:3,lubo:8,schneier:3,field_:3,tbl_structur:[14,1],likewis:5,stop:[5,14],report:[8,5,14],ca_fil:4,"k\u0119stuti":8,volkov:8,bar:14,signonurl:[4,14],"public":[4,5,14,2],bad:5,ban:5,pettyp:5,taceloski:8,forcessl:14,gridedit:14,result:14,auto_incr:5,corrupt:14,best:[4,5],subject:[5,14],pete:8,awar:[4,5],said:5,hopefulli:1,wikipedia:[3,4],tracking_version_auto_cr:14,bgone:14,wiltave_at_gmail:8,atul:8,yahooseek:5,adnan:8,pma__navigationhid:14,approach:14,n8falke_at_us:8,accord:14,srnka:8,"_get":4,cut:14,preprocessor:3,subfold:4,protect:14,accident:14,shapefil:14,met:5,emerson4br_at_gmail:8,howev:[4,5,14,1],ayush:8,kronsbein:8,brad:5,ivanlanin_at_us:8,countri:5,fauveau_at_globali:8,com:[1,2,3,4,5,8,14],"16m":14,foobar:4,clshttp:5,queryhistorydb:14,loader:5,pdf_page:[5,14],column_com:14,trust:14,assum:[4,5],gc_maxlifetim:14,ownerphone1:5,saedi:8,three:[4,5,14,1],been:[4,5,14,13],trigger:[3,8,10,14],interest:5,quickli:12,kumari:8,suppress:14,xxx:[5,14,1],telnet:5,ani:[8,14,2],multithread:3,dave:8,"catch":4,"kl\u00e4ger":8,http_post_var:5,dash:[5,14],gnu:[3,2],servic:[3,4,5,14],properti:[8,5,14,1],sourceforg:[8,2],navigationtreedefaulttabtable2:14,rouslan:8,pmanorelation_disablewarn:14,contributor:8,need:14,libxml:6,myadmin:8,conf:[4,5],varchar:14,sever:[9,5,14,1,2],piotr:8,navigationtreedefaulttabt:14,perform:[15,5,14,6],suggest:[8,4,5,6],make:[13,14],ammar:8,complex:[5,10],descend:14,roszatycki:8,complet:[8,14],evid:4,http_x_forwarded_for:14,"_uri_schem":3,kit:[4,5],action:14,nix:14,claimed_id:4,ownership:5,tune:4,kept:[14,1],scenario:[4,5],swekei:14,printview:[8,14],bugzilla:5,client:14,maxtablelist:14,getauthorizeurl:4,gzip:[8,14],everyth:5,maxexactcount:[5,14],left:[8,14],seekbot:5,bellow:14,identifi:[3,4,5,14],just:[8,14],bellon:8,textareacol:14,jose:5,easi:[5,14,1],interfer:5,had:[4,5],logformat:5,upgrade_column_info_4_3_0:[4,14],els:[8,4,5,14],jan_at_nrw:8,applic:14,numfavoritet:5,mayb:5,recaptcha:[6,14],credit:2,rnd:4,arab:8,rfc1867:5,corazza:8,background:14,sitesearch:5,apart:5,measur:[3,4],specif:14,arbitrari:14,sublevel:14,controlport:14,manual:[14,5,10],zoom:8,mit:2,voyag:5,sebastian:[8,2],underli:5,sqlqueri:14,www:[1,2,3,4,5,8,14],right:14,old:[4,5,14],deal:3,czech:[8,14],"_db":14,foreignkeymaxlimit:[5,14],maxim:8,getmimetyp:1,intern:14,sure:14,savecellsatonc:14,borg:8,inact:1,wkito:5,bora:8,transmiss:3,ico:4,bottom:[15,5,14],file_get_cont:4,track:[8,4,10,14],tracker:[5,14],t10:14,setoutputfilt:5,iccrawl:5,condit:5,foo:5,localhost:14,core:3,plu:[8,5],titleserv:14,connect_typ:14,stefan:8,confer:8,ivan:8,ankit:8,post:[4,5,14],"super":10,"stanis\u0142aw":8,plug:[4,1],alexand:[8,2],surround:5,algi:8,produc:14,ppa:4,tbl_dump:5,kissu:8,profession:3,bound:1,down:14,slurp:5,xavier:8,contrib:4,storag:[3,0,5,14],maxsizeforinputfield:14,accordingli:[5,1],suffici:5,pma_single_signon_host:4,support:[8,14],pma_usernam:5,transform:[8,14],why:14,avail:[1,2,3,4,5,9,14],width:14,request_method:5,editor:[8,4,14],legner:5,head:4,form:[8,14],offer:[3,4,5,14],forc:14,tickbox:5,papazogl:8,sensi:5,savedir:14,path_to_your_phpmyadmin_directori:14,cidr:14,"true":[4,14],limitchar:14,textarea:14,bugfix:8,maximum:[5,14],tell:5,toggl:[5,14],absenc:5,webmaster_at_trafficg:8,legenhausen:8,featur:[8,13,14],request:14,filterlanguag:14,decrypt:5,zend:5,mysql_fetch_field:1,seoma:5,exist:[8,14],ship:[3,4,9],browsepointeren:14,db_search:14,interf:5,encrypt:14,tip:[5,14],refactor:8,vserver:[5,14],test:[8,4,5,14,9],propertiesnumcolumn:14,intend:14,yasitha:8,walton:8,easili:14,receiv:2,longer:14,furthermor:14,tinyint:5,ignor:[5,14],time:14,backward:[5,14],concept:[8,10],table_coord:[5,14],skip:9,rob:5,global:[4,5,10,1,15],ba17c1ec07d65003:4,signific:8,pma_combin:5,row:[8,14],hierarch:8,decid:5,middl:14,depend:[4,5],zone:14,pem:14,crawleradmin:5,readabl:5,markt:5,mehbooob:8,must:[4,5,10,12,14,15],keck:[8,2],sourc:[0,3,5,8,13,14],string:[8,14],fando:5,initialslidersst:14,maxcharactersindisplayedsql:14,insertrow:14,word:[0,5,14],exact:[5,14],seealso:3,tracking_default_stat:14,administr:[8,4,5,14,15],level:[3,4,5,14],did:5,win2k:5,"gesch\u00e9":8,item:[3,5,14],unsupport:5,team:[4,14],quick:[3,0,5,14],div:4,dir:[4,5,1],prevent:14,obrador:8,bravo:8,applytransform:1,everytim:14,cost:4,dev:[3,4,5,14],turnitinbot:5,port:14,appear:[5,14],session_save_path:[4,14],repli:4,abdullah:8,uniform:3,current:[3,4,5,8,9,10,14],portugues:8,axel:8,navigationtreepointeren:14,chartextarearow:14,portnumb:14,deriv:4,dropdown:5,french:8,slow:[5,14],address:[3,5,14],along:[4,5,2],madhura:8,invit:13,shift:5,rsedwardian_at_gmail:8,bot:5,bbedit:4,zeroconf:[4,14],behav:5,seward:3,commonli:3,macintosh:3,showdatabasesnavigationastre:14,fpdf:[3,8],stduser:14,extra:4,circumv:5,tweak:4,modul:[3,5],prefer:[8,14],nakrani:8,get_login_credenti:[4,14],visibl:[4,5,14],instal:14,bookmarkt:14,market:3,httpd:5,yashodha:8,memori:14,sake:5,visit:4,perl:[3,5],handler:[3,8],everywher:5,criteria:5,scope:4,translit:14,maxime_at_fre:8,chapter:5,club:8,peopl:[8,9,5,10,13],claus:14,ctype:6,enhanc:8,visual:[8,14],olivi:[8,2],accept:[3,5,14],examin:5,your_theme_nam:5,easiest:[4,5],fly:14,graphic:[3,4,10],ibm:5,dhtml:8,tokyo:5,prepar:[3,4,14],focu:14,minimum:[5,14],mjane:8,can:[13,14,2],lc_messag:14,purpos:[3,14,2],"c\u00e9dric":8,problemat:5,heart:5,stream:5,backslash:5,navigationtreeenableexpans:14,"lo\u00efc":8,abort:14,spl:6,mediapartn:5,occur:5,pink:5,alwai:14,differenti:5,web_brows:3,multipl:[8,14],sailboat:8,charset:[8,4,14,1],nyu:8,write:[14,4,5,10],navigationlogolink:14,navipointerbackground:14,anyon:4,tild:5,protectbinari:14,securer:8,allownopassword:14,map:4,product:4,mat:8,"m\u00fcller":[8,2],max:5,sp2:5,usabl:5,gailli:3,funck_at_googlemail:8,mac:14,orient:[3,5,14],mai:[14,4,5,10,1],data:14,grow:1,practic:14,johnson:[8,2],divid:3,explicit:14,inform:14,combin:[5,14],block:[3,5,14],anoth:[3,4,5,14],ordinari:4,simoncini:5,anticip:3,navigationdisplayserv:14,michal_at_cihar:[8,2],db1:14,still:[4,14],pointer:14,ttf:2,dynam:[3,8,5],"p\u00e9ter":8,group:[3,5,14],thank:[8,5],func_uuid:14,polici:14,jim:8,gen:4,platform:[3,4,5,14],window:[8,14],mail:[3,5],"0000000000000000000000000000231e":4,non:14,recal:14,encod:[8,4,5,14],initi:[4,5,14],answer:3,first_timestamp:14,now:14,thilina:8,discuss:5,nor:5,introduct:0,term:[14,2],name:[8,14],exectimelimit:[5,14],drop:[8,14],petnam:5,separ:[3,8,5,14],gergo314_at_gmail:8,compressonfli:[5,14],compil:5,domain:[5,14],replac:[9,5,14],individu:15,continu:[4,14],wrap:14,redistribut:[9,2],sponsor:5,bgtwo:14,foreign_kei:3,canada:5,maxrow:14,shown:14,accomplish:[12,4,10],jackson:8,madlen:8,space:[5,14],dutch:8,ufpdf:[3,8],correct:14,integr:[14,8,4,5,10],iusr_machin:5,dbc334_at_gmail:8,migrat:5,xhtml1:8,recodingengin:14,phpmyadmin_x:4,ajax:8,mime:[8,14],ruleant_at_us:8,mysqli:[8,14],"byte":14,care:[5,1],recod:14,thbackground:14,wai:[8,14],unwil:5,emerson4br:8,synchron:8,domen:8,thing:[5,14],place:[4,5,14],titledatabas:14,wiegger:8,kawada:8,imposs:14,frequent:14,first:14,oper:14,info:[8,5,14,2],redhat:5,onc:14,arrai:[4,5,14,1],submit:[4,5,14],rink:8,spanish:8,zarubin:8,predefin:10,country_cod:5,size:[5,14],given:[4,5,14,15],ian:8,sheet:12,navigationtreeenablegroup:14,convent:1,bookmark:[8,14],maxexactcountview:14,conveni:4,ysajeepan_at_l:8,especi:[4,5,14],copi:[14,2],specifi:[8,14],winningham:8,thai:8,than:[8,14],png:5,ownerlastnam:5,serv:3,wide:3,przybylski:8,transformationsplugin:1,tecnick:8,balanc:14,were:[8,5,14],posit:[3,5],browser:14,pre:[4,5,14,1],zipdump:14,san:14,bailout_on_error:5,displayserverslist:14,argument:5,subroutin:3,userconfig:14,properli:[14,4,5,10],suhosin:14,exclud:5,saw:5,chrisj_at_ctel:8,engin:[3,5],advic:9,greek:8,tcpdf:[3,8,9,5,2],note:[4,5,14,1,9],harald:5,take:[5,14,1],advis:14,concern:12,pma_single_signon_messag:4,clickjack:14,begin:[4,5,14],printer:8,ukrainian:8,buffer:[5,14,1],compress:14,os_x:3,net:[2,3,4,5,8,14],pair:[4,14],return_to:4,homepag:[5,1],icon:[1,4,5,8,14,15],renam:14,contacto_at_joaodia:8,savedsearch:14,later:[4,5,14],serif:14,typeset:3,meanwhil:5,pmapass:4,pattern:14,axi:5,pma_db:4,john2db:5,show:[4,5,14],german:8,tkl:5,php_mysqli:5,concurr:14,permiss:[4,5,14,15],threshold:14,foreign_db:14,xml:[3,8,4,10,6],onli:[8,14],explicitli:[4,14],ratio:6,romanian:8,activ:[4,5,14],state:14,internet_information_servic:3,analyz:[5,14],analys:8,offici:[7,4,5,1],reset:[4,5],nearli:14,hungarian:8,get:14,ssl:[3,4,5,14],kiko:8,cannot:14,martin_at_whistl:8,wasser:5,sascha:8,requir:14,truli:4,ashutosh:8,output_compress:5,borrow:8,yield:5,email:[8,5],controlpass:[4,5,14],through:14,where:[14,2],wiki:[3,5,7],parse_url:5,numrecentt:14,pma__histori:14,korakot:8,hierarchi:14,yacybot:5,server_vari:14,logincookievalid:14,blobstream:8,detect:[8,4,5,14],innov:3,review:4,chapeaux:8,enumer:5,hide_db:14,label:[3,5],behind:[4,14],between:14,pma__savedsearch:14,across:[3,14],parent:[4,5],lsml_at_liv:8,cedric:8,retainquerybox:14,refman:14,come:[14,2],img:5,contol:3,allowroot:14,tutori:5,kanitchet:8,open_basedir:14,mani:[8,13,14],fauveau:8,rel_person:5,among:14,acceler:4,googlebot:5,mmcrawler:5,color:14,overview:[5,1],webapp:4,nicola:8,ultim:5,chaovavanich:8,marc:[8,5,7,2],allowdeni:[4,5,14],mark:[3,8,14],pma_single_signon_cfgupd:4,barri:8,"abstract":[8,1],table_uipref:14,emphas:14,"50x50":5,pma_single_signon_password:4,rememb:[5,14],phpmysqlformgen:8,andrea:8,tamil:8,marconcini:8,tabbrows:5,"case":[4,5,14,15],blowfish:[3,8,14],mount:14,plugin:[8,5,1],wigginton:8,advantag:5,ctrl:5,marcel:8,kasun:8,zahra:8,setup_dir_writ:9,uncom:4,duke3d_at_ukr:8,ascii:14,garvin:[8,2],author:[8,5,14],media:5,same:14,check:[1,2,4,5,8,9,10,13,14,15],binari:14,html:[8,14],pma__table_uipref:14,pai:4,document:[14,2],pan:5,webserv:[3,4,5,14],screenshot:5,nest:[8,14],driven:4,capabl:3,ownerfirstnam:5,set_magic_quotes_runtim:4,http_host:[5,14],improv:[8,14],extern:[0,14],tradition:4,om_at_omni:[8,2],moder:8,port_:3,edlund:8,without:[14,2],dimension:3,"000000000000000000000000000089e4":4,summer:8,execut:14,phpmyadmin:[8,13,14,2],showdbstructurelastcheck:14,"_post":4,aspect:[6,9],polish:8,passphras:14,speed:[4,5,14],defaulttabserv:14,gigabot:5,hint:[5,14],except:[4,5,14],param:[4,14],adsbot:5,typo3_at_dirk:8,blob:14,save_path:5,vulner:[4,5],openid_except:4,real:[5,14],gd2:[3,6],hover:14,around:[4,5,14],yuval:8,read:[14,4,5,10],grid:14,dbase:5,world:[3,4,14],mod:5,setup_config_fil:9,themenam:14,rel_town:5,integ:14,benefit:[5,14],either:[5,14],output:[8,5,14,1],inter:[3,14],yyyi:14,node:[3,8],maxtableuipref:14,turck:5,longtextdoubletextarea:14,availablecharset:14,ascend:14,ashraf:8,charedit:14,showserverinfo:14,strickroth:8,jakub:8,martyna:8,confirm:[5,14],gd2avail:14,piankov:8,definit:[5,14,7],rewriteengin:5,legal:14,exit:4,nokeepal:5,complic:14,tabsmod:14,column_info:[14,1],schaefer:8,timeout:14,olof:8,each:[14,2],xzvf:4,broken:5,stdpass:14,found:14,isset:4,navigationtreedbsepar:14,xvnavarro_at_gmail:8,acl:[3,14],precedessor:3,mjaning_at_gmail:8,lucen:5,routin:[8,14],chartextareacol:14,effici:[5,14],logouturl:14,navigationlinkwithmainpanel:14,usergroup:14,yyi:14,your:[0,15,5,10,12,14,6],lolo_at_phpheaven:8,opengi:8,log:14,her:5,area:14,hex:5,ysajeepan:8,overwrit:14,start:[8,14],compliant:8,interfac:[3,6,5,8,12,14],low:[4,5,14],mbstring:[6,14],ipv6:[3,14],submiss:14,proxyus:14,hindi:8,hard:[4,14],tupl:3,regard:[10,1],upload_max_files:5,"_session":4,mb_strlen:4,cryptograph:3,realli:[4,5,14],adler:3,pull:14,possibl:[13,14],textarearow:14,pma_single_signon_us:4,embed:14,scanner:5,creat:[8,14],certain:[3,5,14,1],mike:8,strongli:[6,14],plathei:8,localnetc:14,file:[8,14,2],"mickevi\u010diu":8,encompass:3,fill:[4,5,14],incorrect:5,again:14,showdbstructurelastupd:14,googl:[8,4,5,14],pma_single_signon_error_messag:4,commiss:3,gettext:[9,2],tbl_row_delet:5,valid:[14,8,4,5,10],writabl:[4,14,9],you:[1,2,4,5,7,8,9,10,12,13,14,6,15],architectur:5,openid:4,resolut:3,sequenc:3,org:[3,8,5,14,2],pear:[3,8,4],allowoverrid:5,dejavu:2,viliu:8,gzencod:5,descript:[5,1],papaz_p_at_yahoo:8,session_id:4,chown:[5,14],adam:8,potenti:14,escap:14,unset:[4,5],file_upload:5,all:[1,3,4,5,9,10,13,14],consider:4,gupta:8,browsemarkeren:14,code:[3,8,4,5,14],yavuz:8,follow:[8,14],disk:4,scp:5,iconv:14,rewrot:8,intext:5,former:8,alberti:8,program:[3,12,14,2],those:14,introduc:[8,5,14],liter:[5,14],fals:[4,5,14,9],suhosindisablewarn:[5,14],util:[3,5,14],leiding:8,ichiro:5,verb:5,mechan:[8,4,5,14],veri:[4,5],longtext:14,list:[8,14],resav:4,adjust:[5,14],plain:[4,5,14,1],pbm:8,tbl_creat:8,enterpris:5,internetwork:3,template_abstract:1,path_to_phpmyadmin:5,showbrowsecom:14,controlhost:14,tex:[3,5],zero:14,titlet:14,pass:[1,4,5,10,14,15],further:[8,14],ajaxifi:8,hick:[8,2],cursor:[5,14],what:14,sub:5,request_for_com:3,me_at_derrabu:[8,2],sun:8,sum:5,abl:[8,14],overload:4,delet:14,version:[14,2],method:[3,4,5,14,1],full:14,themselv:14,berkelei:14,behaviour:5,shouldn:4,modifi:[14,2],valu:14,ignoremultisubmiterror:14,d3xter_at_us:8,search:[8,14],thememanag:[5,14],yukihiro:8,prior:4,amount:[5,14,1],pick:5,bussier:8,showcreatedb:14,via:14,janni:8,vim:[4,14],put:14,href:4,armel:8,famili:14,select:[8,14],esri:14,hexadecim:14,khan:8,ga244_at_is8:8,distinct:[5,14],msnbot:5,two:14,coverag:5,pmahomm:[5,14],taken:5,remembersort:14,pma__central_column:14,minor:[8,5],more:[14,2],reachabl:14,bulgarian:8,desir:10,kristof:8,oleg:8,particular:[3,4,5,15,2],known:14,destin:3,"bokm\u00e5l":8,cach:[4,5],town:5,none:14,der:8,showfieldtypesindataeditview:14,histori:[8,4,14],remain:[5,14],paragraph:5,rel_countri:5,kosit:8,abram:8,explod:4,renato:8,omit:14,prompt:[4,14],scan:5,share:4,templat:1,max_totalname_length:5,chimera:5,tablesepar:5,computer_socket:3,uncheck:[5,14],huge:14,cours:[5,14],xxxx:14,newlin:14,secur:14,yuichiro_at_pop07:8,hidestructureact:14,hugu:8,reject:14,glund_at_silversoft:8,css:[5,14],upto:5,resourc:3,unprivileg:14,reflect:3,sven:8,okai:4,mendel:[8,2],mariadb:[6,5],associ:4,pma__rec:14,svec:8,tablenavigationlinksmod:14,mous:[5,14],"short":3,john1db:5,footer:14,themepath:[5,14],caus:14,checkbox:[12,15,5,14],help:[8,13,14],firstlevelnavigationitem:14,hypertext:3,soon:5,soom:8,chirayu:8,paper:[5,14],scott:4,urdu:8,ipmask:14,"montr\u00e9al":5,disablei:14,paramet:14,style:[4,5,14],arial:14,db_structur:14,ip_address:3,me_at_supergarv:[8,2],ricardo:8,bypass:[5,14],might:[4,5,14,9],alter:[14,5,10],good:[4,5,14,1],"return":14,pma__usergroup:14,timestamp:14,disable_funct:14,defaulttabt:14,libwww:5,rewriterul:5,ukrain:8,framework:9,botelho:8,rwx:[5,14],bigger:5,troubleshoot:5,userid:5,unlik:4,refresh:14,returnto:4,token:4,tamsjadi:8,innodb:14,fulli:5,unicod:3,proxypass:[5,14],truncat:14,neil:8,wasn:8,idea:[8,4,5,14,1],procedur:[3,5,10],slowdown:5,expandtab:[4,14],expect:5,http:[8,14,2],beyond:4,event:[3,8,10,14],ftp:[4,5,14],suppos:5,marcin:8,robert:8,publish:[14,2],research:3,footnot:10,occurr:5,msie:5,benjamin:8,difficulti:10,proxi:14,advanc:4,browsepointerbackground:14,differ:[8,14],asc:14,reason:[5,14],base:[8,14],ask:14,ash:8,english:[8,4,14],bakondi:8,perhap:4,pma__rel:5,vainauska:8,assign:[5,14],feed:5,major:5,upper:5,feel:4,articl:[5,7],number:14,placehold:5,alexandr:8,done:[5,14],least:[4,5,14],blank:14,stabl:5,miss:14,gpl:2,ssl_ca_path:14,collat:14,format_http:4,interact:3,construct:5,http_cooki:3,station:5,adriaenssen:8,statement:[14,4,5,10],cfg:[4,5,14],ton:14,scheme:14,store:[8,14],schema:[8,14],girish:8,selector:14,villanueva:8,feryanto:8,part:[3,14,5,10],naviwidth:14,webadmin:8,exposur:4,kind:[3,5,14],sta:8,whenev:[5,14],remot:3,remov:[8,4,5,14,15],rsedwardian:8,rewritebas:5,horizont:[3,5],jqueri:[9,2],darlow:8,kindli:5,auth_map:4,acko:[3,8],pma:4,comput:3,jayaratn:8,ownerphon:5,wysiwyg:8,packag:[0,4,5,14],translationwarningthreshold:14,mod_rewrit:5,"null":14,server_rndtoken:4,wilson:8,unintend:14,petdob:5,bz2:14,equival:14,self:[4,14],also:[1,4,5,8,9,10,12,14,15],silent:5,kraai:8,http_user_ag:5,upload_tmp_dir:5,distribut:[8,14,2],func_dat:14,previou:[4,5,14],reach:1,chart:8,most:[1,3,4,5,8,14],plai:4,myisam:[5,10],alpha:5,max_var:5,kempf:8,charg:14,filesystem:14,clear:[4,5],cover:4,qbe:[8,10],usual:[3,4,5,14,1],paul:5,think:5,carefulli:14,consult:1,column_:3,session:[4,5,14,6],particularli:4,marc_at_infomarc:[8,2],font:[14,2],dhundhara:8,find:[4,5,14],impact:[4,5,14],access:[8,14],firewal:[4,5,14],pretti:8,scooter:5,solut:[4,5],clipboard:[5,14],"_server":4,iec:[3,10],first__second__third:14,monospac:14,tyron:8,max_array_index_length:5,express:[3,5,14],setenvif:5,gandon_at_isia:8,mainten:[8,10,14],generator_main_class:1,him:8,restart:5,target:5,crt:4,browsepointercolor:14,ie6:14,rfc:[3,5,10],provid:[1,3,4,5,9,14],defaulttabdatabas:14,common:[3,4,5,14],nowher:14,kleemann:8,certif:[4,14],setinputfilt:5,dump:[8,14],creator:8,psbot0:5,startup:5,see:[8,14,2],seo:5,reserv:14,sel:4,browsemarkercolor:14,alexukf:8,lee:8,someth:[5,14],won:14,gd_graphics_librari:3,opera7:5,ssl_cipher:14,navigationtreetablesepar:[5,14],altern:[4,5,14],numer:[5,14],serverdefault:14,javascript:[8,14],navigationhid:14,disallow:[4,14],chirip:8,wisenutbot:5,solv:5,wiltav:8,both:[4,5,14],last:[5,14,1],delimit:14,mod_gzip_item_includ:5,foreign:14,arbitraryserverregexp:14,context:5,logout:14,whole:[14,4,5,10],load:[14,8,4,5,10],simpli:14,point:[3,5,14],joaotmdia:8,documentclass:5,shutdown:5,suppli:14,desktop:5,shanyan:8,vertic:[3,8],java:5,sessionsavepath:[4,14],navigationlogolinkwindow:14,devic:3,create_t:4,empti:14,secret:14,senderrorreport:14,wait:5,memory_limit:5,repeatcel:14,mind:4,imag:[1,3,4,5,10,14,6],great:[8,13],coordin:[5,14],paulei:8,favicon:4,convers:[8,14],remote_us:5,setfacl:14,batch:10,"while":14,match:[12,4,5,14],behavior:14,error:[8,14],anonym:[5,14],everyon:8,pack:5,kingdom:8,mac_os_x:3,readi:4,jpg:3,asuni:8,itself:[4,5,14],cento:4,attach:[3,14],php_self:4,ignacio:8,minim:[4,5],owneremail:5,shorten:5,shorter:5,tableprimarykeyord:14,conflict:5,higher:5,signon:14,veeven_at_gmail:8,proxypassreversecookiepath:5,optim:[8,5,14],"tom\u00e1\u0161":8,temporari:[4,5,14],winhttp:5,maxdblist:14,winnt4:5,recent:[3,4,5,14],subpackag:[4,14],lower:[5,14],lib:[4,5,1,9],older:[0,5,14],kelli:8,entri:[4,5,14],searchabl:4,person:[3,5,14],userstatu:5,vazquez:8,lin:8,propos:[5,10],explan:[4,5],from:[8,14],table_:3,administ:10,rutkowski:8,snappi:5,getinfo:1,shortcut:[4,5,14],mydatabas:14,input:[8,14],build:[4,5,14,1],bin:[8,5],checklink:5,thilanka:8,vendor:14,format:[8,14],big:14,session_set_cookie_param:4,catalan:8,tabl:[8,14],lanin:8,backquot:5,bit:14,oleg_at_gmail:8,lost:14,table_info:14,resolv:5,collect:3,"boolean":14,proxypassrevers:5,popular:3,engstrom:8,tbl_sql:14,vendor_config:9,often:[4,5,14],creation:[8,14],some:[8,14],relyingparty_result:4,scratchboard:[8,5],proxyurl:14,sampl:[4,5],pmadb:14,mirror:5,scale:5,per:[5,14],pratap:8,bruce:3,larg:14,slash:14,reproduc:5,machin:14,object:[4,1],run:14,zzz:14,ummer:5,weis:8,cochran:8,step:[4,5],bruguera:8,impos:14,blowfish_:3,mmcach:5,delisl:[8,7,2],captchaloginpublickei:[4,14],func_char:14,mcrypt:[3,4,5,6],italian:8,gamma:5,allowthirdpartyfram:14,person_nam:5,within:[15,5,14],row_:3,slovak:8,klokner:8,steven:8,ensur:[4,5,14],chang:[8,14],pcre:[3,14],server_:3,session_start:4,cj_at_gmail:8,fast:5,includ:[8,14,2],suit:[3,5],forward:14,stoyanst:8,doctyp:[4,5],usedbsearch:14,chaudhari:8,link:[1,4,5,8,10,14,15],translat:14,newer:[4,5,14,6],russian:8,line:[1,3,4,5,12,14],torsten:8,trustedproxi:14,utf:[3,4],consist:5,mrbendig:8,hamann:8,reorder:5,mj12bot:5,highlight:14,similar:[4,5,14],enlarg:5,parser:8,chao:8,doesn:14,repres:[3,5,14],"char":[5,14],thomsen:8,incomplet:14,tar_:3,overcom:5,guarante:14,curl:5,rewritecond:5,relationaldisplai:14,invalid:14,town_cod:5,openid_relyingparti:4,urltrend:5,tempdir:[5,14],show_pag:4,navipointercolor:14,heis:5,drag:[12,5],captchaloginprivatekei:[4,14],clue:5,lang:14,algorithm:[3,4,14],mimetyp:14,rather:[4,5,14,15],sherbrook:5,depth:5,foreignkeydropdownord:14,server_address:14,central_column:14,albiol:8,partial:14,miner:5,steve:[8,4],broader:3,edu:8,funck:8,privat:[5,14],bzipdump:14,turkish:8,sensit:14,only_db:14,wizard:[4,5],send:14,mod_proxi:5,sens:1,sent:[8,14],deactiv:[5,14],unzip:4,logincookiedeleteal:14,zigmanta:8,master_db:14,implicitli:3,portable_document_format:3,relev:14,tri:[4,5,14],ajaxif:8,button:[4,5,14],michael:[8,2],stuffit:4,fewer:14,"try":14,mathia:8,alia:8,queryhistorymax:14,refer:[3,5,14],pleas:[4,5,14,1,9],impli:2,smaller:[8,5,14],visualis:5,natur:14,wors:5,noblob:14,uniqu:[3,5],jump:14,gmbh:5,user_prefer:14,odn:8,tobias_at_ratschil:[8,2],download:[4,5,10],ratschil:[8,2],click:14,append:[14,1],victor:8,compat:[3,4,5,8,9,14,6],index:[8,14],fine:5,ia_archiv:5,computer_sci:3,cell:[3,5,14],experiment:14,isapi:[3,4,5],typo3:8,gheni:8,chose:[4,5],tracking_add_drop_databas:14,vinai:8,internet_protocol:3,bodi:4,beck_at_web:8,let:14,session_write_clos:4,ubuntu:14,becom:5,sinc:[4,5,8,12,14,6],pma_dbi:8,convert:5,didn:14,mkkeck_at_us:[8,2],themedefault:[5,14],baishui:8,session_nam:4,larger:[5,14],technolog:3,delorm:8,cert:14,typim:8,auth_kei:4,typic:[3,4,5],forkik_at_gmail:8,rowactiontyp:14,bzip2:[3,5,14],haa:8,appli:[4,5,14,1],approxim:[5,14],foundat:2,gatewai:3,api:[3,5],seosearch:5,apc:5,pma__track:14,zerofil:1,usb:4,zip:[3,6,5,8,10,14],commun:[3,4,10],doubl:[5,14],upgrad:14,intitl:5,next:[4,5,14],websit:[3,8,5,13],few:[4,5,14],usr:4,lesli:8,webcrawl:5,ninad:8,sort:[3,5,14],pencil:15,client_:3,browsemarkerbackground:14,newsblog:5,pdfpages:14,trail:14,defaultqueryt:14,agent:5,central:[8,14],harvest:5,abtract:1,account:[10,14],john_db:5,retriev:[4,14],gabriel:8,ne0x_at_us:8,when:[8,14],showal:14,sessiontimezon:14,opensource_at_jth:8,"j\u00f8rgen":8,about:14,scatter:5,control:[8,14],user_bas:4,weaker:14,tar:[3,4],stankruk_at_neostrada:8,lock:[5,14],codemirroren:14,high:[5,14],auth_http_realm:14,tag:5,jeev:5,opensourc:8,onlin:5,"0000000000000000000000000000763a":4,delai:5,andersen:8,siu:8,slovenian:8,subdirectori:[4,5,14],instead:[4,5,14],chri:8,stock:4,swedish:8,klau:5,attent:4,mod_ssl:5,nordenberg:8,alloc:14,ssl_cert:14,walton_at_nordicdm:8,light:14,astarita:8,correspond:[4,5,14,1],element:[3,5,1],issu:14,encyclopedia:3,allow:[3,4,5,8,10,14,15],subtyp:1,fallback:14,cbb74bc:4,include_path:5,me_at_mynetx:8,move:14,speadsheet:12,iconvextraparam:14,pruett:8,comma:3,korakot_at_inam:8,sarna:8,themeperserv:14,bunch:5,perfect:[4,14],fontfamili:14,edlund_at_upright:8,till:[4,5],chosen:5,wget:5,fujifilm:8,clickabl:14,ukf_at_gmail:8,dorning:5,therefor:14,pixel:14,handl:[4,5,14,1,15],auto:[5,14],dan:8,auth:14,repositori:[3,4,2],mention:[4,5],geert:8,front:5,krukowski:8,somewher:5,anyth:4,querystr:4,beneath:5,register_glob:5,showphpinfo:14,subset:10,strip:[9,5,14],consum:3,drizzl:[8,6,5,14],httrack:5,our:[1,5,8,7,13,14],navigationtreetablelevel:14,patch:[8,14],tracking_add_drop_view:14,special:14,out:[13,14],variabl:14,gandon:8,showstat:14,acunetix:5,naeem:8,index_:3,rel:[4,5],hardwar:[4,14],peccatt:8,statist:[8,14],insid:[4,5,14,1,9],manipul:[3,10,14],transliter:14,releas:[8,5,14,2],mysql_pconnect:14,ltr:4,could:[12,4,5,14],david:8,navigationdisplaylogo:14,length:14,enforc:14,organis:3,db_sql:14,outsid:[4,14,1],transfer:[3,4,5,14],geometri:5,manuzhai:8,endors:7,baiduspid:5,suffix:[4,14],christoph:8,echo:4,date:[5,14],muhammad:8,buggi:[4,5],netcologn:5,owner:[4,14],enable_token_cach:4,showchgpassword:14,suffic:4,alioglu:8,"long":[3,5,14,1],strict:14,rouslan_at_placella:8,minsizeforinputfield:14,mkdir:[4,5],system:[3,4,5,8,9,14],wrapper:4,ssloption:5,fontfamilyfix:14,attack:14,lower_case_table_nam:5,pavel:8,rfc2616_header:5,lacina:8,"final":5,ipv4:3,shell:5,lot:14,methodolog:3,slider:14,obgzip:[5,14],textfield:1,haven:5,gzipdump:14,photograph:3,charact:14,htaccess:[3,4,5],seriou:5,stoyanster_at_gmail:8,upload_progress:5,julian:3,respons:3,sysadmin:[5,14],miquel:8,have:[8,13,14,2],ari:8,close:[4,5,14],authrequest:4,turn:[5,14],border:14,vetoffic:5,afraid:4,rout:14,contact:4,browsemim:14,which:[14,2],singh:8,exabot:5,singl:14,brazil:8,untar:4,unless:[4,5],transmit:5,who:[8,14],discov:4,cipher:[3,14],buddika:8,nutchcv:5,stdenvvar:5,segment:14,herman:8,placement:5,secure_sockets_lay:3,url:14,uploaddir:[5,14],uro:8,showhint:14,pipe:14,deni:[8,14],snapshot:14,determin:14,built:[8,5],fact:[5,14],dbm:3,abeyrathna:8,verbos:[4,5,14],dbg:14,dbf:5,ssl_kei:14,server_nam:4,turek:[8,2],"mat\u00eda":8,controlus:[4,5,14],redirect:14,textual:5,locat:2,launchpad:4,much:[5,1],auth_typ:[4,5,14],should:[8,14,2],manufactur:3,bernard:8,tape:3,local:14,"lu\u00ed":8,hope:2,contribut:[8,5,13],autom:[8,4],recode_str:14,drawn:1,increas:[5,14],db2:14,awai:5,takahashi:8,shp:5,portion:[9,14],enabl:14,organ:3,showasphp:14,navarro:8,grai:5,stuff:8,she:5,contain:14,grab:[4,5],mynam:5,view:[8,14],conform:3,win98:5,frame:[8,5,14],packet:3,malfunct:5,dialog:[4,5],alessandro:8,temporarili:5,tracking_add_drop_t:14,statu:[8,4,5,14],pdfdefaultpages:14,correctli:[5,14],mainli:3,nopassword:14,dll:5,written:[5,13],default_socket:5,boutel:3,navigationtreedisplaydbfilterminimum:14,longtabl:5,neither:[5,14],thumbnail:6,classless:14,kei:[8,14],smart:14,job:4,entir:[4,5,6],joe:[8,5],useless:5,server_privileg:14,addit:[8,14],extens:[8,14],libiconv:14,etc:[4,5,14,1],instanc:14,admir:8,tschopp:8,strftime:5,comment:[8,14],chmod:[4,5,14],pma_single_signon_port:4,defaultquerydatabas:14,respect:[5,2],gheni_at_yahoo:8,withdrawn:8,unclean:5,quit:[8,5,14],disablemultitablemainten:14,"10_at_windowsl":8,addition:14,compos:14,signonscript:[4,14],json:[6,5],treat:5,logincookiestor:14,infrastructur:4,filippo:5,adob:3,reservedworddisablewarn:14,moreov:5,openid_messag:4,togeth:14,present:[4,5,14],hitowerdigit_at_hotmail:8,replic:8,multi:[8,14],tbl_chang:[8,14],showdbstructurecr:14,"\u010diha\u0159":[8,4,2],align:5,yuichiro:8,harden:5,defin:[3,15,5,14,1],wilk:8,server_databas:14,ini:[14,5,10],layer:3,purchas:4,dieter:8,almost:14,demo:14,site:[4,5,14,7],skiplockedt:14,archiv:[3,5],incom:4,revis:[3,5],pmaabsoluteuri:[5,14],japanes:8,stored_procedur:3,referenti:[10,14],cross:[3,4,14],python:5,pma_password:5,largest:5,abravo_at_hq:8,linklengthlimit:14,inc:[4,5,14,9],difficult:5,proxypassreversecookiedomain:5,mousewheel:5,hostnam:[3,4,5,14],expans:[5,14],effect:14,naturalord:14,thcolor:14,php:[8,14,2],codemirror:14,login:14,expand:5,keep:[4,5,14],real_us:4,off:[5,14],center:[4,5],nevertheless:4,builder:8,well:[14,8,4,5,10],real_password:4,exampl:[8,14],command:[4,5,14],achiev:14,choos:[4,5,14,1],fail:14,metagerbot:5,yasir:8,latest:[3,5,14],mehboobbugti_at_gmail:8,newest:14,cspallow:14,less:[12,4,5,14],obtain:14,tcp:[3,5,14],corazza_at_wanadoo:8,skill:5,robert_readman_at_hotmail:8,smita:8,mainbackground:14,utf8_general_ci:14,script:[8,14],add:14,uighur:8,showsql:14,pma__column_com:14,kick:5,css2:8,bigdump:5,branch:4,max_request_vari:5,pma__table_info:[5,14],redesign:8,password:14,desc:14,insert:[8,14],like:[8,14],success:5,header:14,pma__column_info:14,necessari:[14,1],navibackground:14,martin:8,separated_valu:3,resiz:5,crawler:5,revers:14,prepend:1,convei:3,jan:8,"kozio\u0142":8,linux:[0,14],"landh\u00e4u\u00df":8,unstuff:4,proper:[1,4,5,10,12,14],home:15,fileinfo:5,peter:8,laurent:8,librari:[8,14,2],tmp:14,guid:[0,7],my_db:14,lead:5,ownerphone2:5,avoid:[5,14],phpinfo:[5,14],octet:5,tooltip:5,leav:[5,14,1],lord_dark_at_wp:8,server_port:4,backend:5,kiddi:5,getnam:1,"enum":[8,1],usag:[15,5,14],host:[8,14],although:[8,5],"7euser":5,sbin:4,actual:[5,1],socket:14,kawada_at_den:8,column:[8,14],server_check:4,andersen_at_gmail:8,zip_:3,localnetb:14,localneta:14,disabl:[4,5,14],not_nul:1,own:14,include_onc:4,actionlinksmod:14,transformation_overview:1,automat:[8,14],due:[5,14],warranti:2,lund:8,robbat2_at_us:[8,2],generator_plugin:1,getmessag:4,sander:8,w3c:[3,5],van:8,panagioti:8,appl:3,downgrad:5,kang:8,"var":[4,5,9],information_schema:14,"function":[8,14],unexpect:5,alexi:8,lossi:3,soulard:8,eas:1,inlin:6,bug:[8,14],piller:8,count:[4,5,14],made:[3,8,5,14],database_trigg:3,whether:[15,14,9],wish:[12,4,14,15],defaultfunct:14,troubl:14,record:[3,15],below:14,meta:[4,14,1],limit:14,otherwis:[5,14],problem:14,epel:4,ilnytskyi:8,dure:[12,4,5],filenam:[5,1],implement:[4,14,1],erik:[8,5],sinhala:8,probabl:[4,5,9],stefan_at_inkopsforum:8,nakandala:8,detail:[5,14,2],logincookierecal:14,other:[13,14],futur:[5,14],normal:[8,4,5,14,1],php4:[8,5],kankanamg:8,blowfish_secret:[4,14],php3:8,repeat:[5,14],star:[8,5],mysql_upgrad:5,"class":[4,5,1],june:8,kanichet_at_hotmail:8,server_statu:[4,14],showpropertycom:14,debian:14,gergo314:8,markup:3,outsourc:8,fund:4,reliabl:5,kanji:8,rule:[4,5,14,1],logincookievaliditydisablewarn:14,post_max_s:5,relyingparti:4,emerg:4,rajandran:8,decemb:8,phpwizard:[8,5]},objtypes:{"0":"config:option"},objnames:{"0":["config","option","Config config option"]},filenames:["index","transformations","copyright","glossary","setup","faq","require","other","credits","vendors","intro","user","import_export","developers","config","privileges"],titles:["Welcome to phpMyAdmin’s documentation!","Transformations","Copyright","Glossary","Installation","FAQ - Frequently Asked Questions","Requirements","Other sources of information","Credits","Distributing and packaging phpMyAdmin","Introduction","User Guide","Import and export","Developers Information","Configuration","User management"],objects:{"":{"$cfg['ExecTimeLimit']":[14,0,1,"cfg_ExecTimeLimit"],"$cfg['Servers'][$i]['SignonURL']":[14,0,1,"cfg_Servers_SignonURL"],"$cfg['UploadDir']":[14,0,1,"cfg_UploadDir"],"$cfg['Servers'][$i]['socket']":[14,0,1,"cfg_Servers_socket"],"$cfg['Servers'][$i]['controlpass']":[14,0,1,"cfg_Servers_controlpass"],"$cfg['Servers'][$i]['AllowRoot']":[14,0,1,"cfg_Servers_AllowRoot"],"$cfg['Servers'][$i]['AllowDeny']['order']":[14,0,1,"cfg_Servers_AllowDeny_order"],"$cfg['BrowseMarkerBackground']":[14,0,1,"cfg_BrowseMarkerBackground"],"$cfg['SessionSavePath']":[14,0,1,"cfg_SessionSavePath"],"$cfg['ShowBrowseComments']":[14,0,1,"cfg_ShowBrowseComments"],"$cfg['CompressOnFly']":[14,0,1,"cfg_CompressOnFly"],"$cfg['ThemeManager']":[14,0,1,"cfg_ThemeManager"],"$cfg['Servers'][$i]['recent']":[14,0,1,"cfg_Servers_recent"],"$cfg['OBGzip']":[14,0,1,"cfg_OBGzip"],"$cfg['MaxRows']":[14,0,1,"cfg_MaxRows"],"$cfg['SaveCellsAtOnce']":[14,0,1,"cfg_SaveCellsAtOnce"],"$cfg['NavigationTreeDisplayItemFilterMinimum']":[14,0,1,"cfg_NavigationTreeDisplayItemFilterMinimum"],"$cfg['Servers'][$i]['compress']":[14,0,1,"cfg_Servers_compress"],"$cfg['ProtectBinary']":[14,0,1,"cfg_ProtectBinary"],"$cfg['DisplayServersList']":[14,0,1,"cfg_DisplayServersList"],"$cfg['ShowPropertyComments']":[14,0,1,"cfg_ShowPropertyComments"],"$cfg['ShowDatabasesNavigationAsTree']":[14,0,1,"cfg_ShowDatabasesNavigationAsTree"],"$cfg['MaxDbList']":[14,0,1,"cfg_MaxDbList"],"$cfg['Servers'][$i]['SignonSession']":[14,0,1,"cfg_Servers_SignonSession"],"$cfg['Servers'][$i]['password']":[14,0,1,"cfg_Servers_password"],"$cfg['Export']['method']":[14,0,1,"cfg_Export_method"],"$cfg['FontFamilyFixed']":[14,0,1,"cfg_FontFamilyFixed"],"$cfg['NavigationLogoLink']":[14,0,1,"cfg_NavigationLogoLink"],"$cfg['ThemePath']":[14,0,1,"cfg_ThemePath"],"$cfg['Servers'][$i]['port']":[14,0,1,"cfg_Servers_port"],"$cfg['Confirm']":[14,0,1,"cfg_Confirm"],"$cfg['Servers'][$i]['tracking_version_auto_create']":[14,0,1,"cfg_Servers_tracking_version_auto_create"],"$cfg['Servers'][$i]['navigationhiding']":[14,0,1,"cfg_Servers_navigationhiding"],"$cfg['ReservedWordDisableWarning']":[14,0,1,"cfg_ReservedWordDisableWarning"],"$cfg['DefaultLang']":[14,0,1,"cfg_DefaultLang"],"$cfg['LinkLengthLimit']":[14,0,1,"cfg_LinkLengthLimit"],"$cfg['DBG']['sql']":[14,0,1,"cfg_DBG_sql"],"$cfg['Servers']":[14,0,1,"cfg_Servers"],"$cfg['NavigationTreeEnableGrouping']":[14,0,1,"cfg_NavigationTreeEnableGrouping"],"$cfg['Servers'][$i]['table_uiprefs']":[14,0,1,"cfg_Servers_table_uiprefs"],"$cfg['DefaultQueryTable']":[14,0,1,"cfg_DefaultQueryTable"],"$cfg['NaviPointerBackground']":[14,0,1,"cfg_NaviPointerBackground"],"$cfg['Servers'][$i]['user']":[14,0,1,"cfg_Servers_user"],"$cfg['ShowPhpInfo']":[14,0,1,"cfg_ShowPhpInfo"],"$cfg['Servers'][$i]['AllowNoPassword']":[14,0,1,"cfg_Servers_AllowNoPassword"],"$cfg['SQLQuery']['Refresh']":[14,0,1,"cfg_SQLQuery_Refresh"],"$cfg['ZipDump']":[14,0,1,"cfg_ZipDump"],"$cfg['SQLQuery']['Explain']":[14,0,1,"cfg_SQLQuery_Explain"],"$cfg['ShowAll']":[14,0,1,"cfg_ShowAll"],"$cfg['CheckConfigurationPermissions']":[14,0,1,"cfg_CheckConfigurationPermissions"],"$cfg['DefaultQueryDatabase']":[14,0,1,"cfg_DefaultQueryDatabase"],"$cfg['TextareaCols']":[14,0,1,"cfg_TextareaCols"],"$cfg['Border']":[14,0,1,"cfg_Border"],"$cfg['Servers'][$i]['verbose']":[14,0,1,"cfg_Servers_verbose"],"$cfg['Servers'][$i]['pdf_pages']":[14,0,1,"cfg_Servers_pdf_pages"],"$cfg['HideStructureActions']":[14,0,1,"cfg_HideStructureActions"],"$cfg['RetainQueryBox']":[14,0,1,"cfg_RetainQueryBox"],"$cfg['Order']":[14,0,1,"cfg_Order"],"$cfg['ProxyPass']":[14,0,1,"cfg_ProxyPass"],"$cfg['PmaAbsoluteUri']":[14,0,1,"cfg_PmaAbsoluteUri"],"$cfg['LimitChars']":[14,0,1,"cfg_LimitChars"],"$cfg['ShowFieldTypesInDataEditView']":[14,0,1,"cfg_ShowFieldTypesInDataEditView"],"$cfg['Servers'][$i]['controluser']":[14,0,1,"cfg_Servers_controluser"],"$cfg['NavigationTreeTableLevel']":[14,0,1,"cfg_NavigationTreeTableLevel"],"$cfg['Servers'][$i]['relation']":[14,0,1,"cfg_Servers_relation"],"$cfg['ActionLinksMode']":[14,0,1,"cfg_ActionLinksMode"],"$cfg['Servers'][$i]['MaxTableUiprefs']":[14,0,1,"cfg_Servers_MaxTableUiprefs"],"$cfg['ZeroConf']":[14,0,1,"cfg_ZeroConf"],"$cfg['UserprefsDeveloperTab']":[14,0,1,"cfg_UserprefsDeveloperTab"],"$cfg['RelationalDisplay']":[14,0,1,"cfg_RelationalDisplay"],"$cfg['LoginCookieValidityDisableWarning']":[14,0,1,"cfg_LoginCookieValidityDisableWarning"],"$cfg['ShowDbStructureLastUpdate']":[14,0,1,"cfg_ShowDbStructureLastUpdate"],"$cfg['SendErrorReports']":[14,0,1,"cfg_SendErrorReports"],"$cfg['GZipDump']":[14,0,1,"cfg_GZipDump"],"$cfg['Servers'][$i]['connect_type']":[14,0,1,"cfg_Servers_connect_type"],"$cfg['Servers'][$i]['SessionTimeZone']":[14,0,1,"cfg_Servers_SessionTimeZone"],"$cfg['CaptchaLoginPublicKey']":[14,0,1,"cfg_CaptchaLoginPublicKey"],"$cfg['MemoryLimit']":[14,0,1,"cfg_MemoryLimit"],"$cfg['TextareaAutoSelect']":[14,0,1,"cfg_TextareaAutoSelect"],"$cfg['Servers'][$i]['auth_swekey_config']":[14,0,1,"cfg_Servers_auth_swekey_config"],"$cfg['BZipDump']":[14,0,1,"cfg_BZipDump"],"$cfg['BrowseMarkerEnable']":[14,0,1,"cfg_BrowseMarkerEnable"],"$cfg['ShowStats']":[14,0,1,"cfg_ShowStats"],"$cfg['ThemeDefault']":[14,0,1,"cfg_ThemeDefault"],"$cfg['NaturalOrder']":[14,0,1,"cfg_NaturalOrder"],"$cfg['TitleServer']":[14,0,1,"cfg_TitleServer"],"$cfg['ThColor']":[14,0,1,"cfg_ThColor"],"$cfg['BrowsePointerColor']":[14,0,1,"cfg_BrowsePointerColor"],"$cfg['DefaultConnectionCollation']":[14,0,1,"cfg_DefaultConnectionCollation"],"$cfg['RowActionType']":[14,0,1,"cfg_RowActionType"],"$cfg['AllowThirdPartyFraming']":[14,0,1,"cfg_AllowThirdPartyFraming"],"$cfg['Servers'][$i]['bookmarktable']":[14,0,1,"cfg_Servers_bookmarktable"],"$cfg['NavigationDisplayLogo']":[14,0,1,"cfg_NavigationDisplayLogo"],"$cfg['Servers'][$i]['ssl_ca']":[14,0,1,"cfg_Servers_ssl_ca"],"$cfg['Servers'][$i]['nopassword']":[14,0,1,"cfg_Servers_nopassword"],"$cfg['NavigationTreeDefaultTabTable']":[14,0,1,"cfg_NavigationTreeDefaultTabTable"],"$cfg['NavigationLogoLinkWindow']":[14,0,1,"cfg_NavigationLogoLinkWindow"],"$cfg['FilterLanguages']":[14,0,1,"cfg_FilterLanguages"],"$cfg['ShowSQL']":[14,0,1,"cfg_ShowSQL"],"$cfg['InitialSlidersState']":[14,0,1,"cfg_InitialSlidersState"],"$cfg['Servers'][$i]['userconfig']":[14,0,1,"cfg_Servers_userconfig"],"$cfg['blowfish_secret']":[14,0,1,"cfg_blowfish_secret"],"$cfg['DefaultTabTable']":[14,0,1,"cfg_DefaultTabTable"],"$cfg['ShowServerInfo']":[14,0,1,"cfg_ShowServerInfo"],"$cfg['ShowChgPassword']":[14,0,1,"cfg_ShowChgPassword"],"$cfg['Servers'][$i]['ssl']":[14,0,1,"cfg_Servers_ssl"],"$cfg['Servers'][$i]['hide_db']":[14,0,1,"cfg_Servers_hide_db"],"$cfg['MaxCharactersInDisplayedSQL']":[14,0,1,"cfg_MaxCharactersInDisplayedSQL"],"$cfg['LoginCookieValidity']":[14,0,1,"cfg_LoginCookieValidity"],"$cfg['Servers'][$i]['ssl_ciphers']":[14,0,1,"cfg_Servers_ssl_ciphers"],"$cfg['Servers'][$i]['controlport']":[14,0,1,"cfg_Servers_controlport"],"$cfg['ShowDbStructureLastCheck']":[14,0,1,"cfg_ShowDbStructureLastCheck"],"$cfg['DefaultTabServer']":[14,0,1,"cfg_DefaultTabServer"],"$cfg['UserprefsDisallow']":[14,0,1,"cfg_UserprefsDisallow"],"$cfg['TablePrimaryKeyOrder']":[14,0,1,"cfg_TablePrimaryKeyOrder"],"$cfg['CharTextareaRows']":[14,0,1,"cfg_CharTextareaRows"],"$cfg['BgOne']":[14,0,1,"cfg_BgOne"],"$cfg['Servers'][$i]['DisableIS']":[14,0,1,"cfg_Servers_DisableIS"],"$cfg['Servers'][$i]['ssl_cert']":[14,0,1,"cfg_Servers_ssl_cert"],"$cfg['ShowDbStructureCreation']":[14,0,1,"cfg_ShowDbStructureCreation"],"$cfg['QueryHistoryMax']":[14,0,1,"cfg_QueryHistoryMax"],"$cfg['BrowsePointerEnable']":[14,0,1,"cfg_BrowsePointerEnable"],"$cfg['LoginCookieStore']":[14,0,1,"cfg_LoginCookieStore"],"$cfg['Servers'][$i]['history']":[14,0,1,"cfg_Servers_history"],"$cfg['BgTwo']":[14,0,1,"cfg_BgTwo"],"$cfg['TitleDatabase']":[14,0,1,"cfg_TitleDatabase"],"$cfg['Servers'][$i]['auth_type']":[14,0,1,"cfg_Servers_auth_type"],"$cfg['RowActionLinks']":[14,0,1,"cfg_RowActionLinks"],"$cfg['GD2Available']":[14,0,1,"cfg_GD2Available"],"$cfg['Servers'][$i]['column_info']":[14,0,1,"cfg_Servers_column_info"],"$cfg['TitleDefault']":[14,0,1,"cfg_TitleDefault"],"$cfg['DefaultFunctions']":[14,0,1,"cfg_DefaultFunctions"],"$cfg['GridEditing']":[14,0,1,"cfg_GridEditing"],"$cfg['QueryHistoryDB']":[14,0,1,"cfg_QueryHistoryDB"],"$cfg['SQLQuery']['ShowAsPHP']":[14,0,1,"cfg_SQLQuery_ShowAsPHP"],"$cfg['SaveDir']":[14,0,1,"cfg_SaveDir"],"$cfg['TempDir']":[14,0,1,"cfg_TempDir"],"$cfg['NavigationTreeTableSeparator']":[14,0,1,"cfg_NavigationTreeTableSeparator"],"$cfg['TranslationWarningThreshold']":[14,0,1,"cfg_TranslationWarningThreshold"],"$cfg['Servers'][$i]['usergroups']":[14,0,1,"cfg_Servers_usergroups"],"$cfg['Servers'][$i]['tracking_add_drop_database']":[14,0,1,"cfg_Servers_tracking_add_drop_database"],"$cfg['Servers'][$i]['tracking']":[14,0,1,"cfg_Servers_tracking"],"$cfg['ShowHint']":[14,0,1,"cfg_ShowHint"],"$cfg['MainBackground']":[14,0,1,"cfg_MainBackground"],"$cfg['Export']":[14,0,1,"cfg_Export"],"$cfg['Servers'][$i]['auth_http_realm']":[14,0,1,"cfg_Servers_auth_http_realm"],"$cfg['Servers'][$i]['controlhost']":[14,0,1,"cfg_Servers_controlhost"],"$cfg['UseDbSearch']":[14,0,1,"cfg_UseDbSearch"],"$cfg['IconvExtraParams']":[14,0,1,"cfg_IconvExtraParams"],"$cfg['DisableMultiTableMaintenance']":[14,0,1,"cfg_DisableMultiTableMaintenance"],"$cfg['LoginCookieRecall']":[14,0,1,"cfg_LoginCookieRecall"],"$cfg['TabsMode']":[14,0,1,"cfg_TabsMode"],"$cfg['Servers'][$i]['ssl_key']":[14,0,1,"cfg_Servers_ssl_key"],"$cfg['Servers'][$i]['tracking_add_drop_table']":[14,0,1,"cfg_Servers_tracking_add_drop_table"],"$cfg['DefaultTabDatabase']":[14,0,1,"cfg_DefaultTabDatabase"],"$cfg['LongtextDoubleTextarea']":[14,0,1,"cfg_LongtextDoubleTextarea"],"$cfg['NaviWidth']":[14,0,1,"cfg_NaviWidth"],"$cfg['MaxTableList']":[14,0,1,"cfg_MaxTableList"],"$cfg['RepeatCells']":[14,0,1,"cfg_RepeatCells"],"$cfg['TitleTable']":[14,0,1,"cfg_TitleTable"],"$cfg['AllowArbitraryServer']":[14,0,1,"cfg_AllowArbitraryServer"],"$cfg['RecodingEngine']":[14,0,1,"cfg_RecodingEngine"],"$cfg['PDFPageSizes']":[14,0,1,"cfg_PDFPageSizes"],"$cfg['DBG']['demo']":[14,0,1,"cfg_DBG_demo"],"$cfg['NaviBackground']":[14,0,1,"cfg_NaviBackground"],"$cfg['VersionCheck']":[14,0,1,"cfg_VersionCheck"],"$cfg['SuhosinDisableWarning']":[14,0,1,"cfg_SuhosinDisableWarning"],"$cfg['BrowsePointerBackground']":[14,0,1,"cfg_BrowsePointerBackground"],"$cfg['PDFDefaultPageSize']":[14,0,1,"cfg_PDFDefaultPageSize"],"$cfg['IgnoreMultiSubmitErrors']":[14,0,1,"cfg_IgnoreMultiSubmitErrors"],"$cfg['BrowseMIME']":[14,0,1,"cfg_BrowseMIME"],"$cfg['NumRecentTables']":[14,0,1,"cfg_NumRecentTables"],"$cfg['RememberSorting']":[14,0,1,"cfg_RememberSorting"],"$cfg['CodemirrorEnable']":[14,0,1,"cfg_CodemirrorEnable"],"$cfg['ForeignKeyMaxLimit']":[14,0,1,"cfg_ForeignKeyMaxLimit"],"$cfg['ForeignKeyDropdownOrder']":[14,0,1,"cfg_ForeignKeyDropdownOrder"],"$cfg['Servers'][$i]['host']":[14,0,1,"cfg_Servers_host"],"$cfg['NavigationTreeDisplayDbFilterMinimum']":[14,0,1,"cfg_NavigationTreeDisplayDbFilterMinimum"],"$cfg['TextareaRows']":[14,0,1,"cfg_TextareaRows"],"$cfg['Servers'][$i]['tracking_default_statements']":[14,0,1,"cfg_Servers_tracking_default_statements"],"$cfg['TableNavigationLinksMode']":[14,0,1,"cfg_TableNavigationLinksMode"],"$cfg['ServerDefault']":[14,0,1,"cfg_ServerDefault"],"$cfg['NavigationTreeDefaultTabTable2']":[14,0,1,"cfg_NavigationTreeDefaultTabTable2"],"$cfg['ProxyUrl']":[14,0,1,"cfg_ProxyUrl"],"$cfg['ShowCreateDb']":[14,0,1,"cfg_ShowCreateDb"],"$cfg['ArbitraryServerRegexp']":[14,0,1,"cfg_ArbitraryServerRegexp"],"$cfg['ThemePerServer']":[14,0,1,"cfg_ThemePerServer"],"$cfg['Servers'][$i]['central_columns']":[14,0,1,"cfg_Servers_central_columns"],"$cfg['InsertRows']":[14,0,1,"cfg_InsertRows"],"$cfg['LoginCookieDeleteAll']":[14,0,1,"cfg_LoginCookieDeleteAll"],"$cfg['NavigationLinkWithMainPanel']":[14,0,1,"cfg_NavigationLinkWithMainPanel"],"$cfg['CaptchaLoginPrivateKey']":[14,0,1,"cfg_CaptchaLoginPrivateKey"],"$cfg['Servers'][$i]['ssl_ca_path']":[14,0,1,"cfg_Servers_ssl_ca_path"],"$cfg['PersistentConnections']":[14,0,1,"cfg_PersistentConnections"],"$cfg['ServerLibraryDifference_DisableWarning']":[14,0,1,"cfg_ServerLibraryDifference_DisableWarning"],"$cfg['Servers'][$i]['only_db']":[14,0,1,"cfg_Servers_only_db"],"$cfg['SkipLockedTables']":[14,0,1,"cfg_SkipLockedTables"],"$cfg['CharTextareaCols']":[14,0,1,"cfg_CharTextareaCols"],"$cfg['NavigationTreePointerEnable']":[14,0,1,"cfg_NavigationTreePointerEnable"],"$cfg['ForceSSL']":[14,0,1,"cfg_ForceSSL"],"$cfg['SQLQuery']['Edit']":[14,0,1,"cfg_SQLQuery_Edit"],"$cfg['NavigationTreeEnableExpansion']":[14,0,1,"cfg_NavigationTreeEnableExpansion"],"$cfg['NavigationTreeDbSeparator']":[14,0,1,"cfg_NavigationTreeDbSeparator"],"$cfg['Servers'][$i]['LogoutURL']":[14,0,1,"cfg_Servers_LogoutURL"],"$cfg['ThBackground']":[14,0,1,"cfg_ThBackground"],"$cfg['CSPAllow']":[14,0,1,"cfg_CSPAllow"],"$cfg['ShowFunctionFields']":[14,0,1,"cfg_ShowFunctionFields"],"$cfg['Lang']":[14,0,1,"cfg_Lang"],"$cfg['AllowUserDropDatabase']":[14,0,1,"cfg_AllowUserDropDatabase"],"$cfg['MaxExactCountViews']":[14,0,1,"cfg_MaxExactCountViews"],"$cfg['Servers'][$i]['table_coords']":[14,0,1,"cfg_Servers_table_coords"],"$cfg['Import']":[14,0,1,"cfg_Import"],"$cfg['DBG']":[14,0,1,"cfg_DBG"],"$cfg['AvailableCharsets']":[14,0,1,"cfg_AvailableCharsets"],"$cfg['MaxSizeForInputField']":[14,0,1,"cfg_MaxSizeForInputField"],"$cfg['Servers'][$i]['SignonScript']":[14,0,1,"cfg_Servers_SignonScript"],"$cfg['NaviPointerColor']":[14,0,1,"cfg_NaviPointerColor"],"$cfg['CharEditing']":[14,0,1,"cfg_CharEditing"],"$cfg['Servers'][$i]['table_info']":[14,0,1,"cfg_Servers_table_info"],"$cfg['MaxExactCount']":[14,0,1,"cfg_MaxExactCount"],"$cfg['PmaNoRelation_DisableWarning']":[14,0,1,"cfg_PmaNoRelation_DisableWarning"],"$cfg['MaxNavigationItems']":[14,0,1,"cfg_MaxNavigationItems"],"$cfg['Servers'][$i]['tracking_add_drop_view']":[14,0,1,"cfg_Servers_tracking_add_drop_view"],"$cfg['BrowseMarkerColor']":[14,0,1,"cfg_BrowseMarkerColor"],"$cfg['NavigationDisplayServers']":[14,0,1,"cfg_NavigationDisplayServers"],"$cfg['PropertiesNumColumns']":[14,0,1,"cfg_PropertiesNumColumns"],"$cfg['FirstLevelNavigationItems']":[14,0,1,"cfg_FirstLevelNavigationItems"],"$cfg['MinSizeForInputField']":[14,0,1,"cfg_MinSizeForInputField"],"$cfg['FontFamily']":[14,0,1,"cfg_FontFamily"],"$cfg['Servers'][$i]['savedsearches']":[14,0,1,"cfg_Servers_savedsearches"],"$cfg['Servers'][$i]['users']":[14,0,1,"cfg_Servers_users"],"$cfg['Servers'][$i]['AllowDeny']['rules']":[14,0,1,"cfg_Servers_AllowDeny_rules"],"$cfg['Servers'][$i]['pmadb']":[14,0,1,"cfg_Servers_pmadb"],"$cfg['ProxyUser']":[14,0,1,"cfg_ProxyUser"],"$cfg['TrustedProxies']":[14,0,1,"cfg_TrustedProxies"]}},titleterms:{queri:[5,14],follow:5,row:5,decim:5,send:5,under:5,sent:5,sourc:7,string:5,faq:5,brows:[5,14],list:5,upload:[5,14],"try":5,cooki:[4,5,14],prevent:5,homonym:5,zero:4,design:[5,14],port:5,index:5,what:5,abl:5,access:5,delet:[15,5],version:[8,4,5],"new":[15,5],full:5,hash:5,gener:[5,14],never:5,let:5,ubuntu:4,modifi:5,valu:5,box:[5,14],search:5,credit:8,action:5,chang:5,employe:5,via:5,firefox:5,prefer:5,ask:5,unix:5,mysqldump:5,instal:[4,5],select:5,esri:5,from:[4,5],would:5,memori:5,konqueror:5,two:5,type:5,start:5,more:5,hundr:5,relat:5,warn:5,known:5,mozilla:5,word:10,restor:5,setup:[4,5,14],work:5,chronolog:8,can:5,umlaut:5,root:5,control:5,explor:5,give:5,process:5,indic:0,heard:5,tab:14,huge:5,multipl:5,secur:[4,5],spreadsheet:12,how:5,csv:5,config:4,gentoo:4,alwai:5,sql_mode:5,after:5,lump:5,mac:5,underscor:5,pdf:[5,14],data:5,welcom:[0,5],third:2,favorit:5,robot:5,issu:5,inform:[7,5,13],"switch":5,enter:5,order:8,oper:5,help:5,move:5,becaus:5,privileg:[15,5],hierarchi:5,paramet:5,db_structur:5,open_basedir:5,fix:5,clickabl:5,window:[4,5],main:14,non:5,"return":5,thei:5,proce:5,safe:5,auth:5,safari:5,now:5,introduct:[10,1],name:[12,5],edit:[15,5,14],simpl:5,drop:5,authent:[4,5,14],win32:5,easili:5,exampl:5,innodb:5,mode:[4,5,14],timeout:5,each:5,found:5,misbehav:5,mean:5,connect:[5,14],happen:5,special:5,out:5,variabl:5,shown:5,open:12,content:5,internet:5,print:7,correct:5,red:4,proxi:5,navig:[5,14],quick:4,base:5,mime:5,put:5,mysqli:5,just:5,isp:5,synchron:5,wrong:5,refus:5,length:5,unabl:5,onto:5,assign:15,frequent:5,first:5,origin:8,rang:5,directli:5,enterpris:4,onc:5,lastnam:5,xitami:5,number:5,transform:[5,1],restrict:5,alreadi:5,blank:5,miss:5,primari:5,differ:5,script:[4,5],bookmark:5,unknown:5,licens:2,sometim:5,messag:5,attack:5,store:5,schema:5,option:[5,14],relationship:5,tool:5,copi:5,"17a":5,pars:5,than:5,structur:[5,14,1],charact:5,project:5,browser:[6,5],sai:5,mine:5,packag:9,suhosin:5,manner:5,have:5,tabl:[0,5,12],need:5,seem:5,"null":5,caus:5,click:5,without:5,which:5,noth:5,singl:5,"5b4":5,sure:5,distribut:[4,5,9],plenti:5,who:5,compress:5,chart:5,mandriva:4,pr1:5,specifi:5,why:5,latex:5,renam:5,url:5,request:5,doe:5,deni:5,determin:5,microsoft:5,dot:5,german:5,text:[5,14],bring:5,font:5,redirect:5,onli:5,locat:5,execut:5,copyright:2,configur:[4,5,14],apach:5,should:5,theme:[5,14],folder:5,local:5,variou:14,get:5,between:5,nativ:5,cannot:5,progress:5,requir:[6,5],bar:5,enabl:5,reload:5,statist:5,contain:5,through:5,where:5,view:5,set:[5,14],dump:5,mod_gzip:5,see:5,result:5,fail:5,extend:5,databas:[15,5,14,6],won:5,opera6:5,"import":[12,5,14],kei:5,screen:5,javascript:5,extens:5,lowercas:5,wtf:5,come:5,addit:5,protect:5,cryptic:5,shapefil:5,against:5,foreign:5,tutori:7,mani:5,login:5,seri:5,comment:5,phpmyadmin:[0,4,5,9],simpli:5,undefin:5,hyphen:5,header:5,linux:4,guid:11,withdrawn:5,duplic:5,empti:5,basic:14,ani:5,understand:5,togeth:5,those:5,multi:5,"while":5,behavior:5,error:5,glossari:3,them:5,cluster:5,crash:5,ascii:5,develop:[5,14,13],fedora:4,receiv:5,parti:2,make:5,same:5,html:5,document:[0,5,12,8],complet:5,signon:4,http:[4,5],nest:5,effect:5,evil:5,alert:5,user:[15,5,10,11],improv:5,extern:9,php:[6,5],appropri:5,older:4,swekei:4,client:5,thi:5,gzip:5,protocol:5,firstnam:5,when:5,mysql:[5,14],languag:[5,14],web:[6,14],nick:5,smith:5,add:5,other:[5,7],blob:5,input:5,save:14,hat:4,applic:5,varchar:5,format:5,big:5,know:5,password:5,insert:5,like:5,specif:[15,5],whitespac:5,manual:4,zoom:5,server:[6,5,14],lose:5,manag:[15,5,14],revers:5,some:5,back:5,intern:5,"export":[12,5,14],refresh:5,librari:[9,5],tmp:5,larg:5,localhost:5,cgi:5,run:5,usag:1,host:5,panel:14,about:[5,10],central:5,socket:5,column:[12,5],page:[5,14],backup:5,produc:5,own:5,curiou:5,automat:5,upgrad:[4,5],down:5,right:5,netscap:5,storag:4,your:4,log:5,wai:5,area:5,support:[5,10],question:5,brute:5,custom:[5,14],lost:5,includ:5,lot:5,forward:5,machin:5,"function":5,form:5,forc:5,bundl:5,translat:[8,5],don:5,bug:5,possibl:5,"default":[5,14],displai:[5,14],troubl:5,directori:14,below:5,limit:5,opensus:4,problem:5,pmadb:5,gone:5,featur:[5,10],creat:[4,5,15],"int":5,doesn:5,exist:[15,5],file:[4,5,1],face:5,again:5,encrypt:5,want:5,titl:14,excel:5,invalid:5,field:[5,14],book:7,claus:5,intend:5,symbol:5,ansi:5,consid:5,sql:[5,14],debian:4,lang:5,sock:5,mimetyp:5,time:5,errorcod:5,scroll:5}}) \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/setup.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/setup.html deleted file mode 100644 index b845e55b..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/setup.html +++ /dev/null @@ -1,907 +0,0 @@ - - - - - - - - Installation — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - - -
-
-
-
- -
-

Installation

-

phpMyAdmin does not apply any special security methods to the MySQL -database server. It is still the system administrator’s job to grant -permissions on the MySQL databases properly. phpMyAdmin’s Users -page can be used for this.

-
-

Warning

-

Mac users should note that if you are on a version before -Mac OS X, StuffIt unstuffs with Mac formats. So you’ll have -to resave as in BBEdit to Unix style ALL phpMyAdmin scripts before -uploading them to your server, as PHP seems not to like Mac-style -end of lines character (“\r”).

-
-
-

Linux distributions

-

phpMyAdmin is included in most Linux distributions. It is recommended to use -distribution packages when possible - they usually provide integration to your -distribution and you will automatically get security updates from your distribution.

-
-

Debian

-

Debian’s package repositories include a phpMyAdmin package, but be aware that -the configuration file is maintained in /etc/phpmyadmin and may differ in -some ways from the official phpMyAdmin documentation.

-
-
-

OpenSUSE

-

OpenSUSE already comes with phpMyAdmin package, just install packages from -the openSUSE Build Service.

-
-
-

Ubuntu

-

Ubuntu ships phpMyAdmin package, however if you want to use recent version, you -can use packages from -PPA for Michal Čihař.

-
-
-

Gentoo

-

Gentoo ships the phpMyAdmin package, both in a near stock configuration as well -as in a webapp-config configuration. Use emerge dev-db/phpmyadmin to -install.

-
-
-

Mandriva

-

Mandriva ships the phpMyAdmin package in their contrib branch and can be -installed via the usual Control Center.

-
-
-

Fedora

-

Fedora ships the phpMyAdmin package, but be aware that the configuration file -is maintained in /etc/phpMyAdmin/ and may differ in some ways from the -official phpMyAdmin documentation.

-
-
-

Red Hat Enterprise Linux

-

Red Hat Enterprise Linux itself and thus derivatives like CentOS don’t -ship phpMyAdmin, but the Fedora-driven repository -Extra Packages for Enterprise Linux (EPEL) -is doing so, if it’s -enabled. -But be aware that the configuration file is maintained in -/etc/phpMyAdmin/ and may differ in some ways from the -official phpMyAdmin documentation.

-
-
-
-

Installing on Windows

-

The easiest way to get phpMyAdmin on Windows is using third party products -which include phpMyAdmin together with a database and web server such as -XAMPP.

-

You can find more of such options at Wikipedia.

-
-
-

Quick Install

-
    -
  1. Choose an appropriate distribution kit from the phpmyadmin.net -Downloads page. Some kits contain only the English messages, others -contain all languages. We’ll assume you chose a kit whose name -looks like phpMyAdmin-x.x.x -all-languages.tar.gz.
  2. -
  3. Untar or unzip the distribution (be sure to unzip the subdirectories): -tar -xzvf phpMyAdmin_x.x.x-all-languages.tar.gz in your -webserver’s document root. If you don’t have direct access to your -document root, put the files in a directory on your local machine, -and, after step 4, transfer the directory on your web server using, -for example, ftp.
  4. -
  5. Ensure that all the scripts have the appropriate owner (if PHP is -running in safe mode, having some scripts with an owner different from -the owner of other scripts will be a problem). See 4.2 What’s the preferred way of making phpMyAdmin secure against evil access? and -1.26 I just installed phpMyAdmin in my document root of IIS but I get the error “No input file specified” when trying to run phpMyAdmin. for suggestions.
  6. -
  7. Now you must configure your installation. There are two methods that -can be used. Traditionally, users have hand-edited a copy of -config.inc.php, but now a wizard-style setup script is provided -for those who prefer a graphical installation. Creating a -config.inc.php is still a quick way to get started and needed for -some advanced features.
  8. -
-
-

Manually creating the file

-

To manually create the file, simply use your text editor to create the -file config.inc.php (you can copy config.sample.inc.php to get -a minimal configuration file) in the main (top-level) phpMyAdmin -directory (the one that contains index.php). phpMyAdmin first -loads libraries/config.default.php and then overrides those values -with anything found in config.inc.php. If the default value is -okay for a particular setting, there is no need to include it in -config.inc.php. You’ll probably need only a few directives to get going; a -simple configuration may look like this:

-
<?php
-$cfg['blowfish_secret'] = 'ba17c1ec07d65003';  // use here a value of your choice
-
-$i=0;
-$i++;
-$cfg['Servers'][$i]['auth_type']     = 'cookie';
-?>
-
-
-

Or, if you prefer to not be prompted every time you log in:

-
<?php
-
-$i=0;
-$i++;
-$cfg['Servers'][$i]['user']          = 'root';
-$cfg['Servers'][$i]['password']      = 'cbb74bc'; // use here your password
-$cfg['Servers'][$i]['auth_type']     = 'config';
-?>
-
-
-

For a full explanation of possible configuration values, see the -Configuration of this document.

-
-
-

Using Setup script

-

Instead of manually editing config.inc.php, you can use phpMyAdmin’s -setup feature. First you must manually create a folder config -in the phpMyAdmin directory. This is a security measure. On a -Linux/Unix system you can use the following commands:

-
cd phpMyAdmin
-mkdir config                        # create directory for saving
-chmod o+rw config                   # give it world writable permissions
-
-
-

And to edit an existing configuration, copy it over first:

-
cp config.inc.php config/           # copy current configuration for editing
-chmod o+w config/config.inc.php     # give it world writable permissions
-
-
-
-

Note

-

Debian and Ubuntu have simplified this setup and all you need to do is to -execute /usr/sbin/pma-configure.

-
-

On other platforms, simply create the folder and ensure that your web -server has read and write access to it. 1.26 I just installed phpMyAdmin in my document root of IIS but I get the error “No input file specified” when trying to run phpMyAdmin. can help with -this.

-

Next, open your browser and visit the location where you installed phpMyAdmin, with the /setup suffix. If you have an existing configuration, -use the Load button to bring its content inside the setup panel. -Note that changes are not saved to disk until you explicitly choose ``Save`` -from the Configuration area of the screen. Normally the script saves the new -config.inc.php to the config/ directory, but if the webserver does -not have the proper permissions you may see the error “Cannot load or -save configuration.” Ensure that the config/ directory exists and -has the proper permissions - or use the Download link to save the -config file locally and upload it (via FTP or some similar means) to the -proper location.

-

Once the file has been saved, it must be moved out of the config/ -directory and the permissions must be reset, again as a security -measure:

-
mv config/config.inc.php .         # move file to current directory
-chmod o-rw config.inc.php          # remove world read and write permissions
-rm -rf config                      # remove not needed directory
-
-
-
-

Note

-

Debian and Ubuntu have simplified this setup and all you need to do is to -execute /usr/sbin/pma-secure.

-
-

Now the file is ready to be used. You can choose to review or edit the -file with your favorite editor, if you prefer to set some advanced -options which the setup script does not provide.

-
    -
  1. If you are using the auth_type “config”, it is suggested that you -protect the phpMyAdmin installation directory because using config -does not require a user to enter a password to access the phpMyAdmin -installation. Use of an alternate authentication method is -recommended, for example with HTTP–AUTH in a .htaccess file or switch to using -auth_type cookie or http. See the ISPs, multi-user installations -for additional information, especially 4.4 phpMyAdmin always gives “Access denied” when using HTTP authentication..
  2. -
  3. Open the main phpMyAdmin directory in your browser. -phpMyAdmin should now display a welcome screen and your databases, or -a login dialog if using HTTP or -cookie authentication mode.
  4. -
  5. You should deny access to the ./libraries and ./setup/lib -subfolders in your webserver configuration. -Such configuration prevents from possible -path exposure and cross side scripting vulnerabilities that might -happen to be found in that code. For the Apache webserver, this is -often accomplished with a .htaccess file in those directories.
  6. -
  7. It is generally a good idea to protect a public phpMyAdmin installation -against access by robots as they usually can not do anything good -there. You can do this using robots.txt file in root of your -webserver or limit access by web server configuration, see -1.42 How can I prevent robots from accessing phpMyAdmin?.
  8. -
-
-
-
-

phpMyAdmin configuration storage

-

For a whole set of additional features (bookmarks, comments, SQL-history, -tracking mechanism, PDF-generation, column contents transformation, -etc.) you need to create a set of special tables. Those tables can be located -in your own database, or in a central database for a multi-user installation -(this database would then be accessed by the controluser, so no other user -should have rights to it).

-
-

Zero configuration

-

In many cases, this database structure can be automatically created and -configured. This is called “Zero Configuration” mode and can be particularly -useful in shared hosting situations. “Zeroconf” mode is on by default, to -disable set $cfg['ZeroConf'] to false.

-

The following three scenarios are covered by the Zero Configuration mode:

-
    -
  • When entering a database where the configuration storage tables are not -present, phpMyAdmin offers to create them from the Operations tab.
  • -
  • When entering a database where the tables do already exist, the software -automatically detects this and begins using them. This is the most common -situation; after the tables are initially created automatically they are -continually used without disturbing the user; this is also most useful on -shared hosting where the user is not able to edit config.inc.php and -usually the user only has access to one database.
  • -
  • When having access to multiple databases, if the user first enters the -database containing the configuration storage tables then switches to -another database, -phpMyAdmin continues to use the tables from the first database; the user is -not prompted to create more tables in the new database.
  • -
-
-
-

Manual configuration

-

Please look at your ./sql/ directory, where you should find a -file called create_tables.sql. (If you are using a Windows server, -pay special attention to 1.23 I’m running MySQL on a Win32 machine. Each time I create a new table the table and column names are changed to lowercase!).

-

If you already had this infrastructure and:

-
    -
  • upgraded to MySQL 4.1.2 or newer, please use -sql/upgrade_tables_mysql_4_1_2+.sql.
  • -
  • upgraded to phpMyAdmin 4.3.0 or newer from 2.5.0 or newer (<= 4.2.x), -please use sql/upgrade_column_info_4_3_0+.sql.
  • -
-

and then create new tables by importing sql/create_tables.sql.

-

You can use your phpMyAdmin to create the tables for you. Please be -aware that you may need special (administrator) privileges to create -the database and tables, and that the script may need some tuning, -depending on the database name.

-

After having imported the sql/create_tables.sql file, you -should specify the table names in your config.inc.php file. The -directives used for that can be found in the Configuration.

-

You will also need to have a controluser -($cfg['Servers'][$i]['controluser'] and -$cfg['Servers'][$i]['controlpass'] settings) -with the proper rights to those tables. For example you can create it -using following statement:

-
GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost'  IDENTIFIED BY 'pmapass';
-
-
-
-
-
-

Upgrading from an older version

-

Never extract the new version over an existing installation -of phpMyAdmin; we had evidence of problems caused by this.

-

Simply copy config.inc.php from your previous installation into -the newly unpacked one. Configuration files from old versions may -require some tweaking as some options have been changed or removed. -For compatibility with PHP 5.3 and later, remove a -set_magic_quotes_runtime(0); statement that you might find near -the end of your configuration file.

-

You should not copy libraries/config.default.php over -config.inc.php because the default configuration file is version- -specific.

-

If you have upgraded your MySQL server from a version previous to 4.1.2 to -version 5.x or newer and if you use the phpMyAdmin configuration storage, you -should run the SQL script found in -sql/upgrade_tables_mysql_4_1_2+.sql.

-

If you have upgraded your phpMyAdmin to 4.3.0 or newer from 2.5.0 or -newer (<= 4.2.x) and if you use the phpMyAdmin configuration storage, you -should run the SQL script found in -sql/upgrade_column_info_4_3_0+.sql.

-
-
-

Using authentication modes

-

HTTP and cookie authentication modes are recommended in a multi-user -environment where you want to give users access to their own database and -don’t want them to play around with others. Nevertheless be aware that MS -Internet Explorer seems to be really buggy about cookies, at least till version -6. Even in a single-user environment, you might prefer to use HTTP -or cookie mode so that your user/password pair are not in clear in the -configuration file.

-

HTTP and cookie authentication -modes are more secure: the MySQL login information does not need to be -set in the phpMyAdmin configuration file (except possibly for the -$cfg['Servers'][$i]['controluser']). -However, keep in mind that the password travels in plain text, unless -you are using the HTTPS protocol. In cookie mode, the password is -stored, encrypted with the AES algorithm, in a temporary cookie.

-

Then each of the true users should be granted a set of privileges -on a set of particular databases. Normally you shouldn’t give global -privileges to an ordinary user, unless you understand the impact of those -privileges (for example, you are creating a superuser). -For example, to grant the user real_user with all privileges on -the database user_base:

-
GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password';
-
-
-

What the user may now do is controlled entirely by the MySQL user management -system. With HTTP or cookie authentication mode, you don’t need to fill the -user/password fields inside the $cfg['Servers'].

-
-

HTTP authentication mode

- -
- -
-

Signon authentication mode

- -

The very basic example of saving credentials in a session is available as -examples/signon.php:

-
<?php
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- * Single signon for phpMyAdmin
- *
- * This is just example how to use session based single signon with
- * phpMyAdmin, it is not intended to be perfect code and look, only
- * shows how you can integrate this functionality in your application.
- *
- * @package    PhpMyAdmin
- * @subpackage Example
- */
-
-/* Need to have cookie visible from parent directory */
-session_set_cookie_params(0, '/', '', false);
-/* Create signon session */
-$session_name = 'SignonSession';
-session_name($session_name);
-// Uncomment and change the following line to match your $cfg['SessionSavePath']
-//session_save_path('/foobar');
-session_start();
-
-/* Was data posted? */
-if (isset($_POST['user'])) {
-    /* Store there credentials */
-    $_SESSION['PMA_single_signon_user'] = $_POST['user'];
-    $_SESSION['PMA_single_signon_password'] = $_POST['password'];
-    $_SESSION['PMA_single_signon_host'] = $_POST['host'];
-    $_SESSION['PMA_single_signon_port'] = $_POST['port'];
-    /* Update another field of server configuration */
-    $_SESSION['PMA_single_signon_cfgupdate'] = array('verbose' => 'Signon test');
-    $id = session_id();
-    /* Close that session */
-    session_write_close();
-    /* Redirect to phpMyAdmin (should use absolute URL here!) */
-    header('Location: ../index.php');
-} else {
-    /* Show simple form */
-    header('Content-Type: text/html; charset=utf-8');
-    echo '<?xml version="1.0" encoding="utf-8"?>' . "\n";
-    ?>
-    <!DOCTYPE HTML>
-    <html lang="en" dir="ltr">
-    <head>
-    <link rel="icon" href="../favicon.ico" type="image/x-icon" />
-    <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
-    <meta charset="utf-8" />
-    <title>phpMyAdmin single signon example</title>
-    </head>
-    <body>
-    <?php
-    if (isset($_SESSION['PMA_single_signon_error_message'])) {
-        echo '<p class="error">';
-        echo $_SESSION['PMA_single_signon_error_message'];
-        echo '</p>';
-    }
-    ?>
-    <form action="signon.php" method="post">
-    Username: <input type="text" name="user" /><br />
-    Password: <input type="password" name="password" /><br />
-    Host: (will use the one from config.inc.php by default)
-    <input type="text" name="host" /><br />
-    Port: (will use the one from config.inc.php by default)
-    <input type="text" name="port" /><br />
-    <input type="submit" />
-    </form>
-    </body>
-    </html>
-    <?php
-}
-?>
-
-
-

Alternatively you can also use this way to integrate with OpenID as shown -in examples/openid.php:

-
<?php
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- * Single signon for phpMyAdmin using OpenID
- *
- * This is just example how to use single signon with phpMyAdmin, it is
- * not intended to be perfect code and look, only shows how you can
- * integrate this functionality in your application.
- *
- * It uses OpenID pear package, see http://pear.php.net/package/OpenID
- *
- * User first authenticates using OpenID and based on content of $AUTH_MAP
- * the login information is passed to phpMyAdmin in session data.
- *
- * @package    PhpMyAdmin
- * @subpackage Example
- */
-
-if (false === @include_once 'OpenID/RelyingParty.php') {
-    exit;
-}
-
-/**
- * Map of authenticated users to MySQL user/password pairs.
- */
-$AUTH_MAP = array(
-    'http://launchpad.net/~username' => array(
-        'user' => 'root',
-        'password' => '',
-        ),
-    );
-
-/**
- * Simple function to show HTML page with given content.
- *
- * @param string $contents Content to include in page
- *
- * @return void
- */
-function Show_page($contents)
-{
-    header('Content-Type: text/html; charset=utf-8');
-    echo '<?xml version="1.0" encoding="utf-8"?>' . "\n";
-    ?>
-    <!DOCTYPE HTML>
-    <html lang="en" dir="ltr">
-    <head>
-    <link rel="icon" href="../favicon.ico" type="image/x-icon" />
-    <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
-    <meta charset="utf-8" />
-    <title>phpMyAdmin OpenID signon example</title>
-    </head>
-    <body>
-    <?php
-    if (isset($_SESSION) && isset($_SESSION['PMA_single_signon_error_message'])) {
-        echo '<p class="error">' . $_SESSION['PMA_single_signon_message'] . '</p>';
-        unset($_SESSION['PMA_single_signon_message']);
-    }
-    echo $contents;
-    ?>
-    </body>
-    </html>
-    <?php
-}
-
-/* Need to have cookie visible from parent directory */
-session_set_cookie_params(0, '/', '', false);
-/* Create signon session */
-$session_name = 'SignonSession';
-session_name($session_name);
-session_start();
-
-// Determine realm and return_to
-$base = 'http';
-if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') {
-    $base .= 's';
-}
-$base .= '://' . $_SERVER['SERVER_NAME'] . ':' . $_SERVER['SERVER_PORT'];
-
-$realm = $base . '/';
-$returnTo = $base . dirname($_SERVER['PHP_SELF']);
-if ($returnTo[/*overload*/mb_strlen($returnTo) - 1] != '/') {
-    $returnTo .= '/';
-}
-$returnTo .= 'openid.php';
-
-/* Display form */
-if (!count($_GET) && !count($_POST) || isset($_GET['phpMyAdmin'])) {
-    /* Show simple form */
-    $content = '<form action="openid.php" method="post">
-OpenID: <input type="text" name="identifier" /><br />
-<input type="submit" name="start" />
-</form>
-</body>
-</html>';
-    Show_page($content);
-    exit;
-}
-
-/* Grab identifier */
-if (isset($_POST['identifier'])) {
-    $identifier = $_POST['identifier'];
-} else if (isset($_SESSION['identifier'])) {
-    $identifier = $_SESSION['identifier'];
-} else {
-    $identifier = null;
-}
-
-/* Create OpenID object */
-try {
-    $o = new OpenID_RelyingParty($returnTo, $realm, $identifier);
-} catch (OpenID_Exception $e) {
-    $contents = "<div class='relyingparty_results'>\n";
-    $contents .= "<pre>" . $e->getMessage() . "</pre>\n";
-    $contents .= "</div class='relyingparty_results'>";
-    Show_page($contents);
-    exit;
-}
-
-/* Redirect to OpenID provider */
-if (isset($_POST['start'])) {
-    try {
-        $authRequest = $o->prepare();
-    } catch (OpenID_Exception $e) {
-        $contents = "<div class='relyingparty_results'>\n";
-        $contents .= "<pre>" . $e->getMessage() . "</pre>\n";
-        $contents .= "</div class='relyingparty_results'>";
-        Show_page($contents);
-        exit;
-    }
-
-    $url = $authRequest->getAuthorizeURL();
-
-    header("Location: $url");
-    exit;
-} else {
-    /* Grab query string */
-    if (!count($_POST)) {
-        list(, $queryString) = explode('?', $_SERVER['REQUEST_URI']);
-    } else {
-        // I hate php sometimes
-        $queryString = file_get_contents('php://input');
-    }
-
-    /* Check reply */
-    $message = new OpenID_Message($queryString, OpenID_Message::FORMAT_HTTP);
-
-    $id = $message->get('openid.claimed_id');
-
-    if (!empty($id) && isset($AUTH_MAP[$id])) {
-        $_SESSION['PMA_single_signon_user'] = $AUTH_MAP[$id]['user'];
-        $_SESSION['PMA_single_signon_password'] = $AUTH_MAP[$id]['password'];
-        session_write_close();
-        /* Redirect to phpMyAdmin (should use absolute URL here!) */
-        header('Location: ../index.php');
-    } else {
-        Show_page('<p>User not allowed!</p>');
-        exit;
-    }
-}
-
-
-

If you intend to pass the credentials using some other means than, you have to -implement wrapper in PHP to get that data and set it to -$cfg['Servers'][$i]['SignonScript']. There is very minimal example -in examples/signon-script.php:

-
<?php
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- * Single signon for phpMyAdmin
- *
- * This is just example how to use script based single signon with
- * phpMyAdmin, it is not intended to be perfect code and look, only
- * shows how you can integrate this functionality in your application.
- *
- * @package    PhpMyAdmin
- * @subpackage Example
- */
-
-
-/**
- * This function returns username and password.
- *
- * It can optionally use configured username as parameter.
- *
- * @param string $user User name
- *
- * @return array
- */
-function get_login_credentials($user)
-{
-    /* Optionally we can use passed username */
-    if (!empty($user)) {
-        return array($user, 'password');
-    }
-
-    /* Here we would retrieve the credentials */
-    $credentials = array('root', '');
-
-    return $credentials;
-}
-
-?>
-
-
- -
-
-

Config authentication mode

-
    -
  • This mode is sometimes the less secure one because it requires you to fill the -$cfg['Servers'][$i]['user'] and -$cfg['Servers'][$i]['password'] -fields (and as a result, anyone who can read your config.inc.php -can discover your username and password).
  • -
  • In the ISPs, multi-user installations section, there is an entry explaining how -to protect your configuration file.
  • -
  • For additional security in this mode, you may wish to consider the -Host authentication $cfg['Servers'][$i]['AllowDeny']['order'] -and $cfg['Servers'][$i]['AllowDeny']['rules'] configuration directives.
  • -
  • Unlike cookie and http, does not require a user to log in when first -loading the phpMyAdmin site. This is by design but could allow any -user to access your installation. Use of some restriction method is -suggested, perhaps a .htaccess file with the HTTP-AUTH directive or disallowing -incoming HTTP requests at one’s router or firewall will suffice (both -of which are beyond the scope of this manual but easily searchable -with Google).
  • -
-
-
-

Swekey authentication mode

-

The Swekey is a low cost authentication USB key that can be used in -web applications. When Swekey authentication is activated, phpMyAdmin -requires the users’s Swekey to be plugged before entering the login -page (currently supported for cookie authentication mode only). Swekey -Authentication is disabled by default. To enable it, add the following -line to config.inc.php:

-
$cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey.conf';
-
-
-

You then have to create the swekey.conf file that will associate -each user with their Swekey Id. It is important to place this file -outside of your web server’s document root (in the example, it is -located in /etc). Feel free to use it with your own users’ -information. If you want to purchase a Swekey please visit -https://www.phpmyadmin.net/auth_key/ -since this link provides funding for phpMyAdmin.

-

A self documented sample file is provided in the -file examples/swekey.sample.conf:

-
# This is a typical file used to enable Swekey hardware authentication.
-#
-# To activate the Swekey authentication add the following line to your config.inc.php file.
-#       $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';
-# Then rename this file "swekey-pma.conf" and copy it to the /etc directory.
-# Add all the Swekey ids you want to grant access to in the file.
-# After each Swekey id put the corresponding user name.
-#
-# If you don't know the id of a Swekey just visit http://www.swekey.com?sel=support
-# while your Swekey is connected.
-#
-# If you need to purchase a Swekey please visit https://www.phpmyadmin.net/auth_key/
-# since this link provides funding to PhpMyAdmin.
-#
-
-0000000000000000000000000000763A:root
-000000000000000000000000000089E4:steve
-0000000000000000000000000000231E:scott
-
-#
-# It is recommended to include the following lines to contact the
-# authentication servers in SSL mode.
-#
-
-SERVER_CHECK=https://auth-check-ssl.musbe.net
-SERVER_RNDTOKEN=https://auth-rnd-gen-ssl.musbe.net
-SERVER_STATUS=https://auth-status-ssl.musbe.net
-
-#
-# The path of the root certificate file used to ensure a secure
-# communication with the authentication servers in SSL mode.
-# If not specified, will use musbe-ca.crt found in your
-# phpMyAdmin/libraries/auth/swekey.
-#
-
-#CA_FILE=/var/http-root/phpmyadmin/libraries/auth/swekey/musbe-ca.crt
-
-#
-# If your server receives many login requests, you can enable the random
-# token caching to accelerate the authentication process.
-# Token caching is enabled by default.
-#
-
-#ENABLE_TOKEN_CACHE=0
-
-
- -
-
-
-

Securing your phpMyAdmin installation

-

The phpMyAdmin team tries hard to make the application secure, however there -are always ways to make your installation more secure:

-
    -
  • Remove the setup directory from phpMyAdmin, you will probably not -use it after the initial setup.
  • -
  • Properly choose an authentication method - Cookie authentication mode -is probably the best choice for shared hosting.
  • -
  • In case you don’t want all MySQL users to be able to access -phpMyAdmin, you can use $cfg['Servers'][$i]['AllowDeny']['rules'] to limit them.
  • -
  • Consider hiding phpMyAdmin behind an authentication proxy, so that -users need to authenticate prior to providing MySQL credentials -to phpMyAdmin.
  • -
  • If you are afraid of automated attacks, enabling Captcha by -$cfg['CaptchaLoginPublicKey'] and -$cfg['CaptchaLoginPrivateKey'] might be an option.
  • -
-
-
- - -
-
-
- -
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/transformations.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/transformations.html deleted file mode 100644 index 9dd469cc..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/transformations.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - Transformations — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - - - -
-
-
-
- -
-

Transformations

-
-

Introduction

-

To enable transformations, you have to setup the column_info -table and the proper directives. Please see the Configuration on how to do so.

-

You can apply different transformations to the contents of each -column. The transformation will take the content of each column and -transform it with certain rules defined in the selected -transformation.

-

Say you have a column ‘filename’ which contains a filename. Normally -you would see in phpMyAdmin only this filename. Using transformations -you can transform that filename into a HTML link, so you can click -inside of the phpMyAdmin structure on the column’s link and will see -the file displayed in a new browser window. Using transformation -options you can also specify strings to append/prepend to a string or -the format you want the output stored in.

-

For a general overview of all available transformations and their -options, you can consult your <www.your-host.com>/<your-install- -dir>/transformation_overview.php installation.

-

For a tutorial on how to effectively use transformations, see our -Link section on the -official phpMyAdmin homepage.

-
-
-

Usage

-

Go to your tbl_structure.php page (i.e. reached through clicking on -the ‘Structure’ link for a table). There click on “Change” (or change -icon) and there you will see three new fields at the end of the line. -They are called ‘MIME-type’, ‘Browser transformation’ and -‘Transformation options’.

-
    -
  • The field ‘MIME-type’ is a drop-down field. Select the MIME-type that -corresponds to the column’s contents. Please note that transformations -are inactive as long as no MIME-type is selected.
  • -
  • The field ‘Browser transformation’ is a drop-down field. You can -choose from a hopefully growing amount of pre-defined transformations. -See below for information on how to build your own transformation. -There are global transformations and mimetype-bound transformations. -Global transformations can be used for any mimetype. They will take -the mimetype, if necessary, into regard. Mimetype-bound -transformations usually only operate on a certain mimetype. There are -transformations which operate on the main mimetype (like ‘image’), -which will most likely take the subtype into regard, and those who -only operate on a specific subtype (like ‘image/jpeg’). You can use -transformations on mimetypes for which the function was not defined -for. There is no security check for you selected the right -transformation, so take care of what the output will be like.
  • -
  • The field ‘Transformation options’ is a free-type textfield. You have -to enter transform-function specific options here. Usually the -transforms can operate with default options, but it is generally a -good idea to look up the overview to see which options are necessary. -Much like the ENUM/SET-Fields, you have to split up several options -using the format ‘a’,’b’,’c’,...(NOTE THE MISSING BLANKS). This is -because internally the options will be parsed as an array, leaving the -first value the first element in the array, and so forth. If you want -to specify a MIME character set you can define it in the -transformation_options. You have to put that outside of the pre- -defined options of the specific mime-transform, as the last value of -the set. Use the format “’; charset=XXX’”. If you use a transform, for -which you can specify 2 options and you want to append a character -set, enter “‘first parameter’,’second parameter’,’charset=us-ascii’”. -You can, however use the defaults for the parameters: “’‘,’‘,’charset -=us-ascii’”.
  • -
-
-
-

File structure

-

All specific transformations for mimetypes are defined through class -files in the directory ‘libraries/plugins/transformations/’. Each of -them extends a certain transformation abstract class declared in -libraries/plugins/transformations/abstract.

-

They are stored in files to ease up customization and easy adding of -new transformations.

-

Because the user cannot enter own mimetypes, it is kept sure that -transformations always work. It makes no sense to apply a -transformation to a mimetype the transform-function doesn’t know to -handle.

-

There is a file called ‘transformations.lib.php‘ that provides some -basic functions which can be included by any other transform function.

-

The file name convention is [Mimetype]_[Subtype]_[Transformation -Name].class.php, while the abtract class that it extends has the -name [Transformation Name]TransformationsPlugin. All of the -methods that have to be implemented by a transformations plug-in are:

-
    -
  1. getMIMEType() and getMIMESubtype() in the main class;
  2. -
  3. getName(), getInfo() and applyTransformation() in the abstract class -it extends.
  4. -
-

The getMIMEType(), getMIMESubtype() and getName() methods return the -name of the MIME type, MIME Subtype and transformation accordingly. -getInfo() returns the transformation’s description and possible -options it may receive and applyTransformation() is the method that -does the actual work of the transformation plug-in.

-

Please see the libraries/plugins/transformations/TEMPLATE and -libraries/plugins/transformations/TEMPLATE_ABSTRACT files for adding -your own transformation plug-in. You can also generate a new -transformation plug-in (with or without the abstract transformation -class), by using -libraries/plugins/transformations/generator_plugin.sh or -libraries/plugins/transformations/generator_main_class.sh.

-

The applyTransformation() method always gets passed three variables:

-
    -
  1. $buffer - Contains the text inside of the column. This is the -text, you want to transform.
  2. -
  3. $options - Contains any user-passed options to a transform -function as an array.
  4. -
  5. $meta - Contains an object with information about your column. The -data is drawn from the output of the mysql_fetch_field() function. This means, all -object properties described on the manual page are available in this -variable and can be used to transform a column accordingly to -unsigned/zerofill/not_null/... properties. The $meta->mimetype -variable contains the original MIME-type of the column (i.e. -‘text/plain’, ‘image/jpeg’ etc.)
  6. -
-
-
- - -
-
-
-
-
-

Table Of Contents

- - -

Previous topic

-

User Guide

-

Next topic

-

User management

-

This Page

- - - -
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/user.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/user.html deleted file mode 100644 index caeacefe..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/user.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - User Guide — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - - -
- -
-
-

Previous topic

-

Configuration

-

Next topic

-

Transformations

-

This Page

- - - -
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/vendors.html b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/vendors.html deleted file mode 100644 index d9232c67..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/html/vendors.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - Distributing and packaging phpMyAdmin — phpMyAdmin 4.4.15.1 documentation - - - - - - - - - - - - - - - - -
-
-
-
- -
-

Distributing and packaging phpMyAdmin

-

This document is intended to give advices to people who want to -redistribute phpMyAdmin inside other software package such as Linux -distribution or some all in one package including web server and MySQL -server.

-

Generally you can customize some basic aspects (paths to some files and -behavior) in libraries/vendor_config.php.

-

For example if you want setup script to generate config file in var, change -SETUP_CONFIG_FILE to /var/lib/phpmyadmin/config.inc.php and you -will also probably want to skip directory writable check, so set -SETUP_DIR_WRITABLE to false.

-
-

External libraries

-

phpMyAdmin includes several external libraries, you might want to -replace them with system ones if they are available, but please note -that you should test whether version you provide is compatible with the -one we ship.

-

Currently known list of external libraries:

-
-
js/jquery
-
jQuery js framework and various jQuery based libraries.
-
libraries/php-gettext
-
php-gettext library
-
libraries/tcpdf
-
tcpdf library, stripped down of not needed files
-
libraries/phpseclib
-
portions of phpseclib library
-
-
-
- - -
-
-
-
-
-

Table Of Contents

- - -

Previous topic

-

Developers Information

-

Next topic

-

Copyright

-

This Page

- - - -
-
-
-
- - - - \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/import_export.rst b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/import_export.rst deleted file mode 100644 index 5921cd5c..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/import_export.rst +++ /dev/null @@ -1,27 +0,0 @@ -Import and export -================= - -In addition to the standard Import and Export tab, you can also import an SQL file directly by dragging and dropping -it from your local file manager to the phpMyAdmin interface in your web browser. - -Open Document Spreadsheet -------------------------- - -When importing an ODS speadsheet, the spreadsheet must be named in a specific way in order to make the -import as simple as possible. - -Table name -~~~~~~~~~~ - -During import, phpMyAdmin uses the sheet name as the table name; you should rename the -sheet in your spreadsheet program in order to match your existing table name (or the table you wish to create, -though this is less of a concern since you could quickly rename the new table from the Operations tab). - -Column names -~~~~~~~~~~~~ - -You should also make the first row of your spreadsheet a header with the names of the columns (this can be -accomplished by inserting a new row at the top of your spreadsheet). When on the Import screen, select the -checkbox for "The first line of the file contains the table column names;" this way your newly imported -data will go to the proper columns. - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/index.rst b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/index.rst deleted file mode 100644 index 917ddf81..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/index.rst +++ /dev/null @@ -1,32 +0,0 @@ -.. phpMyAdmin documentation master file, created by - sphinx-quickstart on Wed Sep 26 14:04:48 2012. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to phpMyAdmin's documentation! -====================================== - -Contents: - -.. toctree:: - :maxdepth: 2 - - intro - require - setup - config - user - faq - developers - vendors - copyright - credits - glossary - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`search` -* :ref:`glossary` diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/intro.rst b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/intro.rst deleted file mode 100644 index b8c348df..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/intro.rst +++ /dev/null @@ -1,68 +0,0 @@ -.. _intro: - -Introduction -============ - -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. - - -Supported features ------------------- - -Currently phpMyAdmin can: - -* browse and drop databases, tables, views, columns and indexes -* display multiple results sets through stored procedures or queries -* create, copy, drop, rename and alter databases, tables, columns and - indexes -* maintenance server, databases and tables, with proposals on server - configuration -* execute, edit and bookmark any :term:`SQL`-statement, even batch-queries -* load text files into tables -* create [#f1]_ and read dumps of tables -* export [#f1]_ data to various formats: :term:`CSV`, :term:`XML`, :term:`PDF`, - :term:`ISO`/:term:`IEC` 26300 - :term:`OpenDocument` Text and Spreadsheet, Microsoft - Word 2000, and LATEX formats -* import data and :term:`MySQL` structures from :term:`OpenDocument` spreadsheets, as - well as :term:`XML`, :term:`CSV`, and :term:`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 :term:`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 -* support mysqli, the improved MySQL extension see :ref:`faq1_17` -* create, edit, call, export and drop stored procedures and functions -* create, edit, export and drop events and triggers -* communicate in `80 different languages - `_ - - -A word about users ------------------- - -Many people have difficulty understanding the concept of user -management with regards to phpMyAdmin. When a user logs in to -phpMyAdmin, that username and password are passed directly to MySQL. -phpMyAdmin does no account management on its own (other than allowing -one to manipulate the MySQL user account information); all users must -be valid MySQL users. - -.. rubric:: Footnotes - -.. [#f1] - - phpMyAdmin can compress (:term:`Zip`, :term:`GZip` or :term:`RFC 1952` - formats) dumps and :term:`CSV` exports if you use PHP with - :term:`Zlib` support (``--with-zlib``). - Proper support may also need changes in :file:`php.ini`. diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/make.bat b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/make.bat deleted file mode 100644 index c4007118..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/make.bat +++ /dev/null @@ -1,242 +0,0 @@ -@ECHO OFF - -REM Command file for Sphinx documentation - -if "%SPHINXBUILD%" == "" ( - set SPHINXBUILD=sphinx-build -) -set BUILDDIR=_build -set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . -set I18NSPHINXOPTS=%SPHINXOPTS% . -if NOT "%PAPER%" == "" ( - set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% - set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% -) - -if "%1" == "" goto help - -if "%1" == "help" ( - :help - echo.Please use `make ^` where ^ is one of - echo. html to make standalone HTML files - echo. dirhtml to make HTML files named index.html in directories - echo. singlehtml to make a single large HTML file - echo. pickle to make pickle files - echo. json to make JSON files - echo. htmlhelp to make HTML files and a HTML help project - echo. qthelp to make HTML files and a qthelp project - echo. devhelp to make HTML files and a Devhelp project - echo. epub to make an epub - echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter - echo. text to make text files - echo. man to make manual pages - echo. texinfo to make Texinfo files - echo. gettext to make PO message catalogs - echo. changes to make an overview over all changed/added/deprecated items - echo. xml to make Docutils-native XML files - echo. pseudoxml to make pseudoxml-XML files for display purposes - echo. linkcheck to check all external links for integrity - echo. doctest to run all doctests embedded in the documentation if enabled - goto end -) - -if "%1" == "clean" ( - for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i - del /q /s %BUILDDIR%\* - goto end -) - - -%SPHINXBUILD% 2> nul -if errorlevel 9009 ( - echo. - echo.The 'sphinx-build' command was not found. Make sure you have Sphinx - echo.installed, then set the SPHINXBUILD environment variable to point - echo.to the full path of the 'sphinx-build' executable. Alternatively you - echo.may add the Sphinx directory to PATH. - echo. - echo.If you don't have Sphinx installed, grab it from - echo.http://sphinx-doc.org/ - exit /b 1 -) - -if "%1" == "html" ( - %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The HTML pages are in %BUILDDIR%/html. - goto end -) - -if "%1" == "dirhtml" ( - %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. - goto end -) - -if "%1" == "singlehtml" ( - %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. - goto end -) - -if "%1" == "pickle" ( - %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle - if errorlevel 1 exit /b 1 - echo. - echo.Build finished; now you can process the pickle files. - goto end -) - -if "%1" == "json" ( - %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json - if errorlevel 1 exit /b 1 - echo. - echo.Build finished; now you can process the JSON files. - goto end -) - -if "%1" == "htmlhelp" ( - %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp - if errorlevel 1 exit /b 1 - echo. - echo.Build finished; now you can run HTML Help Workshop with the ^ -.hhp project file in %BUILDDIR%/htmlhelp. - goto end -) - -if "%1" == "qthelp" ( - %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp - if errorlevel 1 exit /b 1 - echo. - echo.Build finished; now you can run "qcollectiongenerator" with the ^ -.qhcp project file in %BUILDDIR%/qthelp, like this: - echo.^> qcollectiongenerator %BUILDDIR%\qthelp\phpMyAdmin.qhcp - echo.To view the help file: - echo.^> assistant -collectionFile %BUILDDIR%\qthelp\phpMyAdmin.ghc - goto end -) - -if "%1" == "devhelp" ( - %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. - goto end -) - -if "%1" == "epub" ( - %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The epub file is in %BUILDDIR%/epub. - goto end -) - -if "%1" == "latex" ( - %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex - if errorlevel 1 exit /b 1 - echo. - echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. - goto end -) - -if "%1" == "latexpdf" ( - %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex - cd %BUILDDIR%/latex - make all-pdf - cd %BUILDDIR%/.. - echo. - echo.Build finished; the PDF files are in %BUILDDIR%/latex. - goto end -) - -if "%1" == "latexpdfja" ( - %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex - cd %BUILDDIR%/latex - make all-pdf-ja - cd %BUILDDIR%/.. - echo. - echo.Build finished; the PDF files are in %BUILDDIR%/latex. - goto end -) - -if "%1" == "text" ( - %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The text files are in %BUILDDIR%/text. - goto end -) - -if "%1" == "man" ( - %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The manual pages are in %BUILDDIR%/man. - goto end -) - -if "%1" == "texinfo" ( - %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. - goto end -) - -if "%1" == "gettext" ( - %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The message catalogs are in %BUILDDIR%/locale. - goto end -) - -if "%1" == "changes" ( - %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes - if errorlevel 1 exit /b 1 - echo. - echo.The overview file is in %BUILDDIR%/changes. - goto end -) - -if "%1" == "linkcheck" ( - %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck - if errorlevel 1 exit /b 1 - echo. - echo.Link check complete; look for any errors in the above output ^ -or in %BUILDDIR%/linkcheck/output.txt. - goto end -) - -if "%1" == "doctest" ( - %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest - if errorlevel 1 exit /b 1 - echo. - echo.Testing of doctests in the sources finished, look at the ^ -results in %BUILDDIR%/doctest/output.txt. - goto end -) - -if "%1" == "xml" ( - %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The XML files are in %BUILDDIR%/xml. - goto end -) - -if "%1" == "pseudoxml" ( - %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml - if errorlevel 1 exit /b 1 - echo. - echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. - goto end -) - -:end diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/other.rst b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/other.rst deleted file mode 100644 index bb6de86d..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/other.rst +++ /dev/null @@ -1,18 +0,0 @@ -Other sources of information -============================ - -Printed Book ------------- - -The definitive guide to using phpMyAdmin is the book Mastering phpMyAdmin for -Effective MySQL Management by Marc Delisle. You can get information on that -book and other officially endorsed `books at the phpMyAdmin site`_. - -.. _books at the phpMyAdmin site: https://www.phpmyadmin.net/docs/ - -Tutorials ---------- - -Third party tutorials and articles are listed on our `wiki page`_. - -.. _wiki page: http://wiki.phpmyadmin.net/pma/Articles diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/privileges.rst b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/privileges.rst deleted file mode 100644 index ba5ce684..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/privileges.rst +++ /dev/null @@ -1,50 +0,0 @@ -User management -=============== - -User management is the process of controlling which users are allowed to -connect to the MySQL server and what permissions they have on each database. -phpMyAdmin does not handle user management, rather it passes the username and -password on to MySQL, which then determines whether a user is permitted to -perform a particular action. Within phpMyAdmin, administrators have full -control over creating users, viewing and editing privileges for existing users, -and removing users. - -Within phpMyAdmin, user management is controlled via the :guilabel:`Users` link -from the main page. Users can be created, edited, and removed. - -Creating a new user -------------------- - -To create a new user, click the :guilabel:`Add a new user` link near the bottom -of the :guilabel:`Users` page (you must be a "superuser", e.g., user "root"). -Use the textboxes and drop-downs to configure the user to your particular -needs. You can then select whether to create a database for that user and grant -specific global privileges. Once you've created the user (by clicking Go), you -can define that user's permissions on a specific database (don't grant global -privileges in that case). In general, users do not need any global privileges -(other than USAGE), only permissions for their specific database. - -Editing an existing user ------------------------- - -To edit an existing user, simply click the pencil icon to the right of that -user in the :guilabel:`Users` page. You can then edit their global- and -database-specific privileges, change their password, or even copy those -privileges to a new user. - -Deleting a user ---------------- - -From the :guilabel:`Users` page, check the checkbox for the user you wish to -remove, select whether or not to also remove any databases of the same name (if -they exist), and click Go. - -Assigning privileges to user for a specific database ----------------------------------------------------- - -Users are assigned to databases by editing the user record (from the -:guilabel:`Users` link on the home page) not from within the :guilabel:`Users` -link under the table. If you are creating a user specifically for a given table -you will have to create the user first (with no global privileges) and then go -back and edit that user to add the table and privileges for the individual -table. diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/require.rst b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/require.rst deleted file mode 100644 index 42854bd6..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/require.rst +++ /dev/null @@ -1,54 +0,0 @@ -.. _require: - -Requirements -============ - -Web server ----------- - -Since, phpMyAdmin's interface is based entirely in your browser, you'll need a -web server (such as Apache, :term:`IIS`) to install phpMyAdmin's files into. - -PHP ---- - -* You need PHP 5.3.7 or newer, with ``session`` support, the Standard PHP Library - (SPL) extension, JSON support, and the ``mbstring`` extension. - -* To support uploading of ZIP files, you need the PHP ``zip`` extension. - -* You need GD2 support in PHP to display inline thumbnails of JPEGs - ("image/jpeg: inline") with their original aspect ratio. - -* When using the cookie authentication (the default), the `mcrypt - `_ extension is strongly suggested. - -* To support upload progress bars, see :ref:`faq2_9`. - -* To support XML and Open Document Spreadsheet importing, you need the - `libxml `_ extension. - -* To support reCAPTCHA on the login page, you need the - `openssl `_ extension. - -* Performance suggestion: install the ``ctype`` extension. - -.. seealso:: :ref:`faq1_31`, :ref:`authentication_modes` - -Database --------- - -phpMyAdmin supports MySQL-compatible databases. - -* MySQL 5.5 or newer -* MariaDB 5.5 or newer -* Drizzle - -.. seealso:: :ref:`faq1_17` - -Web browser ------------ - -To access phpMyAdmin you need a web browser with cookies and javascript -enabled. - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/setup.rst b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/setup.rst deleted file mode 100644 index 8da06f2f..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/setup.rst +++ /dev/null @@ -1,543 +0,0 @@ -.. _setup: - -Installation -============ - -phpMyAdmin does not apply any special security methods to the MySQL -database server. It is still the system administrator's job to grant -permissions on the MySQL databases properly. phpMyAdmin's :guilabel:`Users` -page can be used for this. - -.. warning:: - - :term:`Mac` users should note that if you are on a version before - :term:`Mac OS X`, StuffIt unstuffs with :term:`Mac` formats. So you'll have - to resave as in BBEdit to Unix style ALL phpMyAdmin scripts before - uploading them to your server, as PHP seems not to like :term:`Mac`-style - end of lines character ("``\r``"). - -Linux distributions -+++++++++++++++++++ - -phpMyAdmin is included in most Linux distributions. It is recommended to use -distribution packages when possible - they usually provide integration to your -distribution and you will automatically get security updates from your distribution. - - -Debian ------- - -Debian's package repositories include a phpMyAdmin package, but be aware that -the configuration file is maintained in ``/etc/phpmyadmin`` and may differ in -some ways from the official phpMyAdmin documentation. - -OpenSUSE --------- - -OpenSUSE already comes with phpMyAdmin package, just install packages from -the `openSUSE Build Service `_. - -Ubuntu ------- - -Ubuntu ships phpMyAdmin package, however if you want to use recent version, you -can use packages from -`PPA for Michal Čihař `_. - -Gentoo ------- - -Gentoo ships the phpMyAdmin package, both in a near stock configuration as well -as in a ``webapp-config`` configuration. Use ``emerge dev-db/phpmyadmin`` to -install. - -Mandriva --------- - -Mandriva ships the phpMyAdmin package in their ``contrib`` branch and can be -installed via the usual Control Center. - -Fedora ------- - -Fedora ships the phpMyAdmin package, but be aware that the configuration file -is maintained in ``/etc/phpMyAdmin/`` and may differ in some ways from the -official phpMyAdmin documentation. - -Red Hat Enterprise Linux ------------------------- - -Red Hat Enterprise Linux itself and thus derivatives like CentOS don't -ship phpMyAdmin, but the Fedora-driven repository -`Extra Packages for Enterprise Linux (EPEL) `_ -is doing so, if it's -`enabled `_. -But be aware that the configuration file is maintained in -``/etc/phpMyAdmin/`` and may differ in some ways from the -official phpMyAdmin documentation. - - -Installing on Windows -+++++++++++++++++++++ - -The easiest way to get phpMyAdmin on Windows is using third party products -which include phpMyAdmin together with a database and web server such as -`XAMPP `_. - -You can find more of such options at `Wikipedia `_. - - -.. _quick_install: - -Quick Install -+++++++++++++ - -#. Choose an appropriate distribution kit from the phpmyadmin.net - Downloads page. Some kits contain only the English messages, others - contain all languages. We'll assume you chose a kit whose name - looks like ``phpMyAdmin-x.x.x -all-languages.tar.gz``. -#. Untar or unzip the distribution (be sure to unzip the subdirectories): - ``tar -xzvf phpMyAdmin_x.x.x-all-languages.tar.gz`` in your - webserver's document root. If you don't have direct access to your - document root, put the files in a directory on your local machine, - and, after step 4, transfer the directory on your web server using, - for example, ftp. -#. Ensure that all the scripts have the appropriate owner (if PHP is - running in safe mode, having some scripts with an owner different from - the owner of other scripts will be a problem). See :ref:`faq4_2` and - :ref:`faq1_26` for suggestions. -#. Now you must configure your installation. There are two methods that - can be used. Traditionally, users have hand-edited a copy of - :file:`config.inc.php`, but now a wizard-style setup script is provided - for those who prefer a graphical installation. Creating a - :file:`config.inc.php` is still a quick way to get started and needed for - some advanced features. - - -Manually creating the file --------------------------- - -To manually create the file, simply use your text editor to create the -file :file:`config.inc.php` (you can copy :file:`config.sample.inc.php` to get -a minimal configuration file) in the main (top-level) phpMyAdmin -directory (the one that contains :file:`index.php`). phpMyAdmin first -loads :file:`libraries/config.default.php` and then overrides those values -with anything found in :file:`config.inc.php`. If the default value is -okay for a particular setting, there is no need to include it in -:file:`config.inc.php`. You'll probably need only a few directives to get going; a -simple configuration may look like this: - -.. code-block:: xml+php - - - - -Or, if you prefer to not be prompted every time you log in: - -.. code-block:: xml+php - - - - -For a full explanation of possible configuration values, see the -:ref:`config` of this document. - -.. index:: Setup script - -.. _setup_script: - -Using Setup script ------------------- - -Instead of manually editing :file:`config.inc.php`, you can use phpMyAdmin's -setup feature. First you must manually create a folder ``config`` -in the phpMyAdmin directory. This is a security measure. On a -Linux/Unix system you can use the following commands: - -.. code-block:: sh - - - cd phpMyAdmin - mkdir config # create directory for saving - chmod o+rw config # give it world writable permissions - -And to edit an existing configuration, copy it over first: - -.. code-block:: sh - - - cp config.inc.php config/ # copy current configuration for editing - chmod o+w config/config.inc.php # give it world writable permissions - -.. note:: - - Debian and Ubuntu have simplified this setup and all you need to do is to - execute :program:`/usr/sbin/pma-configure`. - -On other platforms, simply create the folder and ensure that your web -server has read and write access to it. :ref:`faq1_26` can help with -this. - -Next, open your browser and visit the location where you installed phpMyAdmin, with the ``/setup`` suffix. If you have an existing configuration, -use the ``Load`` button to bring its content inside the setup panel. -Note that **changes are not saved to disk until you explicitly choose ``Save``** -from the *Configuration* area of the screen. Normally the script saves the new -:file:`config.inc.php` to the ``config/`` directory, but if the webserver does -not have the proper permissions you may see the error "Cannot load or -save configuration." Ensure that the ``config/`` directory exists and -has the proper permissions - or use the ``Download`` link to save the -config file locally and upload it (via FTP or some similar means) to the -proper location. - -Once the file has been saved, it must be moved out of the ``config/`` -directory and the permissions must be reset, again as a security -measure: - -.. code-block:: sh - - - mv config/config.inc.php . # move file to current directory - chmod o-rw config.inc.php # remove world read and write permissions - rm -rf config # remove not needed directory - -.. note:: - - Debian and Ubuntu have simplified this setup and all you need to do is to - execute :program:`/usr/sbin/pma-secure`. - -Now the file is ready to be used. You can choose to review or edit the -file with your favorite editor, if you prefer to set some advanced -options which the setup script does not provide. - -#. If you are using the ``auth_type`` "config", it is suggested that you - protect the phpMyAdmin installation directory because using config - does not require a user to enter a password to access the phpMyAdmin - installation. Use of an alternate authentication method is - recommended, for example with HTTP–AUTH in a :term:`.htaccess` file or switch to using - ``auth_type`` cookie or http. See the :ref:`faqmultiuser` - for additional information, especially :ref:`faq4_4`. -#. Open the `main phpMyAdmin directory `_ in your browser. - phpMyAdmin should now display a welcome screen and your databases, or - a login dialog if using :term:`HTTP` or - cookie authentication mode. -#. You should deny access to the ``./libraries`` and ``./setup/lib`` - subfolders in your webserver configuration. - Such configuration prevents from possible - path exposure and cross side scripting vulnerabilities that might - happen to be found in that code. For the Apache webserver, this is - often accomplished with a :term:`.htaccess` file in those directories. -#. It is generally a good idea to protect a public phpMyAdmin installation - against access by robots as they usually can not do anything good - there. You can do this using ``robots.txt`` file in root of your - webserver or limit access by web server configuration, see - :ref:`faq1_42`. - -.. index:: - single: Configuration storage - single: phpMyAdmin configuration storage - single: pmadb - -.. _linked-tables: - -phpMyAdmin configuration storage -++++++++++++++++++++++++++++++++ - -For a whole set of additional features (bookmarks, comments, :term:`SQL`-history, -tracking mechanism, :term:`PDF`-generation, column contents transformation, -etc.) you need to create a set of special tables. Those tables can be located -in your own database, or in a central database for a multi-user installation -(this database would then be accessed by the controluser, so no other user -should have rights to it). - -Zero configuration ------------------- - -In many cases, this database structure can be automatically created and -configured. This is called “Zero Configuration” mode and can be particularly -useful in shared hosting situations. “Zeroconf” mode is on by default, to -disable set :config:option:`$cfg['ZeroConf']` to false. - -The following three scenarios are covered by the Zero Configuration mode: - -* When entering a database where the configuration storage tables are not - present, phpMyAdmin offers to create them from the Operations tab. -* When entering a database where the tables do already exist, the software - automatically detects this and begins using them. This is the most common - situation; after the tables are initially created automatically they are - continually used without disturbing the user; this is also most useful on - shared hosting where the user is not able to edit :file:`config.inc.php` and - usually the user only has access to one database. -* When having access to multiple databases, if the user first enters the - database containing the configuration storage tables then switches to - another database, - phpMyAdmin continues to use the tables from the first database; the user is - not prompted to create more tables in the new database. - - -Manual configuration --------------------- - -Please look at your ``./sql/`` directory, where you should find a -file called *create\_tables.sql*. (If you are using a Windows server, -pay special attention to :ref:`faq1_23`). - -If you already had this infrastructure and: - -* upgraded to MySQL 4.1.2 or newer, please use - :file:`sql/upgrade_tables_mysql_4_1_2+.sql`. -* upgraded to phpMyAdmin 4.3.0 or newer from 2.5.0 or newer (<= 4.2.x), - please use :file:`sql/upgrade_column_info_4_3_0+.sql`. - -and then create new tables by importing :file:`sql/create_tables.sql`. - -You can use your phpMyAdmin to create the tables for you. Please be -aware that you may need special (administrator) privileges to create -the database and tables, and that the script may need some tuning, -depending on the database name. - -After having imported the :file:`sql/create_tables.sql` file, you -should specify the table names in your :file:`config.inc.php` file. The -directives used for that can be found in the :ref:`config`. - -You will also need to have a controluser -(:config:option:`$cfg['Servers'][$i]['controluser']` and -:config:option:`$cfg['Servers'][$i]['controlpass']` settings) -with the proper rights to those tables. For example you can create it -using following statement: - -.. code-block:: mysql - - GRANT SELECT, INSERT, UPDATE, DELETE ON .* TO 'pma'@'localhost' IDENTIFIED BY 'pmapass'; - -.. _upgrading: - -Upgrading from an older version -+++++++++++++++++++++++++++++++ - -**Never** extract the new version over an existing installation -of phpMyAdmin; we had evidence of problems caused by this. - -Simply copy :file:`config.inc.php` from your previous installation into -the newly unpacked one. Configuration files from old versions may -require some tweaking as some options have been changed or removed. -For compatibility with PHP 5.3 and later, remove a -``set_magic_quotes_runtime(0);`` statement that you might find near -the end of your configuration file. - -You should **not** copy :file:`libraries/config.default.php` over -:file:`config.inc.php` because the default configuration file is version- -specific. - -If you have upgraded your MySQL server from a version previous to 4.1.2 to -version 5.x or newer and if you use the phpMyAdmin configuration storage, you -should run the :term:`SQL` script found in -:file:`sql/upgrade_tables_mysql_4_1_2+.sql`. - -If you have upgraded your phpMyAdmin to 4.3.0 or newer from 2.5.0 or -newer (<= 4.2.x) and if you use the phpMyAdmin configuration storage, you -should run the :term:`SQL` script found in -:file:`sql/upgrade_column_info_4_3_0+.sql`. - -.. index:: Authentication mode - -.. _authentication_modes: - -Using authentication modes -++++++++++++++++++++++++++ - -:term:`HTTP` and cookie authentication modes are recommended in a **multi-user -environment** where you want to give users access to their own database and -don't want them to play around with others. Nevertheless be aware that MS -Internet Explorer seems to be really buggy about cookies, at least till version -6. Even in a **single-user environment**, you might prefer to use :term:`HTTP` -or cookie mode so that your user/password pair are not in clear in the -configuration file. - -:term:`HTTP` and cookie authentication -modes are more secure: the MySQL login information does not need to be -set in the phpMyAdmin configuration file (except possibly for the -:config:option:`$cfg['Servers'][$i]['controluser']`). -However, keep in mind that the password travels in plain text, unless -you are using the HTTPS protocol. In cookie mode, the password is -stored, encrypted with the AES algorithm, in a temporary cookie. - -Then each of the *true* users should be granted a set of privileges -on a set of particular databases. Normally you shouldn't give global -privileges to an ordinary user, unless you understand the impact of those -privileges (for example, you are creating a superuser). -For example, to grant the user *real_user* with all privileges on -the database *user_base*: - -.. code-block:: mysql - - GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password'; - - -What the user may now do is controlled entirely by the MySQL user management -system. With HTTP or cookie authentication mode, you don't need to fill the -user/password fields inside the :config:option:`$cfg['Servers']`. - -.. index:: pair: HTTP; Authentication mode - -HTTP authentication mode ------------------------- - -* Uses :term:`HTTP` Basic authentication - method and allows you to log in as any valid MySQL user. -* Is supported with most PHP configurations. For :term:`IIS` (:term:`ISAPI`) - support using :term:`CGI` PHP see :ref:`faq1_32`, for using with Apache - :term:`CGI` see :ref:`faq1_35`. -* See also :ref:`faq4_4` about not using the :term:`.htaccess` mechanism along with - ':term:`HTTP`' authentication mode. - -.. index:: pair: Cookie; Authentication mode - -.. _cookie: - -Cookie authentication mode --------------------------- - -* Username and password are stored in cookies during the session and password - is deleted when it ends. -* With this mode, the user can truly log out of phpMyAdmin and log - back in with the same username. -* If you want to allow users to enter any hostname to connect (rather than only - servers that are configured in :file:`config.inc.php`), - see the :config:option:`$cfg['AllowArbitraryServer']` directive. -* As mentioned in the :ref:`require` section, having the ``mcrypt`` extension will - speed up access considerably, but is not required. - -.. index:: pair: Signon; Authentication mode - -.. _auth_signon: - -Signon authentication mode --------------------------- - -* This mode is a convenient way of using credentials from another - application to authenticate to phpMyAdmin to implement single signon - solution. -* The other application has to store login information into session - data (see :config:option:`$cfg['Servers'][$i]['SignonSession']`) or you - need to implement script to return the credentials (see - :config:option:`$cfg['Servers'][$i]['SignonScript']`). -* When no credentials are available, the user is being redirected to - :config:option:`$cfg['Servers'][$i]['SignonURL']`, where you should handle - the login process. - -The very basic example of saving credentials in a session is available as -:file:`examples/signon.php`: - -.. literalinclude:: ../examples/signon.php - :language: php - -Alternatively you can also use this way to integrate with OpenID as shown -in :file:`examples/openid.php`: - -.. literalinclude:: ../examples/openid.php - :language: php - -If you intend to pass the credentials using some other means than, you have to -implement wrapper in PHP to get that data and set it to -:config:option:`$cfg['Servers'][$i]['SignonScript']`. There is very minimal example -in :file:`examples/signon-script.php`: - -.. literalinclude:: ../examples/signon-script.php - :language: php - -.. seealso:: - :config:option:`$cfg['Servers'][$i]['auth_type']`, - :config:option:`$cfg['Servers'][$i]['SignonSession']`, - :config:option:`$cfg['Servers'][$i]['SignonScript']`, - :config:option:`$cfg['Servers'][$i]['SignonURL']` - - -.. index:: pair: Config; Authentication mode - -Config authentication mode --------------------------- - -* This mode is sometimes the less secure one because it requires you to fill the - :config:option:`$cfg['Servers'][$i]['user']` and - :config:option:`$cfg['Servers'][$i]['password']` - fields (and as a result, anyone who can read your :file:`config.inc.php` - can discover your username and password). -* In the :ref:`faqmultiuser` section, there is an entry explaining how - to protect your configuration file. -* For additional security in this mode, you may wish to consider the - Host authentication :config:option:`$cfg['Servers'][$i]['AllowDeny']['order']` - and :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` configuration directives. -* Unlike cookie and http, does not require a user to log in when first - loading the phpMyAdmin site. This is by design but could allow any - user to access your installation. Use of some restriction method is - suggested, perhaps a :term:`.htaccess` file with the HTTP-AUTH directive or disallowing - incoming HTTP requests at one’s router or firewall will suffice (both - of which are beyond the scope of this manual but easily searchable - with Google). - -.. index:: pair: Swekey; Authentication mode - -.. _swekey: - -Swekey authentication mode --------------------------- - -The Swekey is a low cost authentication USB key that can be used in -web applications. When Swekey authentication is activated, phpMyAdmin -requires the users's Swekey to be plugged before entering the login -page (currently supported for cookie authentication mode only). Swekey -Authentication is disabled by default. To enable it, add the following -line to :file:`config.inc.php`: - -.. code-block:: php - - $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey.conf'; - -You then have to create the ``swekey.conf`` file that will associate -each user with their Swekey Id. It is important to place this file -outside of your web server's document root (in the example, it is -located in ``/etc``). Feel free to use it with your own users' -information. If you want to purchase a Swekey please visit -`https://www.phpmyadmin.net/auth\_key/ `_ -since this link provides funding for phpMyAdmin. - -A self documented sample file is provided in the -file :file:`examples/swekey.sample.conf`: - -.. literalinclude:: ../examples/swekey.sample.conf - :language: sh - -.. seealso:: :config:option:`$cfg['Servers'][$i]['auth_swekey_config']` - - -Securing your phpMyAdmin installation -+++++++++++++++++++++++++++++++++++++ - -The phpMyAdmin team tries hard to make the application secure, however there -are always ways to make your installation more secure: - -* Remove the ``setup`` directory from phpMyAdmin, you will probably not - use it after the initial setup. -* Properly choose an authentication method - :ref:`cookie` - is probably the best choice for shared hosting. -* In case you don't want all MySQL users to be able to access - phpMyAdmin, you can use :config:option:`$cfg['Servers'][$i]['AllowDeny']['rules']` to limit them. -* Consider hiding phpMyAdmin behind an authentication proxy, so that - users need to authenticate prior to providing MySQL credentials - to phpMyAdmin. -* If you are afraid of automated attacks, enabling Captcha by - :config:option:`$cfg['CaptchaLoginPublicKey']` and - :config:option:`$cfg['CaptchaLoginPrivateKey']` might be an option. diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/transformations.rst b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/transformations.rst deleted file mode 100644 index 4c3ce46c..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/transformations.rst +++ /dev/null @@ -1,138 +0,0 @@ -.. _transformations: - -Transformations -=============== - -.. _transformationsintro: - -Introduction -++++++++++++ - -To enable transformations, you have to setup the ``column_info`` -table and the proper directives. Please see the :ref:`config` on how to do so. - -You can apply different transformations to the contents of each -column. The transformation will take the content of each column and -transform it with certain rules defined in the selected -transformation. - -Say you have a column 'filename' which contains a filename. Normally -you would see in phpMyAdmin only this filename. Using transformations -you can transform that filename into a HTML link, so you can click -inside of the phpMyAdmin structure on the column's link and will see -the file displayed in a new browser window. Using transformation -options you can also specify strings to append/prepend to a string or -the format you want the output stored in. - -For a general overview of all available transformations and their -options, you can consult your *//transformation\_overview.php* installation. - -For a tutorial on how to effectively use transformations, see our -`Link section `_ on the -official phpMyAdmin homepage. - -.. _transformationshowto: - -Usage -+++++ - -Go to your *tbl\_structure.php* page (i.e. reached through clicking on -the 'Structure' link for a table). There click on "Change" (or change -icon) and there you will see three new fields at the end of the line. -They are called 'MIME-type', 'Browser transformation' and -'Transformation options'. - -* The field 'MIME-type' is a drop-down field. Select the MIME-type that - corresponds to the column's contents. Please note that transformations - are inactive as long as no MIME-type is selected. -* The field 'Browser transformation' is a drop-down field. You can - choose from a hopefully growing amount of pre-defined transformations. - See below for information on how to build your own transformation. - There are global transformations and mimetype-bound transformations. - Global transformations can be used for any mimetype. They will take - the mimetype, if necessary, into regard. Mimetype-bound - transformations usually only operate on a certain mimetype. There are - transformations which operate on the main mimetype (like 'image'), - which will most likely take the subtype into regard, and those who - only operate on a specific subtype (like 'image/jpeg'). You can use - transformations on mimetypes for which the function was not defined - for. There is no security check for you selected the right - transformation, so take care of what the output will be like. -* The field 'Transformation options' is a free-type textfield. You have - to enter transform-function specific options here. Usually the - transforms can operate with default options, but it is generally a - good idea to look up the overview to see which options are necessary. - Much like the ENUM/SET-Fields, you have to split up several options - using the format 'a','b','c',...(NOTE THE MISSING BLANKS). This is - because internally the options will be parsed as an array, leaving the - first value the first element in the array, and so forth. If you want - to specify a MIME character set you can define it in the - transformation\_options. You have to put that outside of the pre- - defined options of the specific mime-transform, as the last value of - the set. Use the format "'; charset=XXX'". If you use a transform, for - which you can specify 2 options and you want to append a character - set, enter "'first parameter','second parameter','charset=us-ascii'". - You can, however use the defaults for the parameters: "'','','charset - =us-ascii'". - -.. _transformationsfiles: - -File structure -++++++++++++++ - -All specific transformations for mimetypes are defined through class -files in the directory 'libraries/plugins/transformations/'. Each of -them extends a certain transformation abstract class declared in -libraries/plugins/transformations/abstract. - -They are stored in files to ease up customization and easy adding of -new transformations. - -Because the user cannot enter own mimetypes, it is kept sure that -transformations always work. It makes no sense to apply a -transformation to a mimetype the transform-function doesn't know to -handle. - -There is a file called '*transformations.lib.php*' that provides some -basic functions which can be included by any other transform function. - -The file name convention is ``[Mimetype]_[Subtype]_[Transformation -Name].class.php``, while the abtract class that it extends has the -name ``[Transformation Name]TransformationsPlugin``. All of the -methods that have to be implemented by a transformations plug-in are: - -#. getMIMEType() and getMIMESubtype() in the main class; -#. getName(), getInfo() and applyTransformation() in the abstract class - it extends. - -The getMIMEType(), getMIMESubtype() and getName() methods return the -name of the MIME type, MIME Subtype and transformation accordingly. -getInfo() returns the transformation's description and possible -options it may receive and applyTransformation() is the method that -does the actual work of the transformation plug-in. - -Please see the libraries/plugins/transformations/TEMPLATE and -libraries/plugins/transformations/TEMPLATE\_ABSTRACT files for adding -your own transformation plug-in. You can also generate a new -transformation plug-in (with or without the abstract transformation -class), by using -:file:`libraries/plugins/transformations/generator_plugin.sh` or -:file:`libraries/plugins/transformations/generator_main_class.sh`. - -The applyTransformation() method always gets passed three variables: - -#. **$buffer** - Contains the text inside of the column. This is the - text, you want to transform. -#. **$options** - Contains any user-passed options to a transform - function as an array. -#. **$meta** - Contains an object with information about your column. The - data is drawn from the output of the `mysql\_fetch\_field() - `_ function. This means, all - object properties described on the `manual page - `_ are available in this - variable and can be used to transform a column accordingly to - unsigned/zerofill/not\_null/... properties. The $meta->mimetype - variable contains the original MIME-type of the column (i.e. - 'text/plain', 'image/jpeg' etc.) - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/user.rst b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/user.rst deleted file mode 100644 index 06a3c9c4..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/user.rst +++ /dev/null @@ -1,10 +0,0 @@ -User Guide -========== - -.. toctree:: - :maxdepth: 2 - - transformations - privileges - other - import_export diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/vendors.rst b/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/vendors.rst deleted file mode 100644 index e24f23c6..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/vendors.rst +++ /dev/null @@ -1,35 +0,0 @@ -Distributing and packaging phpMyAdmin -===================================== - -This document is intended to give advices to people who want to -redistribute phpMyAdmin inside other software package such as Linux -distribution or some all in one package including web server and MySQL -server. - -Generally you can customize some basic aspects (paths to some files and -behavior) in :file:`libraries/vendor_config.php`. - -For example if you want setup script to generate config file in var, change -``SETUP_CONFIG_FILE`` to :file:`/var/lib/phpmyadmin/config.inc.php` and you -will also probably want to skip directory writable check, so set -``SETUP_DIR_WRITABLE`` to false. - -External libraries ------------------- - -phpMyAdmin includes several external libraries, you might want to -replace them with system ones if they are available, but please note -that you should test whether version you provide is compatible with the -one we ship. - -Currently known list of external libraries: - -js/jquery - jQuery js framework and various jQuery based libraries. - -libraries/php-gettext - php-gettext library -libraries/tcpdf - tcpdf library, stripped down of not needed files -libraries/phpseclib - portions of phpseclib library diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/examples/config.manyhosts.inc.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/examples/config.manyhosts.inc.php deleted file mode 100644 index 751bd5b5..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/examples/config.manyhosts.inc.php +++ /dev/null @@ -1,51 +0,0 @@ - array( - 'user' => 'root', - 'password' => '', - ), - ); - -/** - * Simple function to show HTML page with given content. - * - * @param string $contents Content to include in page - * - * @return void - */ -function Show_page($contents) -{ - header('Content-Type: text/html; charset=utf-8'); - echo '' . "\n"; - ?> - - - - - - - phpMyAdmin OpenID signon example - - - ' . $_SESSION['PMA_single_signon_message'] . '

'; - unset($_SESSION['PMA_single_signon_message']); - } - echo $contents; - ?> - - - -OpenID:
- - - -'; - Show_page($content); - exit; -} - -/* Grab identifier */ -if (isset($_POST['identifier'])) { - $identifier = $_POST['identifier']; -} else if (isset($_SESSION['identifier'])) { - $identifier = $_SESSION['identifier']; -} else { - $identifier = null; -} - -/* Create OpenID object */ -try { - $o = new OpenID_RelyingParty($returnTo, $realm, $identifier); -} catch (OpenID_Exception $e) { - $contents = "
\n"; - $contents .= "
" . $e->getMessage() . "
\n"; - $contents .= "
"; - Show_page($contents); - exit; -} - -/* Redirect to OpenID provider */ -if (isset($_POST['start'])) { - try { - $authRequest = $o->prepare(); - } catch (OpenID_Exception $e) { - $contents = "
\n"; - $contents .= "
" . $e->getMessage() . "
\n"; - $contents .= "
"; - Show_page($contents); - exit; - } - - $url = $authRequest->getAuthorizeURL(); - - header("Location: $url"); - exit; -} else { - /* Grab query string */ - if (!count($_POST)) { - list(, $queryString) = explode('?', $_SERVER['REQUEST_URI']); - } else { - // I hate php sometimes - $queryString = file_get_contents('php://input'); - } - - /* Check reply */ - $message = new OpenID_Message($queryString, OpenID_Message::FORMAT_HTTP); - - $id = $message->get('openid.claimed_id'); - - if (!empty($id) && isset($AUTH_MAP[$id])) { - $_SESSION['PMA_single_signon_user'] = $AUTH_MAP[$id]['user']; - $_SESSION['PMA_single_signon_password'] = $AUTH_MAP[$id]['password']; - session_write_close(); - /* Redirect to phpMyAdmin (should use absolute URL here!) */ - header('Location: ../index.php'); - } else { - Show_page('

User not allowed!

'); - exit; - } -} diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/examples/signon-script.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/examples/signon-script.php deleted file mode 100644 index 1c2a4b95..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/examples/signon-script.php +++ /dev/null @@ -1,37 +0,0 @@ - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/examples/signon.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/examples/signon.php deleted file mode 100644 index d55ff6da..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/examples/signon.php +++ /dev/null @@ -1,71 +0,0 @@ - 'Signon test'); - $id = session_id(); - /* Close that session */ - session_write_close(); - /* Redirect to phpMyAdmin (should use absolute URL here!) */ - header('Location: ../index.php'); -} else { - /* Show simple form */ - header('Content-Type: text/html; charset=utf-8'); - echo '' . "\n"; - ?> - - - - - - - phpMyAdmin single signon example - - - '; - echo $_SESSION['PMA_single_signon_error_message']; - echo '

'; - } - ?> -
- Username:
- Password:
- Host: (will use the one from config.inc.php by default) -
- Port: (will use the one from config.inc.php by default) -
- -
- - - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/examples/swekey.sample.conf b/Vendor/phpMyAdmin-4.4.15.1-all-languages/examples/swekey.sample.conf deleted file mode 100644 index 49392bd9..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/examples/swekey.sample.conf +++ /dev/null @@ -1,44 +0,0 @@ -# This is a typical file used to enable Swekey hardware authentication. -# -# To activate the Swekey authentication add the following line to your config.inc.php file. -# $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf'; -# Then rename this file "swekey-pma.conf" and copy it to the /etc directory. -# Add all the Swekey ids you want to grant access to in the file. -# After each Swekey id put the corresponding user name. -# -# If you don't know the id of a Swekey just visit http://www.swekey.com?sel=support -# while your Swekey is connected. -# -# If you need to purchase a Swekey please visit https://www.phpmyadmin.net/auth_key/ -# since this link provides funding to PhpMyAdmin. -# - -0000000000000000000000000000763A:root -000000000000000000000000000089E4:steve -0000000000000000000000000000231E:scott - -# -# It is recommended to include the following lines to contact the -# authentication servers in SSL mode. -# - -SERVER_CHECK=https://auth-check-ssl.musbe.net -SERVER_RNDTOKEN=https://auth-rnd-gen-ssl.musbe.net -SERVER_STATUS=https://auth-status-ssl.musbe.net - -# -# The path of the root certificate file used to ensure a secure -# communication with the authentication servers in SSL mode. -# If not specified, will use musbe-ca.crt found in your -# phpMyAdmin/libraries/auth/swekey. -# - -#CA_FILE=/var/http-root/phpmyadmin/libraries/auth/swekey/musbe-ca.crt - -# -# If your server receives many login requests, you can enable the random -# token caching to accelerate the authentication process. -# Token caching is enabled by default. -# - -#ENABLE_TOKEN_CACHE=0 diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/bn/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/bn/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 947a69f5..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/bn/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/el/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/el/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index f6ea3c4f..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/el/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/en_GB/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/en_GB/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 69ae068c..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/en_GB/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/et/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/et/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index d53a720b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/et/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/hu/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/hu/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 9f4ad1ea..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/hu/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/hy/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/hy/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index f6accf56..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/hy/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ia/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ia/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 029508f1..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ia/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/id/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/id/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index ab428850..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/id/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ko/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ko/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 99648ec8..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ko/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/pt_BR/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/pt_BR/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 3c0ec815..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/pt_BR/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ro/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ro/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 11b5cf35..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ro/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ru/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ru/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 0e1c280d..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ru/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/sk/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/sk/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 32a1cccf..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/sk/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/sl/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/sl/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 2a7629a3..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/sl/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/sq/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/sq/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 01033632..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/sq/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/sr@latin/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/sr@latin/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 0ea19105..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/sr@latin/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/sv/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/sv/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 31c3f83e..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/sv/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/tr/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/tr/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 45fd3177..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/tr/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/zh_CN/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/zh_CN/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 51be8b85..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/zh_CN/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/zh_TW/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/zh_TW/LC_MESSAGES/phpmyadmin.mo deleted file mode 100644 index 258bc414..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/zh_TW/LC_MESSAGES/phpmyadmin.mo and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/ajax.js b/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/ajax.js deleted file mode 100644 index 98d985a4..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/ajax.js +++ /dev/null @@ -1,11 +0,0 @@ -/* vim: set expandtab sw=4 ts=4 sts=4: */ -/** - * Dummy implementation of the ajax page loader - */ -var AJAX = { - registerOnload: function (idx, func) { - $(document).ready(func); - }, - registerTeardown: function (idx, func) { - } -}; diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/config.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/config.php deleted file mode 100644 index 4e09780f..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/config.php +++ /dev/null @@ -1,81 +0,0 @@ -registerForm('_config.php', $forms['_config.php']); -$form_display->save('_config.php'); -$config_file_path = $GLOBALS['ConfigFile']->getFilePath(); - -if (isset($_POST['eol'])) { - $_SESSION['eol'] = ($_POST['eol'] == 'unix') ? 'unix' : 'win'; -} - -if (PMA_ifSetOr($_POST['submit_clear'], '')) { - // - // Clear current config and return to main page - // - $GLOBALS['ConfigFile']->resetConfigData(); - // drop post data - header('HTTP/1.1 303 See Other'); - header('Location: index.php'); - exit; -} elseif (PMA_ifSetOr($_POST['submit_download'], '')) { - // - // Output generated config file - // - PMA_downloadHeader('config.inc.php', 'text/plain'); - echo ConfigGenerator::getConfigFile($GLOBALS['ConfigFile']); - exit; -} elseif (PMA_ifSetOr($_POST['submit_save'], '')) { - // - // Save generated config file on the server - // - file_put_contents( - $config_file_path, - ConfigGenerator::getConfigFile($GLOBALS['ConfigFile']) - ); - header('HTTP/1.1 303 See Other'); - header('Location: index.php' . PMA_URL_getCommon() . '&action_done=config_saved'); - exit; -} elseif (PMA_ifSetOr($_POST['submit_load'], '')) { - // - // Load config file from the server - // - $cfg = array(); - include_once $config_file_path; - $GLOBALS['ConfigFile']->setConfigData($cfg); - header('HTTP/1.1 303 See Other'); - header('Location: index.php'); - exit; -} elseif (PMA_ifSetOr($_POST['submit_delete'], '')) { - // - // Delete config file on the server - // - @unlink($config_file_path); - header('HTTP/1.1 303 See Other'); - header('Location: index.php'); - exit; -} else { - // - // Show generated config file in a '; -echo ''; -echo ''; -echo ''; -echo ''; -echo ''; -echo ''; -echo ''; -echo ''; - -PMA_displayFieldsetBottomSimple(); -PMA_displayFormBottom(); -?> diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/frames/form.inc.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/frames/form.inc.php deleted file mode 100644 index 4e25bfe1..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/frames/form.inc.php +++ /dev/null @@ -1,36 +0,0 @@ -' . $GLOBALS['strConfigFormset_' . $formset_id] . ''; -} -$form_display = new FormDisplay($GLOBALS['ConfigFile']); -foreach ($forms[$formset_id] as $form_name => $form) { - $form_display->registerForm($form_name, $form); -} -PMA_Process_formset($form_display); -?> diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/frames/index.inc.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/frames/index.inc.php deleted file mode 100644 index ed6902a5..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/frames/index.inc.php +++ /dev/null @@ -1,314 +0,0 @@ -performConfigChecks(); - -// -// Check whether we can read/write configuration -// -$config_readable = false; -$config_writable = false; -$config_exists = false; -PMA_checkConfigRw($config_readable, $config_writable, $config_exists); -if (!$config_writable || !$config_readable) { - PMA_messagesSet( - 'error', 'config_rw', __('Cannot load or save configuration'), - PMA_sanitize( - __( - 'Please create web server writable folder [em]config[/em] in ' - . 'phpMyAdmin top level directory as described in ' - . '[doc@setup_script]documentation[/doc]. Otherwise you will be ' - . 'only able to download or display it.' - ) - ) - ); -} -// -// Check https connection -// -$is_https = !empty($_SERVER['HTTPS']) - && /*overload*/mb_strtolower($_SERVER['HTTPS']) == 'on'; -if (!$is_https) { - $text = __( - 'You are not using a secure connection; all data (including potentially ' - . 'sensitive information, like passwords) is transferred unencrypted!' - ); - - if (!empty($_SERVER['REQUEST_URI']) && !empty($_SERVER['HTTP_HOST'])) { - $link = htmlspecialchars( - 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] - ); - $text .= ' '; - $text .= PMA_sanitize( - sprintf( - __( - 'If your server is also configured to accept HTTPS requests ' - . 'follow [a@%s]this link[/a] to use a secure connection.' - ), - $link - ) - ); - } - PMA_messagesSet('notice', 'no_https', __('Insecure connection'), $text); -} - -echo '
'; -echo PMA_URL_getHiddenInputs(); -echo '
'; -echo ''; -echo '
'; - -// Check for done action info and set notice message if present -switch ($action_done) { -case 'config_saved': - /* Use uniqid to display this message every time configuration is saved */ - PMA_messagesSet( - 'notice', uniqid('config_saved'), __('Configuration saved.'), - PMA_sanitize( - __( - 'Configuration saved to file config/config.inc.php in phpMyAdmin ' - . 'top level directory, copy it to top level one and delete ' - . 'directory config to use it.' - ) - ) - ); - break; -default: - break; -} - -echo '

' . __('Overview') . '

'; - -// message handling -PMA_messagesEnd(); -PMA_messagesShowHtml(); - -echo ''; - -echo '
'; -echo __('Servers'); -echo ''; - -// -// Display server list -// -PMA_displayFormTop( - 'index.php', 'get', - array( - 'page' => 'servers', - 'mode' => 'add' - ) -); -echo '
'; -if ($cf->getServerCount() > 0) { - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - - foreach ($cf->getServers() as $id => $server) { - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; - } - echo '
#' . __('Name') . '' . __('Authentication type') . 'DSN
' . $id . '' . htmlspecialchars($cf->getServerName($id)) . '' - . htmlspecialchars($cf->getValue("Servers/$id/auth_type")) - . '' . htmlspecialchars($cf->getServerDSN($id)) . ''; - echo ''; - echo '' - . __('Edit') . ''; - echo ' | '; - echo '' - . __('Delete') . ''; - echo ''; - echo '
'; -} else { - echo ''; - echo ''; - echo ''; - echo ''; - echo '
'; - echo '' . __('There are no configured servers') . ''; - echo '
'; -} - -echo ''; -echo ''; -echo ''; -echo ''; -echo '
'; -echo ''; -echo '
'; -echo '
'; - -PMA_displayFormBottom(); - -echo '
'; - -echo '
' . __('Configuration file') . ''; - -// -// Display config file settings and load/save form -// -$form_display = new FormDisplay($cf); - -PMA_displayFormTop('config.php'); -echo ''; - -// Display language list -$opts = array( - 'doc' => $form_display->getDocLink('DefaultLang'), - 'values' => array(), - 'values_escaped' => true); -foreach ($all_languages as $each_lang_key => $each_lang) { - $lang_name = PMA_languageName($each_lang); - $opts['values'][$each_lang_key] = $lang_name; -} -PMA_displayInput( - 'DefaultLang', __('Default language'), 'select', - $cf->getValue('DefaultLang'), '', true, $opts -); - -// Display server list -$opts = array( - 'doc' => $form_display->getDocLink('ServerDefault'), - 'values' => array(), - 'values_disabled' => array()); -if ($cf->getServerCount() > 0) { - $opts['values']['0'] = __('let the user choose'); - $opts['values']['-'] = '------------------------------'; - if ($cf->getServerCount() == 1) { - $opts['values_disabled'][] = '0'; - } - $opts['values_disabled'][] = '-'; - - foreach ($cf->getServers() as $id => $server) { - $opts['values'][(string)$id] = $cf->getServerName($id) . " [$id]"; - } -} else { - $opts['values']['1'] = __('- none -'); - $opts['values_escaped'] = true; -} -PMA_displayInput( - 'ServerDefault', __('Default server'), 'select', - $cf->getValue('ServerDefault'), '', true, $opts -); - -// Display EOL list -$opts = array( - 'values' => array( - 'unix' => 'UNIX / Linux (\n)', - 'win' => 'Windows (\r\n)'), - 'values_escaped' => true); -$eol = PMA_ifSetOr($_SESSION['eol'], (PMA_IS_WINDOWS ? 'win' : 'unix')); -PMA_displayInput( - 'eol', __('End of line'), 'select', - $eol, '', true, $opts -); - -echo ''; -echo ''; -echo ''; -echo '
'; -echo ''; -echo ''; -echo '   '; - -echo ''; - -echo ''; - -echo ''; - -echo '   '; -echo ''; -echo '
'; - -PMA_displayFormBottom(); - -echo '
'; -echo ''; diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/frames/menu.inc.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/frames/menu.inc.php deleted file mode 100644 index a78c84d6..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/frames/menu.inc.php +++ /dev/null @@ -1,37 +0,0 @@ -'; -echo '
  • ' . __('Overview') . '
  • '; - -$formsets = array( - 'Features' => __('Features'), - 'Sql_queries' => __('SQL queries'), - 'Navi_panel' => __('Navigation panel'), - 'Main_panel' => __('Main panel'), - 'Import' => __('Import'), - 'Export' => __('Export') -); - -foreach ($formsets as $formset => $label) { - echo '
  • ' . $label . '
  • '; -} - -echo ''; diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/frames/servers.inc.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/frames/servers.inc.php deleted file mode 100644 index 859a7848..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/frames/servers.inc.php +++ /dev/null @@ -1,50 +0,0 @@ -get("Servers/$id") !== null; - -if ($mode == 'edit' && $server_exists) { - $page_title = __('Edit server') - . ' ' . $id - . ' (' . htmlspecialchars($cf->getServerDSN($id)) . ')'; -} elseif ($mode == 'remove' && $server_exists) { - $cf->removeServer($id); - header('Location: index.php'); - exit; -} elseif ($mode == 'revert' && $server_exists) { - // handled by process_formset() -} else { - $page_title = __('Add a new server'); - $id = 0; -} -if (isset($page_title)) { - echo '

    ' . $page_title . '

    '; -} -$form_display = new FormDisplay($cf); -foreach ($forms['Servers'] as $form_name => $form) { - $form_display->registerForm($form_name, $form, $id); -} -PMA_Process_formset($form_display); -?> diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/index.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/index.php deleted file mode 100644 index 2f8f8a7b..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/index.php +++ /dev/null @@ -1,61 +0,0 @@ - - - - - -phpMyAdmin setup - - - - - - - - - - - -

    phpMyAdmin setup

    - -
    - -
    - - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/lib/ConfigGenerator.class.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/lib/ConfigGenerator.class.php deleted file mode 100644 index af830256..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/lib/ConfigGenerator.class.php +++ /dev/null @@ -1,161 +0,0 @@ -getConfig(); - - // header - $ret = 'get('PMA_VERSION') - . ' setup script' . $crlf - . ' * Date: ' . date(DATE_RFC1123) . $crlf - . ' */' . $crlf . $crlf; - - // servers - if ($cf->getServerCount() > 0) { - $ret .= "/* Servers configuration */$crlf\$i = 0;" . $crlf . $crlf; - foreach ($c['Servers'] as $id => $server) { - $ret .= '/* Server: ' - . strtr($cf->getServerName($id) . " [$id] ", '*/', '-') - . "*/" . $crlf - . '$i++;' . $crlf; - foreach ($server as $k => $v) { - $k = preg_replace('/[^A-Za-z0-9_]/', '_', $k); - $ret .= "\$cfg['Servers'][\$i]['$k'] = " - . (is_array($v) && self::_isZeroBasedArray($v) - ? self::_exportZeroBasedArray($v, $crlf) - : var_export($v, true)) - . ';' . $crlf; - } - $ret .= $crlf; - } - $ret .= '/* End of servers configuration */' . $crlf . $crlf; - } - unset($c['Servers']); - - // other settings - $persistKeys = $cf->getPersistKeysMap(); - - foreach ($c as $k => $v) { - $k = preg_replace('/[^A-Za-z0-9_]/', '_', $k); - $ret .= self::_getVarExport($k, $v, $crlf); - if (isset($persistKeys[$k])) { - unset($persistKeys[$k]); - } - } - // keep 1d array keys which are present in $persist_keys (config.values.php) - foreach (array_keys($persistKeys) as $k) { - if (/*overload*/mb_strpos($k, '/') === false) { - $k = preg_replace('/[^A-Za-z0-9_]/', '_', $k); - $ret .= self::_getVarExport($k, $cf->getDefault($k), $crlf); - } - } - $ret .= '?' . '>'; - - return $ret; - } - - /** - * Returns exported configuration variable - * - * @param string $var_name configuration name - * @param mixed $var_value configuration value(s) - * @param string $crlf line ending - * - * @return string - */ - private static function _getVarExport($var_name, $var_value, $crlf) - { - if (!is_array($var_value) || empty($var_value)) { - return "\$cfg['$var_name'] = " - . var_export($var_value, true) . ';' . $crlf; - } - $ret = ''; - if (self::_isZeroBasedArray($var_value)) { - $ret = "\$cfg['$var_name'] = " - . self::_exportZeroBasedArray($var_value, $crlf) - . ';' . $crlf; - } else { - // string keys: $cfg[key][subkey] = value - foreach ($var_value as $k => $v) { - $k = preg_replace('/[^A-Za-z0-9_]/', '_', $k); - $ret .= "\$cfg['$var_name']['$k'] = " - . var_export($v, true) . ';' . $crlf; - } - } - return $ret; - } - - /** - * Check whether $array is a continuous 0-based array - * - * @param array $array Array to check - * - * @return boolean - */ - private static function _isZeroBasedArray(array $array) - { - for ($i = 0, $nb = count($array); $i < $nb; $i++) { - if (! isset($array[$i])) { - return false; - } - } - return true; - } - - /** - * Exports continuous 0-based array - * - * @param array $array Array to export - * @param string $crlf Newline string - * - * @return string - */ - private static function _exportZeroBasedArray(array $array, $crlf) - { - $retv = array(); - foreach ($array as $v) { - $retv[] = var_export($v, true); - } - $ret = "array("; - if (count($retv) <= 4) { - // up to 4 values - one line - $ret .= implode(', ', $retv); - } else { - // more than 4 values - value per line - $imax = count($retv); - for ($i = 0; $i < $imax; $i++) { - $ret .= ($i > 0 ? ',' : '') . $crlf . ' ' . $retv[$i]; - } - } - $ret .= ')'; - return $ret; - } -} -?> diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/lib/common.inc.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/lib/common.inc.php deleted file mode 100644 index f1509f14..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/lib/common.inc.php +++ /dev/null @@ -1,56 +0,0 @@ -setCookie('pma_lang', $GLOBALS['lang']); - -$GLOBALS['ConfigFile'] = new ConfigFile(); -$GLOBALS['ConfigFile']->setPersistKeys( - array( - 'DefaultLang', - 'ServerDefault', - 'UploadDir', - 'SaveDir', - 'Servers/1/verbose', - 'Servers/1/host', - 'Servers/1/port', - 'Servers/1/socket', - 'Servers/1/connect_type', - 'Servers/1/auth_type', - 'Servers/1/user', - 'Servers/1/password' - ) -); - -// allows for redirection even after sending some data -ob_start(); - -?> diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/lib/form_processing.lib.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/lib/form_processing.lib.php deleted file mode 100644 index d8eadf66..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/lib/form_processing.lib.php +++ /dev/null @@ -1,81 +0,0 @@ -fixErrors(); - PMA_generateHeader303(); - } - - if (!$form_display->process(false)) { - // handle form view and failed POST - $form_display->display(true, true); - return; - } - - // check for form errors - if (!$form_display->hasErrors()) { - PMA_generateHeader303(); - return; - } - - // form has errors, show warning - $separator = PMA_URL_getArgSeparator('html'); - $page = isset($_GET['page']) ? $_GET['page'] : null; - $formset = isset($_GET['formset']) ? $_GET['formset'] : null; - $formset = $formset ? "{$separator}formset=$formset" : ''; - $formId = PMA_isValid($_GET['id'], 'numeric') ? $_GET['id'] : null; - if ($formId === null && $page == 'servers') { - // we've just added a new server, get its id - $formId = $form_display->getConfigFile()->getServerCount(); - } - $formId = $formId ? "{$separator}id=$formId" : ''; - ?> -
    -

    -
    - - - -
    - displayErrors() ?> - - - -   - - - - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/lib/index.lib.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/lib/index.lib.php deleted file mode 100644 index ac07d27d..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/lib/index.lib.php +++ /dev/null @@ -1,211 +0,0 @@ - array(), 'notice' => array()); - } else { - // reset message states - foreach ($_SESSION['messages'] as &$messages) { - foreach ($messages as &$msg) { - $msg['fresh'] = false; - $msg['active'] = false; - } - } - } -} - -/** - * Adds a new message to message list - * - * @param string $type one of: notice, error - * @param string $msgId unique message identifier - * @param string $title language string id (in $str array) - * @param string $message message text - * - * @return void - */ -function PMA_messagesSet($type, $msgId, $title, $message) -{ - $fresh = ! isset($_SESSION['messages'][$type][$msgId]); - $_SESSION['messages'][$type][$msgId] = array( - 'fresh' => $fresh, - 'active' => true, - 'title' => $title, - 'message' => $message); -} - -/** - * Cleans up message list - * - * @return void - */ -function PMA_messagesEnd() -{ - foreach ($_SESSION['messages'] as &$messages) { - $remove_ids = array(); - foreach ($messages as $id => &$msg) { - if ($msg['active'] == false) { - $remove_ids[] = $id; - } - } - foreach ($remove_ids as $id) { - unset($messages[$id]); - } - } -} - -/** - * Prints message list, must be called after PMA_messagesEnd() - * - * @return void - */ -function PMA_messagesShowHtml() -{ - $old_ids = array(); - foreach ($_SESSION['messages'] as $type => $messages) { - foreach ($messages as $id => $msg) { - echo '
    ' - . '

    ' . $msg['title'] . '

    ' - . $msg['message'] . '
    '; - if (!$msg['fresh'] && $type != 'error') { - $old_ids[] = $id; - } - } - } - - echo "\n" . '\n"; -} - -/** - * Checks for newest phpMyAdmin version and sets result as a new notice - * - * @return void - */ -function PMA_versionCheck() -{ - // version check messages should always be visible so let's make - // a unique message id each time we run it - $message_id = uniqid('version_check'); - - // Fetch data - $versionInformation = new VersionInformation(); - $version_data = $versionInformation->getLatestVersion(); - - if (empty($version_data)) { - PMA_messagesSet( - 'error', - $message_id, - __('Version check'), - __( - 'Reading of version failed. ' - . 'Maybe you\'re offline or the upgrade server does not respond.' - ) - ); - return; - } - - $releases = $version_data->releases; - $latestCompatible = $versionInformation->getLatestCompatibleVersion($releases); - if ($latestCompatible != null) { - $version = $latestCompatible['version']; - $date = $latestCompatible['date']; - } else { - return; - } - - $version_upstream = $versionInformation->versionToInt($version); - if ($version_upstream === false) { - PMA_messagesSet( - 'error', - $message_id, - __('Version check'), - __('Got invalid version string from server') - ); - return; - } - - $version_local = $versionInformation->versionToInt( - $GLOBALS['PMA_Config']->get('PMA_VERSION') - ); - if ($version_local === false) { - PMA_messagesSet( - 'error', - $message_id, - __('Version check'), - __('Unparsable version string') - ); - return; - } - - if ($version_upstream > $version_local) { - $version = htmlspecialchars($version); - $date = htmlspecialchars($date); - PMA_messagesSet( - 'notice', - $message_id, - __('Version check'), - sprintf(__('A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'), $version, $date) - ); - } else { - if ($version_local % 100 == 0) { - PMA_messagesSet( - 'notice', - $message_id, - __('Version check'), - PMA_sanitize(sprintf(__('You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable version is %s, released on %s.'), $version, $date)) - ); - } else { - PMA_messagesSet( - 'notice', - $message_id, - __('Version check'), - __('No newer stable version is available') - ); - } - } -} - -/** - * Checks whether config file is readable/writable - * - * @param bool &$is_readable whether the file is readable - * @param bool &$is_writable whether the file is writable - * @param bool &$file_exists whether the file exists - * - * @return void - */ -function PMA_checkConfigRw(&$is_readable, &$is_writable, &$file_exists) -{ - $file_path = $GLOBALS['ConfigFile']->getFilePath(); - $file_dir = dirname($file_path); - $is_readable = true; - $is_writable = is_dir($file_dir); - if (SETUP_DIR_WRITABLE) { - $is_writable = $is_writable && is_writable($file_dir); - } - $file_exists = file_exists($file_path); - if ($file_exists) { - $is_readable = is_readable($file_path); - $is_writable = $is_writable && is_writable($file_path); - } -} diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/scripts.js b/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/scripts.js deleted file mode 100644 index 192f0e58..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/scripts.js +++ /dev/null @@ -1,216 +0,0 @@ -/* vim: set expandtab sw=4 ts=4 sts=4: */ -/** - * Functions used in Setup configuration forms - */ - -// show this window in top frame -if (top != self) { - window.top.location.href = location; -} - -// ------------------------------------------------------------------ -// Messages -// - -// stores hidden message ids -var hiddenMessages = []; - -$(function () { - var hidden = hiddenMessages.length; - for (var i = 0; i < hidden; i++) { - $('#' + hiddenMessages[i]).css('display', 'none'); - } - if (hidden > 0) { - var link = $('#show_hidden_messages'); - link.click(function (e) { - e.preventDefault(); - for (var i = 0; i < hidden; i++) { - $('#' + hiddenMessages[i]).show(500); - } - $(this).remove(); - }); - link.html(link.html().replace('#MSG_COUNT', hidden)); - link.css('display', ''); - } -}); - -//set document width -$(document).ready(function(){ - width = 0; - $('ul.tabs li').each(function(){ - tabWidth = $(this).width() + 10; - width += tabWidth; - }); - contentWidth = width; - width += 250; - $('body').css('min-width', width); - $('.tabs_contents').css('min-width', contentWidth); -}); - -// -// END: Messages -// ------------------------------------------------------------------ - -// ------------------------------------------------------------------ -// Form validation and field operations -// - -/** - * Calls server-side validation procedures - * - * @param {Element} parent input field in
    or
    - * @param {String} id validator id - * @param {Object} values values hash {element1_id: value, ...} - */ -function ajaxValidate(parent, id, values) -{ - parent = $(parent); - // ensure that parent is a fieldset - if (parent.attr('tagName') != 'FIELDSET') { - parent = parent.closest('fieldset'); - if (parent.length === 0) { - return false; - } - } - - if (parent.data('ajax') !== null) { - parent.data('ajax').abort(); - } - - parent.data('ajax', $.ajax({ - url: 'validate.php', - cache: false, - type: 'POST', - data: { - token: parent.closest('form').find('input[name=token]').val(), - id: id, - values: JSON.stringify(values) - }, - success: function (response) { - if (response === null) { - return; - } - - var error = {}; - if (typeof response != 'object') { - error[parent.id] = [response]; - } else if (typeof response.error != 'undefined') { - error[parent.id] = [response.error]; - } else { - for (var key in response) { - var value = response[key]; - error[key] = jQuery.isArray(value) ? value : [value]; - } - } - displayErrors(error); - }, - complete: function () { - parent.removeData('ajax'); - } - })); - - return true; -} - -/** - * Automatic form submission on change. - */ -$(document).on('change', '.autosubmit', function (e) { - e.target.form.submit(); -}); - -$.extend(true, validators, { - // field validators - _field: { - /** - * hide_db field - * - * @param {boolean} isKeyUp - */ - hide_db: function (isKeyUp) { - if (!isKeyUp && this.value !== '') { - var data = {}; - data[this.id] = this.value; - ajaxValidate(this, 'Servers/1/hide_db', data); - } - return true; - }, - /** - * TrustedProxies field - * - * @param {boolean} isKeyUp - */ - TrustedProxies: function (isKeyUp) { - if (!isKeyUp && this.value !== '') { - var data = {}; - data[this.id] = this.value; - ajaxValidate(this, 'TrustedProxies', data); - } - return true; - } - }, - // fieldset validators - _fieldset: { - /** - * Validates Server fieldset - * - * @param {boolean} isKeyUp - */ - Server: function (isKeyUp) { - if (!isKeyUp) { - ajaxValidate(this, 'Server', getAllValues()); - } - return true; - }, - /** - * Validates Server_login_options fieldset - * - * @param {boolean} isKeyUp - */ - Server_login_options: function (isKeyUp) { - return validators._fieldset.Server.apply(this, [isKeyUp]); - }, - /** - * Validates Server_pmadb fieldset - * - * @param {boolean} isKeyUp - */ - Server_pmadb: function (isKeyUp) { - if (isKeyUp) { - return true; - } - - var prefix = getIdPrefix($(this).find('input')); - if ($('#' + prefix + 'pmadb').val() !== '') { - ajaxValidate(this, 'Server_pmadb', getAllValues()); - } - - return true; - } - } -}); - -// -// END: Form validation and field operations -// ------------------------------------------------------------------ - -// ------------------------------------------------------------------ -// User preferences allow/disallow UI -// - -$(function () { - $('.userprefs-allow').click(function (e) { - if (this != e.target) { - return; - } - var el = $(this).find('input'); - if (el.prop('disabled')) { - return; - } - el.prop('checked', !el.prop('checked')); - }); -}); - -// -// END: User preferences allow/disallow UI -// ------------------------------------------------------------------ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/styles.css b/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/styles.css deleted file mode 100644 index a52b9508..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/styles.css +++ /dev/null @@ -1,619 +0,0 @@ -/* global styles */ - -body { - margin-right: auto; - min-width: 960px; - padding-bottom: 1em; - color: #444; - font: .8em sans-serif; - background: url(../themes/pmahomme/img/left_nav_bg.png) repeat-y 80px 0 #f3f3f3; -} - -input, -button, -select, -textarea, -th, -td { - font: 1em sans-serif; -} - -img { - border: 0; -} - -a, -a:link, -a:visited, -a:active { - text-decoration: none; - color: #235a81; - cursor: pointer; - outline: none; - -} - -a:hover { - text-decoration: underline; - color: #235a81; -} - -h1 { - font-size: 1.5em; -} - -/* language selection box */ - -#select_lang { - position: absolute; - right: 1em; - top: 1em; -} - -/* menu */ - -#menu { - float: left; - width: 220px; - font-size: 1.1em; -} - -#menu ul { - margin: 1em 1em 1em .5em; - padding: 0; - list-style: none; -} - -#menu li a { - padding: .5em .6em; - margin-right: .6em; - display: block; - color: #333; - text-decoration: none; - zoom: 1; /* IE fix */ -} - -#menu li a:hover, #menu li a:active, #menu li a.active { - background-color: #e4e4e4; -} - -/* page contents and footer layout */ - -#page { - margin-left: 220px; - margin-right: 25px; -} - -#footer { - margin-top: 1em; -} - -#footer a { - margin-right: 0.5em; - text-decoration: none; - font-size: small; -} - -/* phpMyAdmin logo colors */ - -.blue { - color: #666699; -} - -.orange { - color: #FF9900; -} - -.red { - color: #C00; -} - -/* main page messages */ - -/* message boxes: error, confirmation */ -.success h4, -.notice h4, -div.error h4 { - border-bottom: 1px solid; - font-weight: bold; - margin: 0 0 .2em 0; -} - -div.success, -div.notice, -div.error { - margin: .5em 0 1.3em 0; - border: 1px solid; - background-repeat: no-repeat; - background-position: 10px 10px; - padding: 10px 10px 10px 25px; - - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - - -moz-box-shadow: 0 1px 1px #fff inset; - -webkit-box-shadow: 0 1px 1px #fff inset; - box-shadow: 0 1px 1px #fff inset; -} - -.success a, -.notice a, -.error a { - text-decoration: underline; -} - -.success { - color: #000; - background-color: #ebf8a4; -} - -h1.success, -div.success { - border-color: #a2d246; - background-image: url(../themes/pmahomme/img/s_success.png); - background-repeat: no-repeat; - background-position: 5px 10px; -} -.success h4 { - border-color: #00FF00; -} - -.notice { - color: #000; - background-color: #e8eef1; -} - -h1.notice, -div.notice { - border-color: #3a6c7e; - background-image: url(../themes/pmahomme/img/s_notice.png); - background-repeat: no-repeat; - background-position: 5px 10px; -} - -.notice h4 { - border-color: #ffb10a; -} - -.error { - border: 1px solid maroon !important; - color: #000; - background: pink; -} - -h1.error, -div.error { - border-color: #333; - background-image: url(../themes/pmahomme/img/s_error.png); - background-repeat: no-repeat; - background-position: 5px 10px; -} - -div.error h4 { - border-color: #ff0000; -} - -div.notice[id^=version_check] { - border-color: #002DFF; - background-color: #EEF; -} - -div.notice[id^=version_check] h4 { - border-color: #002DFF; -} - - - -/* form tabs */ - -ul.tabs { - margin: 1.1em 2px 0; - padding: 0 0 3px 0; - list-style: none; - font-weight: bold; -} - -ul.tabs li { - float: left; - margin-bottom: -1px; -} - -ul.tabs li a { - display: block; - margin: 1px .2em 0; - white-space: nowrap; - text-decoration: none; - border: 1px solid #D5D5D5; - border-bottom: 1px solid #aaa; -} - -ul.tabs li a { - padding: 7px 10px; - -webkit-border-radius: 5px 5px 0 0; - -moz-border-radius: 5px 5px 0 0; - border-radius: 5px 5px 0 0; - background: #f2f2f2; - color: #555; - text-shadow: 0 1px 0 #fff; -} - -ul.tabs li a:hover, -ul.tabs li a:active { - background: #e5e5e5; -} - -ul.tabs li.active a { - background-color: #fff; - margin-top: 1px; - color: #000; - text-shadow: none; - border-color: #aaa; - border-bottom: 1px solid #fff; -} - -.tabs_contents { - margin-top: 13px; -} - -.tabs_contents fieldset { - margin-top: 0; -} - -.tabs_contents legend { - display: none; -} - -/* "restore default value" and "set value: foo" buttons */ - -.restore-default img, .set-value img { - margin-bottom: -3px; -} - -.userprefs-comment { - cursor: help; - float: right; -} - -/* forms */ - -fieldset { - margin-top: 1em; - border-radius: 4px 4px 0 0; - -moz-border-radius: 4px 4px 0 0; - -webkit-border-radius: 4px 4px 0 0; - border: #aaa solid 1px; - padding: 1.5em; - background: #eee; - text-shadow: 0 1px 0 #fff; - -moz-box-shadow: 1px 1px 2px #fff inset; - -webkit-box-shadow: 1px 1px 2px #fff inset; - box-shadow: 1px 1px 2px #fff inset; -} - -fieldset.optbox { - padding: 0; -} - -fieldset fieldset { - margin: .8em; - background: #fff; - border: 1px solid #aaa; - background: #E8E8E8; - -} - -fieldset legend { - font-weight: bold; - color: #444; - padding: 5px 10px; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border: 1px solid #aaa; - background-color: #fff; - -moz-box-shadow: 3px 3px 15px #bbb; - -webkit-box-shadow: 3px 3px 15px #bbb; - box-shadow: 3px 3px 15px #bbb; -} - -.form { - border: 2px #DEE1FF solid; -} - -fieldset p { - margin: 0; - padding: .5em; - background: #fff; - border-top: 0; -} - -fieldset .errors { /* form error list */ - margin: 0 -2px 1em -2px; - padding: 0.5em 1.5em; - background: #FBEAD9; - border: 1px #C83838 solid; - border-width: 1px 0; - list-style: none; - font-family: sans-serif; - font-size: small; -} - -fieldset .inline_errors { /* field error list */ - margin: 0.3em 0.3em 0.3em 0; - padding: 0; - list-style: none; - color: #9A0000; - font-size: small; -} - -table caption, table th, table td { - text-shadow: 0 1px 0 #FFFFFF; -} - -fieldset th { - width: 40%; - min-width: 350px; - padding: 0.3em 0.3em 0.3em 0.5em; - text-align: left; - font-weight: bold; - vertical-align: top; -} - -fieldset.simple th { - width: auto; - min-width: 0; -} - -fieldset .doc { - margin-left: 1em; -} - -fieldset td { - padding-top: 0.3em; - vertical-align: top; -} - -fieldset td.userprefs-allow { - padding: 0; - vertical-align: middle; - text-align: center; - width: 3em; -} - -fieldset td.userprefs-allow:hover { - cursor: pointer; - background-color: #EEE; -} - -fieldset th small { - display: block; - font-weight: normal; - font-family: sans-serif; - font-size: x-small; - color: #666; -} - -fieldset th, fieldset td, .form .lastrow { - border-top: 1px solid #D5D5D5; -} - -fieldset .group-header th { - background: #EAEDFF; - border: none; -} - -fieldset .group-field-1 th, fieldset .group-header-2 th { - padding-left: 1em; -} - -fieldset .group-field-2 th, fieldset .group-header-3 th { - padding-left: 2em; -} - -fieldset .group-field-3 th { - padding-left: 3em; -} - -fieldset .lastrow, .form .lastrow { - border-top: 1px #000 solid; - background: #D3DCE3; - padding: .5em; - text-align: center; -} - -input[type=text], -input[type=password], -input[type=number] { - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - - box-shadow: 0 1px 2px #ddd; - -moz-box-shadow: 0 1px 2px #ddd; - -webkit-box-shadow: 0 1px 2px #ddd; - - background: white; - border: 1px solid #aaa; - color: #555; - padding: 4px; - margin: 6px; -} - -input[type=submit], -button[type=submit]:not(.mult_submit) { - font-weight: bold !important; -} - -input[type=submit], -button[type=submit]:not(.mult_submit), -input[type=reset], -input[name=submit_reset], -input.button { - margin-left: 14px; - border: 1px solid #aaa; - padding: 3px 7px; - color: #111; - text-decoration: none; - background: #ddd; - - border-radius: 12px; - -webkit-border-radius: 12px; - -moz-border-radius: 12px; - - text-shadow: 0 1px 0 #fff; - - background-image: url(../themes/svg_gradient.php?from=ffffff&to=cccccc); - background-size: 100% 100%; - background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); - background: -webkit-linear-gradient(top, #ffffff, #cccccc); - background: -moz-linear-gradient(top, #ffffff, #cccccc); - background: -ms-linear-gradient(top, #ffffff, #cccccc); - background: -o-linear-gradient(top, #ffffff, #cccccc); -} - -input[type=submit]:hover, -button[type=submit]:not(.mult_submit):hover, -input[type=reset]:hover, -input[name=submit_reset]:hover, -input.button:hover { - position: relative; - background-image: url(../themes/svg_gradient.php?from=cccccc&to=dddddd); - background-size: 100% 100%; - background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)); - background: -webkit-linear-gradient(top, #cccccc, #dddddd); - background: -moz-linear-gradient(top, #cccccc, #dddddd); - background: -ms-linear-gradient(top, #cccccc, #dddddd); - background: -o-linear-gradient(top, #cccccc, #dddddd); - cursor: pointer; -} - -input[type=submit]:active, -button[type=submit]:not(.mult_submit):active, -input[type=reset]:active, -input[name=submit_reset]:active, -input.button:active { - position: relative; - top: 1px; - left: 1px; -} - -input[type="checkbox"], -input[type="radio"] { - vertical-align: -11%; -} - - -select { - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - - -moz-box-shadow: 0 1px 2px #ddd; - -webkit-box-shadow: 0 1px 2px #ddd; - box-shadow: 0 1px 2px #ddd; - - border: 1px solid #aaa; - color: #333; - padding: 3px; - background: white; - margin: 6px; -} - -fieldset.simple th, fieldset.simple td { - border-top: none; - border-bottom: 1px #555 dotted; -} - -fieldset.simple .lastrow { - border: 0; -} - -/* form elements */ - -span.checkbox { - padding: 2px; - display: inline-block; -} - -.custom { /* customized field */ - background: #FFC; -} - -.checkbox.custom { - padding: 1px; - border: 1px #EDEC90 solid; -} - -.field-error { - border-color: #C11 !important; -} - -.field-comment { - - position: relative; -} - -.field-comment-mark { - cursor: help; - padding: 0 0.2em; - font-weight: bold; - font-style: italic; -} - -.field-comment-warning { - color: #A00; -} - -.green { /* default form button */ - color: #080 !important; -} - -table.datatable { - margin: 0.5em 0 1em; -} - -table.datatable th { - padding: 0 1em 0 0.5em; - border-bottom: 1px #999 solid; - text-align: left; -} - -table.datatable td { - padding: 1px 0.5em; - border-bottom: 1px #DEE1FF solid; -} - -/* textarea with config file's contents */ - -#textconfig { - width: 100%; - border: 0; -} - -/* error list */ - -dd { - margin-left: 0.5em; -} - -dd:before { - content: "\25B8 "; -} - -/* links on failed validation page, when saving a form */ - -a.btn { - padding: 1px 5px; - text-decoration: none; - background: #E2E8FF; - border: 1px #A6C8FF solid; - border-top-color: #AFD0FF; - border-left-color: #AFD0FF; - font-weight: bold; -} - -a.btn:hover, a.btn:active { - background: #E6F5FF; - color: #004C96; -} diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/validate.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/validate.php deleted file mode 100644 index 3c070f29..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/setup/validate.php +++ /dev/null @@ -1,32 +0,0 @@ - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/css/common.css.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/css/common.css.php deleted file mode 100644 index 58538181..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/css/common.css.php +++ /dev/null @@ -1,3082 +0,0 @@ - -/******************************************************************************/ - -/* general tags */ -html { - font-size: getFontSize(); ?> -} - -input, -select, -textarea { - font-size: 1em; -} - - -body { - - font-family: ; - - padding: 0; - margin: 0; - margin-: 240px; - color: ; - background: ; -} - -body#loginform { - margin: 0; -} - -#page_content, #session_debug { - margin: 0 .5em; -} - - - textarea, tt, pre, code { - font-family: ; - } - -h1 { - font-size: 140%; - font-weight: bold; -} - -h2 { - font-size: 120%; - font-weight: bold; -} - -h3 { - font-weight: bold; -} - -a, a:link, -a:visited, -a:active, -button.mult_submit, -.checkall_box+label { - text-decoration: none; - color: #0000FF; - cursor: pointer; -} - -a:hover, -button.mult_submit:hover, -button.mult_submit:focus, -.checkall_box+label:hover { - text-decoration: underline; - color: #FF0000; -} - -dfn { - font-style: normal; -} - -dfn:hover { - font-style: normal; - cursor: help; -} - -th { - font-weight: bold; - color: ; - background: ; -} - -a img { - border: 0; -} - -hr { - color: ; - background-color: ; - border: 0; - height: 1px; -} - -form { - padding: 0; - margin: 0; - display: inline; -} - -textarea { - overflow: visible; - height: em; -} - -textarea.char { - height: em; -} - -fieldset { - margin-top: 1em; - border: solid 1px; - padding: 0.5em; - background: ; -} - -fieldset fieldset { - margin: 0.8em; -} - -fieldset legend { - font-weight: bold; - color: #444444; - background-color: ; -} - -.some-margin { - margin: .5em; - margin-top: 1em; -} - -/* buttons in some browsers (eg. Konqueror) are block elements, - this breaks design */ -button { - display: inline; -} - -table caption, -table th, -table td { - padding: 0.1em 0.5em 0.1em 0.5em; - margin: 0.1em; - vertical-align: top; -} - -img, -input, -select, -button { - vertical-align: middle; -} - -/******************************************************************************/ -/* classes */ -.clearfloat { - clear: both; -} - -.floatleft { - float: ; - margin-: 1em; -} - -.floatright { - float: ; -} - -table.nospacing { - border-spacing: 0; -} - -table.nopadding tr th, table.nopadding tr td { - padding: 0; -} - -th.left, td.left { - text-align: left; -} - -th.center, td.center { - text-align: center; -} - -th.right, td.right { - text-align: right; -} - -tr.vtop, th.vtop, td.vtop { - vertical-align: top; -} - -tr.vmiddle, th.vmiddle, td.vmiddle { - vertical-align: middle; -} - -tr.vbottom, th.vbottom, td.vbottom { - vertical-align: bottom; -} - -.paddingtop { - padding-top: 1em; -} - -div.tools { - border: 1px solid #000000; - padding: 0.2em; -} - -div.tools, -fieldset.tblFooters { - margin-top: 0; - margin-bottom: 0.5em; - /* avoid a thick line since this should be used under another fieldset */ - border-top: 0; - text-align: ; - float: none; - clear: both; -} - -div.null_div { - height: 20px; - text-align: center; - font-style:normal; - min-width:50px; -} - -fieldset .formelement { - float: ; - margin-: 0.5em; - /* IE */ - white-space: nowrap; -} - -/* revert for Gecko */ -fieldset div[class=formelement] { - white-space: normal; -} - -button.mult_submit { - border: none; - background-color: transparent; -} - -/* odd items 1,3,5,7,... */ -table tr.odd th, -.odd { - background: ; -} - -/* even items 2,4,6,8,... */ -table tr.even th, -.even { - background: ; -} - -/* odd table rows 1,3,5,7,... */ -table tr.odd th, -table tr.odd, -table tr.even th, -table tr.even { - text-align: ; -} - -/* marked table rows */ -td.marked:not(.nomarker), -table tr.marked:not(.nomarker) td, -table tr.marked:not(.nomarker) th, -table tr.marked:not(.nomarker) { - background: ; - color: ; -} - -/* hovered items */ -.odd:not(.nopointer):hover, -.even:not(.nopointer):hover, -.hover:not(.nopointer) { - background: ; - color: ; -} - -/* hovered table rows */ -table tr.odd:not(.nopointer):hover th, -table tr.even:not(.nopointer):hover th, -table tr.hover:not(.nopointer) th { - background: ; - color: ; -} - -/** - * marks table rows/cells if the db field is in a where condition - */ -td.condition, -th.condition { - border: 1px solid ; -} - -/** - * cells with the value NULL - */ -td.null { - font-style: italic; - text-align: ; -} - -table .valueHeader { - text-align: ; - white-space: normal; -} -table .value { - text-align: ; - white-space: normal; -} -/* IE doesnt handles 'pre' right */ -table [class=value] { - white-space: normal; -} - - - - .value { - font-family: ; - } - -.attention { - color: red; - font-weight: bold; -} -.allfine { - color: green; -} - - -img.lightbulb { - cursor: pointer; -} - -.pdflayout { - overflow: hidden; - clip: inherit; - background-color: #FFFFFF; - display: none; - border: 1px solid #000000; - position: relative; -} - -.pdflayout_table { - background: #D3DCE3; - color: #000000; - overflow: hidden; - clip: inherit; - z-index: 2; - display: inline; - visibility: inherit; - cursor: move; - position: absolute; - font-size: 80%; - border: 1px dashed #000000; -} - -/* Doc links in SQL */ -.cm-sql-doc { - text-decoration: none; - border-bottom: 1px dotted #000; - color: inherit !important; -} - -/* leave some space between icons and text */ -.icon { - vertical-align: middle; - margin-: 0.3em; -} - -/* no extra space in table cells */ -td .icon { - margin: 0; -} - -.selectallarrow { - margin-: 0.3em; - margin-: 0.6em; -} - -/* message boxes: error, confirmation */ -#pma_errors, #pma_demo, #pma_footer { - padding: 0 0.5em; -} - -.success h1, -.notice h1, -div.error h1 { - border-bottom: 2px solid; - font-weight: bold; - text-align: ; - margin: 0 0 0.2em 0; -} - -div.success, -div.notice, -div.error { - margin: 0.3em 0 0 0; - border: 2px solid; - background-repeat: no-repeat; - - background-position: 10px 50%; - padding: 0.1em 0.1em 0.1em 36px; - - background-position: 99% 50%; - padding: 0.1em 46px 0.1em 0.1em; - -} - -.success { - color: #000000; - background-color: #f0fff0; -} -h1.success, -div.success { - border-color: #00FF00; -} -.success h1 { - border-color: #00FF00; -} - -.notice { - color: #000000; - background-color: #FFFFDD; -} -h1.notice, -div.notice { - border-color: #FFD700; -} -.notice h1 { - border-color: #FFD700; -} - -.error { - background-color: #FFFFCC; - color: #ff0000; -} - -h1.error, -div.error { - border-color: #ff0000; -} -div.error h1 { - border-color: #ff0000; -} - -.confirmation { - background-color: #FFFFCC; -} -fieldset.confirmation { - border: 0.1em solid #FF0000; -} -fieldset.confirmation legend { - border-left: 0.1em solid #FF0000; - border-right: 0.1em solid #FF0000; - font-weight: bold; - background-image: url(getImgPath('s_really.png');?>); - background-repeat: no-repeat; - - background-position: 5px 50%; - padding: 0.2em 0.2em 0.2em 25px; - - background-position: 97% 50%; - padding: 0.2em 25px 0.2em 0.2em; - -} -/* end messageboxes */ - - -.tblcomment { - font-size: 70%; - font-weight: normal; - color: #000099; -} - -.tblHeaders { - font-weight: bold; - color: ; - background: ; -} - -div.tools, -.tblFooters { - font-weight: normal; - color: ; - background: ; -} - -.tblHeaders a:link, -.tblHeaders a:active, -.tblHeaders a:visited, -div.tools a:link, -div.tools a:visited, -div.tools a:active, -.tblFooters a:link, -.tblFooters a:active, -.tblFooters a:visited { - color: #0000FF; -} - -.tblHeaders a:hover, -div.tools a:hover, -.tblFooters a:hover { - color: #FF0000; -} - -/* forbidden, no privilegs */ -.noPrivileges { - color: #FF0000; - font-weight: bold; -} - -/* disabled text */ -.disabled, -.disabled a:link, -.disabled a:active, -.disabled a:visited { - color: #666666; -} - -.disabled a:hover { - color: #666666; - text-decoration: none; -} - -tr.disabled td, -td.disabled { - background-color: #cccccc; -} - -.nowrap { - white-space: nowrap; -} - -/** - * zoom search - */ -div#resizer { - width: 600px; - height: 400px; -} -div#querychart { - float: left; - width: 600px; -} - -/** - * login form - */ -body#loginform h1, -body#loginform a.logo { - display: block; - text-align: center; -} - -body#loginform { - margin-top: 1em; - text-align: center; -} - -body#loginform div.container { - text-align: ; - width: 30em; - margin: 0 auto; -} - -form.login label { - float: ; - width: 10em; - font-weight: bolder; -} - -.commented_column { - border-bottom: 1px dashed black; -} - -.column_attribute { - font-size: 70%; -} - -/******************************************************************************/ -/* specific elements */ - -/* topmenu */ -ul#topmenu, ul#topmenu2, ul.tabs { - font-weight: bold; - list-style-type: none; - margin: 0; - padding: 0; -} - -ul#topmenu2 { - margin: 0.25em 0.5em 0; - height: 2em; - clear: both; -} - -ul#topmenu li, ul#topmenu2 li { - float: ; - margin: 0; - padding: 0; - vertical-align: middle; -} - -#topmenu img, #topmenu2 img { - vertical-align: middle; - margin-: 0.1em; -} - -/* default tab styles */ -ul#topmenu a, ul#topmenu span { - display: block; - margin: 2px 2px 0; - padding: 2px 2px 0; - white-space: nowrap; -} - -ul#topmenu2 a { - display: block; - margin: 0.1em; - padding: 0.2em; - white-space: nowrap; -} - -fieldset.caution a { - color: #FF0000; -} -fieldset.caution a:hover { - color: #ffffff; - background-color: #FF0000; -} - -#topmenu { - margin-top: 0.5em; - padding: 0.1em 0.3em 0.1em 0.3em; -} - -ul#topmenu ul { - -moz-box-shadow: 2px 2px 3px #666; - -webkit-box-shadow: 2px 2px 3px #666; - box-shadow: 2px 2px 3px #666; -} - -ul#topmenu > li { - border-bottom: 1pt solid black; -} - -/* default tab styles */ -ul#topmenu a, ul#topmenu span { - background-color: ; - border: 0 solid ; - border-width: 1pt 1pt 0 1pt; - -moz-border-radius: 0.4em 0.4em 0 0; - border-radius: 0.4em 0.4em 0 0; -} - -ul#topmenu ul a { - border-width: 1pt 0 0 0; - -moz-border-radius: 0; - border-radius: 0; -} - -ul#topmenu ul li:first-child a { - border-width: 0; -} - -/* enabled hover/active tabs */ -ul#topmenu > li > a:hover, -ul#topmenu > li > .tabactive { - margin: 0; - padding: 2px 4px; - text-decoration: none; -} - -ul#topmenu ul a:hover, -ul#topmenu ul .tabactive { - text-decoration: none; -} - -ul#topmenu a.tab:hover, -ul#topmenu .tabactive { - background-color: ; -} - -ul#topmenu2 a.tab:hover, -ul#topmenu2 a.tabactive { - background-color: ; - -moz-border-radius: 0.3em; - border-radius: 0.3em; - text-decoration: none; -} - -/* to be able to cancel the bottom border, use
  • */ -ul#topmenu > li.active { - border-bottom: 1pt solid ; -} -/* end topmenu */ - -/* zoom search */ -div#dataDisplay input, div#dataDisplay select { - margin: 0; - margin-: 0.5em; -} -div#dataDisplay th { - line-height: 2em; -} -table#tableFieldsId { - width: 100%; -} - -/* Calendar */ -table.calendar { - width: 100%; -} -table.calendar td { - text-align: center; -} -table.calendar td a { - display: block; -} - -table.calendar td a:hover { - background-color: #CCFFCC; -} - -table.calendar th { - background-color: #D3DCE3; -} - -table.calendar td.selected { - background-color: #FFCC99; -} - -img.calendar { - border: none; -} -form.clock { - text-align: center; -} -/* end Calendar */ - - -/* table stats */ -div#tablestatistics table { - float: ; - margin-top: 0.5em; - margin-bottom: 0.5em; - margin-: 0.5em; - min-width: 16em; -} -/* end table stats */ - - -/* server privileges */ -#tableuserrights td, -#tablespecificuserrights td, -#tabledatabases td { - vertical-align: middle; -} -/* end server privileges */ - - - -/* Heading */ -#topmenucontainer { - background: white; - padding-: 1em; - width: 100%; -} - -#serverinfo { - background: white; - font-weight: bold; - padding-bottom: 0.5em; - width: 10000px; - overflow: hidden; -} - -#serverinfo .item { - white-space: nowrap; -} - -#goto_pagetop, #lock_page_icon { - position: fixed; - padding: .1em .3em; - top: 0; - z-index: 99; - background: white; -} - -#goto_pagetop { - : 0; -} - -#lock_page_icon { - : 2em; -} - -#span_table_comment { - font-weight: bold; - font-style: italic; - white-space: nowrap; - margin-left: 10px; - color: #D6D6D6; - text-shadow: none; -} - -#serverinfo img { - margin: 0 0.1em 0 0.2em; -} - - -#textSQLDUMP { - width: 95%; - height: 95%; - font-family: "Courier New", Courier, mono; - font-size: 110%; -} - -#TooltipContainer { - position: absolute; - z-index: 99; - width: 20em; - height: auto; - overflow: visible; - visibility: hidden; - background-color: #ffffcc; - color: #006600; - border: 0.1em solid #000000; - padding: 0.5em; -} - -/* user privileges */ -#fieldset_add_user_login div.item { - border-bottom: 1px solid silver; - padding-bottom: 0.3em; - margin-bottom: 0.3em; -} - -#fieldset_add_user_login label { - float: ; - display: block; - width: 10em; - max-width: 100%; - text-align: ; - padding-: 0.5em; -} - -#fieldset_add_user_login span.options #select_pred_username, -#fieldset_add_user_login span.options #select_pred_hostname, -#fieldset_add_user_login span.options #select_pred_password { - width: 100%; - max-width: 100%; -} - -#fieldset_add_user_login span.options { - float: ; - display: block; - width: 12em; - max-width: 100%; - padding-: 0.5em; -} - -#fieldset_add_user_login input { - width: 12em; - clear: ; - max-width: 100%; -} - -#fieldset_add_user_login span.options input { - width: auto; -} - -#fieldset_user_priv div.item { - float: ; - width: 9em; - max-width: 100%; -} - -#fieldset_user_priv div.item div.item { - float: none; -} - -#fieldset_user_priv div.item label { - white-space: nowrap; -} - -#fieldset_user_priv div.item select { - width: 100%; -} - -#fieldset_user_global_rights fieldset { - float: ; -} - -#fieldset_user_group_rights fieldset { - float: ; -} - -#fieldset_user_global_rights>legend input { - margin-: 2em; -} -/* end user privileges */ - - -/* serverstatus */ - -.linkElem:hover { - text-decoration: underline; - color: #235a81; - cursor: pointer; -} - -h3#serverstatusqueries span { - font-size:60%; - display:inline; -} - -.buttonlinks { - float: ; - white-space: nowrap; -} - -/* Also used for the variables page */ -fieldset#tableFilter { - margin-bottom:1em; -} - -div#serverStatusTabs { - margin-top:1em; -} - -caption a.top { - float: ; -} - -div#serverstatusquerieschart { - float:; - width:500px; - height:350px; - padding-: 30px; -} - -div#serverstatus table#serverstatusqueriesdetails { - float: ; -} - -table#serverstatustraffic { - float: ; -} -table#serverstatusconnections { - float: ; - margin-: 30px; -} - -table#serverstatusvariables { - width: 100%; - margin-bottom: 1em; -} -table#serverstatusvariables .name { - width: 18em; - white-space:nowrap; -} -table#serverstatusvariables .value { - width: 6em; -} -table#serverstatusconnections { - float: ; - margin-: 30px; -} - -div#serverstatus table tbody td.descr a, -div#serverstatus table .tblFooters a { - white-space: nowrap; -} - -div.liveChart { - clear:both; - min-width:500px; - height:400px; - padding-bottom:80px; -} - -#addChartDialog input[type="text"] { - margin: 0; - padding:3px; -} - -div#chartVariableSettings { - border:1px solid #ddd; - background-color:#E6E6E6; - margin-left:10px; -} - -table#chartGrid td { - padding: 3px; - margin: 0; -} - -table#chartGrid div.monitorChart { - background: #EBEBEB; - overflow: hidden; - border: none; -} - -div.tabLinks { - margin-left: 0.3em; - float: ; - padding: 5px 0px; -} - -div.tabLinks a, div.tabLinks label { - margin-right: 7px; -} - -div.tabLinks .icon { - margin: -0.2em 0.3em 0px 0px; -} - -.popupContent { - display: none; - position: absolute; - border: 1px solid #CCC; - margin:0; - padding:3px; - -moz-box-shadow: 1px 1px 6px #ddd; - -webkit-box-shadow: 2px 2px 3px #666; - box-shadow: 2px 2px 3px #666; - background-color:white; - z-index: 2; -} - -div#logTable { - padding-top: 10px; - clear: both; -} - -div#logTable table { - width:100%; -} - -.smallIndent { - padding-left: 7px; -} - -/* end serverstatus */ - -/* server variables */ -#serverVariables { - table-layout: fixed; - width: 100%; -} -#serverVariables .var-row > tr { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - line-height: 2em; -} - -#serverVariables .var-header { - font-weight: bold; - color: ; - background: ; -} -#serverVariables .var-header { - text-align: ; -} -#serverVariables .var-row { - padding: 0.5em; - min-height: 18px; -} -#serverVariables .var-action { - width: 120px; -} -#serverVariables .var-name { - float: ; - font-weight: bold; -} -#serverVariables .var-name.session { - font-weight: normal; - font-style: italic; -} -#serverVariables .var-value { - width: 50%; - float: ; - text-align: ; -} - -/* server variables editor */ -#serverVariables .editLink { - padding-: 1em; - float: ; - font-family: sans-serif; -} -#serverVariables .serverVariableEditor { - width: 100%; - overflow: hidden; -} -#serverVariables .serverVariableEditor input { - width: 100%; - margin: 0 0.5em; - box-sizing: border-box; - -ms-box-sizing: border-box; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - height: 2.2em; -} -#serverVariables .serverVariableEditor div { - display: block; - overflow: hidden; - padding-: 1em; -} -#serverVariables .serverVariableEditor a { - float: ; - margin: 0 0.5em; - line-height: 2em; -} -/* end server variables */ - -/* profiling */ - -div#profilingchart { - width: 850px; - height: 370px; - float: left; -} - -#profilingchart .jqplot-highlighter-tooltip{ - top: auto !important; - left: 11px; - bottom:24px; -} -/* end profiling */ - -/* querybox */ - -div#sqlquerycontainer { - float: ; - width: 69%; - /* height: 15em; */ -} - -div#tablefieldscontainer { - float: ; - width: 29%; - /* height: 15em; */ -} - -div#tablefieldscontainer select { - width: 100%; - /* height: 12em; */ -} - -textarea#sqlquery { - width: 100%; - /* height: 100%; */ -} -textarea#sql_query_edit { - height: 7em; - width: 95%; - display: block; -} -div#queryboxcontainer div#bookmarkoptions { - margin-top: .5em; -} -/* end querybox */ - -/* main page */ -#maincontainer { - background-image: url(getImgPath('logo_right.png');?>); - background-position: bottom; - background-repeat: no-repeat; -} - -#mysqlmaininformation, -#pmamaininformation { - float: ; - width: 49%; -} - -#maincontainer ul { - list-style-type: disc; - vertical-align: middle; -} - -#maincontainer li { - margin: 0.2em 0em; -} - -#full_name_layer { - position: absolute; - padding: 2px; - margin-top: -3px; - z-index: 801; - - border: solid 1px #888; - background: #fff; - -} -/* end main page */ - -/* iconic view for ul items */ - -li.no_bullets { - list-style-type:none !important; - margin-left: -25px !important; //align with other list items which have bullets -} - -/* end iconic view for ul items */ - -#body_browse_foreigners { - background: ; - margin: .5em .5em 0 .5em; -} - -#bodythemes { - width: 500px; - margin: auto; - text-align: center; -} - -#bodythemes img { - border: .1em solid #000; -} - -#bodythemes a:hover img { - border: .1em solid red; -} - -#fieldset_select_fields { - float: ; -} - -#selflink { - clear: both; - display: block; - margin-top: 1em; - margin-bottom: 1em; - width: 98%; - margin-left: 1%; - border-top: .1em solid silver; - text-align: ; -} - -#table_innodb_bufferpool_usage, -#table_innodb_bufferpool_activity { - float: ; -} - -#div_mysql_charset_collations table { - float: ; -} - -#div_mysql_charset_collations table th, -#div_mysql_charset_collations table td { - padding: 0.4em; -} - -#div_mysql_charset_collations table th#collationHeader { - width: 35%; -} - -.operations_half_width { - width: 48%; - float: ; -} -.operations_half_width input[type=text], -.operations_half_width input[type=password], -.operations_half_width input[type=number], -.operations_half_width select { - width: 95%; -} -.operations_half_width input[type=text].halfWidth, -.operations_half_width input[type=password].halfWidth, -.operations_half_width input[type=number].halfWidth, -.operations_half_width select.halfWidth { - width: 40%; -} -.operations_half_width ul { - list-style-type: none; - padding: 0; -} -.operations_full_width { - width: 100%; - clear: both; -} - -#qbe_div_table_list { - float: ; -} - -#qbe_div_sql_query { - float: ; -} - -label.desc { - width: 30em; - float: ; -} - -label.desc sup { - position: absolute; -} - -code.sql, -div.sqlvalidate { - display: block; - padding: 0.3em; - margin-top: 0; - margin-bottom: 0; - max-height: 10em; - overflow: auto; -} - -.result_query div.sqlOuter, -div.sqlvalidate { - border: solid 1px; - border-top: 0; - border-bottom: 0; - background: ; -} - -#PMA_slidingMessage code.sql { - border: solid 1px; - border-top: 0; - background: ; -} - -#main_pane_left { - width: 60%; - min-width: 260px; - float: ; - padding-top: 1em; -} - -#main_pane_right { - overflow: hidden; - min-width: 160px; - padding-top: 1em; - padding-: 1em; -} - -.group { - border-: 0.3em solid ; - margin-bottom: 1em; -} - -.group h2 { - background: ; - padding: 0.1em 0.3em; - margin-top: 0; -} - -.group-cnt { - padding: 0 0 0 0.5em; - display: inline-block; - width: 98%; -} - -textarea#partitiondefinition { - height:3em; -} - - -/* for elements that should be revealed only via js */ -.hide { - display: none; -} - -#list_server { - list-style-type: none; - padding: 0; -} - -/** - * Progress bar styles - */ -div.upload_progress -{ - width: 400px; - margin: 3em auto; - text-align: center; -} - -div.upload_progress_bar_outer -{ - border: 1px solid #000; - width: 202px; - position: relative; - margin: 0 auto 1em; - color: ; -} - -div.upload_progress_bar_inner -{ - background-color: ; - width: 0; - height: 12px; - margin: 1px; - overflow: hidden; - color: ; - position: relative; -} - -div.upload_progress_bar_outer div.percentage -{ - position: absolute; - top: 0; - left: 0; - width: 202px; -} - -div.upload_progress_bar_inner div.percentage -{ - top: -1px; - left: -1px; -} - -div#statustext { - margin-top: .5em; -} - -table#serverconnection_src_remote, -table#serverconnection_trg_remote, -table#serverconnection_src_local, -table#serverconnection_trg_local { - float: left; -} -/** - * Validation error message styles - */ -input[type=text].invalid_value, -input[type=password].invalid_value, -input[type=number].invalid_value, -input[type=date].invalid_value, -select.invalid_value, -.invalid_value { - background: #FFCCCC; -} - -/** - * Ajax notification styling - */ - .ajax_notification { - top: 0; /** The notification needs to be shown on the top of the page */ - position: fixed; - margin-top: 0; - margin-right: auto; - margin-bottom: 0; - margin-left: auto; - padding: 3px 5px; /** Keep a little space on the sides of the text */ - width: 350px; - background-color: #FFD700; - z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */ - text-align: center; - display: block; - left: 0; - right: 0; - background-image: url(getImgPath('ajax_clock_small.gif');?>); - background-repeat: no-repeat; - background-position: 2%; - } - - #loading_parent { - /** Need this parent to properly center the notification division */ - position: relative; - width: 100%; - } -/** - * Export and Import styles - */ - -.exportoptions h3, .importoptions h3 { - border-bottom: 1px #999999 solid; - font-size: 110%; -} - -.exportoptions ul, .importoptions ul, .format_specific_options ul { - list-style-type: none; - margin-bottom: 15px; -} - -.exportoptions li, .importoptions li { - margin: 7px; -} -.exportoptions label, .importoptions label, .exportoptions p, .importoptions p { - margin: 5px; - float: none; -} - -#csv_options label.desc, #ldi_options label.desc, #latex_options label.desc, #output label.desc{ - float: left; - width: 15em; -} - -.exportoptions, .importoptions { - margin: 20px 30px 30px 10px -} - -.format_specific_options h3 { - margin: 10px 0 0 10px; - border: 0; -} - -.format_specific_options { - border: 1px solid #999; - margin: 7px 0; - padding: 3px; -} - -p.desc { - margin: 5px; -} - -/** - * Export styles only - */ -select#db_select, -select#table_select { - width: 400px; -} - -.export_sub_options { - margin: 20px 0 0 30px; -} - -.export_sub_options h4 { - border-bottom: 1px #999 solid; -} - -.export_sub_options li.subgroup { - display: inline-block; - margin-top: 0; -} - -.export_sub_options li { - margin-bottom: 0; -} - -#output_quick_export { - display: none; -} -/** - * Import styles only - */ - -.importoptions #import_notification { - margin: 10px 0; - font-style: italic; -} - -input#input_import_file { - margin: 5px; -} - -.formelementrow { - margin: 5px 0 5px 0; -} - -#popup_background { - display: none; - position: fixed; - _position: absolute; /* hack for IE6 */ - width: 100%; - height: 100%; - top: 0; - left: 0; - background: #000; - z-index: 1000; - overflow: hidden; -} - -/** - * Create table styles - */ -#create_table_form table.table-name td { - vertical-align: middle; -} - -/** - * Table structure styles - */ -#fieldsForm ul.table-structure-actions { - margin: 0; - padding: 0; - list-style: none; -} -#fieldsForm ul.table-structure-actions li { - float: ; - margin-: 0.5em; /* same as padding of "table td" */ -} -#fieldsForm ul.table-structure-actions .submenu li { - padding: 0.3em; - margin: 0.1em; -} -#structure-action-links a { - margin-: 1em; -} -#addColumns input[type="radio"] { - margin: 0; - margin-: 1em; -} -#addColumns input[type="submit"] { - margin-: 1em; -} - -/** - * Indexes - */ -#index_frm .index_info input, -#index_frm .index_info select { - width: 100%; - box-sizing: border-box; - -ms-box-sizing: border-box; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; -} - -#index_frm .slider { - width: 10em; - margin: .6em; - float: ; -} - -#index_frm .add_fields { - float: ; -} - -#index_frm .add_fields input { - margin-: 1em; -} - -#index_frm input { - margin: 0; -} - -#index_frm td { - vertical-align: middle; -} - -table#index_columns { - width: 100%; -} - -table#index_columns select { - width: 85%; - float: right; -} - -#move_columns_dialog div { - padding: 1em; -} - -#move_columns_dialog ul { - list-style: none; - margin: 0; - padding: 0; -} - -#move_columns_dialog li { - background: ; - border: 1px solid #aaa; - color: ; - font-weight: bold; - margin: .4em; - padding: .2em; - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; -} - -/* config forms */ -.config-form ul.tabs { - margin: 1.1em 0.2em 0; - padding: 0 0 0.3em 0; - list-style: none; - font-weight: bold; -} - -.config-form ul.tabs li { - float: ; -} - -.config-form ul.tabs li a { - display: block; - margin: 0.1em 0.2em 0; - padding: 0.1em 0.4em; - white-space: nowrap; - text-decoration: none; - border: 1px solid ; - border-bottom: none; -} - -.config-form ul.tabs li a:hover, -.config-form ul.tabs li a:active, -.config-form ul.tabs li a.active { - margin: 0; - padding: 0.1em 0.6em 0.2em; -} - -.config-form ul.tabs li.active a { - background-color: ; -} - -.config-form fieldset { - margin-top: 0; - padding: 0; - clear: both; - /*border-color: ;*/ -} - -.config-form legend { - display: none; -} - -.config-form fieldset p { - margin: 0; - padding: 0.5em; - background: ; -} - -.config-form fieldset .errors { /* form error list */ - margin: 0 -2px 1em -2px; - padding: .5em 1.5em; - background: #FBEAD9; - border: 0 #C83838 solid; - border-width: 1px 0; - list-style: none; - font-family: sans-serif; - font-size: small; -} - -.config-form fieldset .inline_errors { /* field error list */ - margin: .3em .3em .3em 0; - padding: 0; - list-style: none; - color: #9A0000; - font-size: small; -} - -.config-form fieldset th { - padding: .3em .3em .3em .5em; - text-align: left; - vertical-align: top; - width: 40%; - background: transparent; -} - -.config-form fieldset .doc, -.config-form fieldset .disabled-notice { - margin-left: 1em; -} - -.config-form fieldset .disabled-notice { - font-size: 80%; - text-transform: uppercase; - color: #E00; - cursor: help; -} - -.config-form fieldset td { - padding-top: .3em; - padding-bottom: .3em; - vertical-align: top; -} - -.config-form fieldset th small { - display: block; - font-weight: normal; - font-family: sans-serif; - font-size: x-small; - color: #444; -} - -.config-form fieldset th, -.config-form fieldset td { - border-top: 1px solid; -} - -fieldset .group-header th { - background: ; -} - -fieldset .group-header + tr th { - padding-top: .6em; -} - -fieldset .group-field-1 th, -fieldset .group-header-2 th { - padding-left: 1.5em; -} - -fieldset .group-field-2 th, -fieldset .group-header-3 th { - padding-left: 3em; -} - -fieldset .group-field-3 th { - padding-left: 4.5em; -} - -fieldset .disabled-field th, -fieldset .disabled-field th small, -fieldset .disabled-field td { - color: #666; - background-color: #ddd; -} - -.config-form .lastrow { - border-top: 1px #000 solid; -} - -.config-form .lastrow { - background: ; - padding: .5em; - text-align: center; -} - -.config-form .lastrow input { - font-weight: bold; -} - -/* form elements */ - -.config-form span.checkbox { - padding: 2px; - display: inline-block; -} - -.config-form .custom { /* customized field */ - background: #FFC; -} - -.config-form span.checkbox.custom { - padding: 1px; - border: 1px #EDEC90 solid; - background: #FFC; -} - -.config-form .field-error { - border-color: #A11 !important; -} - -.config-form input[type="text"], -.config-form input[type="password"], -.config-form input[type="number"], -.config-form select, -.config-form textarea { - border: 1px #A7A6AA solid; - height: auto; -} - -.config-form input[type="text"]:focus, -.config-form input[type="password"]:focus, -.config-form input[type="number"]:focus, -.config-form select:focus, -.config-form textarea:focus { - border: 1px #6676FF solid; - background: #F7FBFF; -} - -.config-form .field-comment-mark { - font-family: serif; - color: #007; - cursor: help; - padding: 0 0.2em; - font-weight: bold; - font-style: italic; -} - -.config-form .field-comment-warning { - color: #A00; -} - -/* error list */ -.config-form dd { - margin-left: .5em; -} - -.config-form dd:before { - content: "\25B8 "; -} - -.click-hide-message { - cursor: pointer; -} - -.prefsmanage_opts { - margin-: 2em; -} - -#prefs_autoload { - margin-bottom: .5em; -} - -#placeholder .button { - position: absolute; - cursor: pointer; -} - -#placeholder div.button { - font-size: smaller; - color: #999; - background-color: #eee; - padding: 2px; -} - -.wrapper { - float: ; - margin-bottom: 0.5em; -} -.toggleButton { - position: relative; - cursor: pointer; - font-size: .8em; - text-align: center; - line-height: 1.4em; - height: 1.55em; - overflow: hidden; - border-right: .1em solid #888; - border-left: .1em solid #888; -} -.toggleButton table, -.toggleButton td, -.toggleButton img { - padding: 0; - position: relative; -} -.toggleButton .container { - position: absolute; -} -.toggleButton .container td { - background-image: none; - background: none; -} -.toggleButton .toggleOn { - color: #fff; - padding: 0 1em; -} -.toggleButton .toggleOff { - padding: 0 1em; -} - -.doubleFieldset fieldset { - width: 48%; - float: ; - padding: 0; -} -.doubleFieldset fieldset.left { - margin-: 1%; -} -.doubleFieldset fieldset.right { - margin-: 1%; -} -.doubleFieldset legend { - margin-: 0.5em; -} -.doubleFieldset div.wrap { - padding: 0.5em; -} - -#table_columns input[type="text"], -#table_columns input[type="password"], -#table_columns input[type="number"], -#table_columns input[type="date"], -#table_columns select { - width: 10em; - box-sizing: border-box; - -ms-box-sizing: border-box; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; -} - -#placeholder { - position: relative; - border: 1px solid #aaa; - float: ; - overflow: hidden; -} - -.placeholderDrag { - cursor: move; -} - -#placeholder .button { - position: absolute; -} - -#left_arrow { - left: 8px; - top: 26px; -} - -#right_arrow { - left: 26px; - top: 26px; -} - -#up_arrow { - left: 17px; - top: 8px; -} - -#down_arrow { - left: 17px; - top: 44px; -} - -#zoom_in { - left: 17px; - top: 67px; -} - -#zoom_world { - left: 17px; - top: 85px; -} - -#zoom_out { - left: 17px; - top: 103px; -} - -.colborder { - cursor: col-resize; - height: 100%; - margin-left: -5px; - position: absolute; - width: 5px; -} - -.colborder_active { - border-right: 2px solid #a44; -} - -.pma_table td { - position: static; -} - -.pma_table th.draggable span, -.pma_table tbody td span { - display: block; - overflow: hidden; -} - -.pma_table tbody td span code span { - display: inline; -} - -.modal-copy input { - display: block; - width: 100%; - margin-top: 1.5em; - padding: .3em 0; -} - -.cRsz { - position: absolute; -} - -.draggable { - cursor: move; -} - -.cCpy { - background: #000; - color: #FFF; - font-weight: bold; - margin: 0.1em; - padding: 0.3em; - position: absolute; -} - -.cPointer { - background: url(getImgPath('col_pointer.png');?>); - height: 20px; - margin-left: -5px; /* must be minus half of its width */ - margin-top: -10px; - position: absolute; - width: 10px; -} - -.tooltip { - background: #333 !important; - opacity: .8 !important; - border: 1px solid #000 !important; - -moz-border-radius: .3em !important; - -webkit-border-radius: .3em !important; - border-radius: .3em !important; - text-shadow: -1px -1px #000 !important; - font-size: .8em !important; - font-weight: bold !important; - padding: 1px 3px !important; -} - -.tooltip * { - background: none !important; - color: #FFF !important; -} - - -.data_full_width { - width: 100%; -} - -.cDrop { - left: 0; - position: absolute; - top: 0; -} - -.coldrop { - background: url(getImgPath('col_drop.png');?>); - cursor: pointer; - height: 16px; - margin-left: 0.5em; - margin-top: 0.3em; - position: absolute; - width: 16px; -} - -.coldrop:hover, -.coldrop-hover { - background-color: #999; -} - -.cList { - background: #EEE; - border: solid 1px #999; - position: absolute; -} - -.cList .lDiv div { - padding: .2em .5em .2em .2em; -} - -.cList .lDiv div:hover { - background: #DDD; - cursor: pointer; -} - -.cList .lDiv div input { - cursor: pointer; -} - -.showAllColBtn { - border-bottom: solid 1px #999; - border-top: solid 1px #999; - cursor: pointer; - font-size: .9em; - font-weight: bold; - padding: .35em 1em; - text-align: center; -} - -.showAllColBtn:hover { - background: #DDD; -} - -.navigation { - background: #E5E5E5; - border: 1px solid black; - margin: 0.8em 0; -} - -.navigation td { - margin: 0; - padding: 0; - vertical-align: middle; - white-space: nowrap; -} - -.navigation_separator { - color: #555; - display: inline-block; - text-align: center; - width: 1.2em; - text-shadow: 1px 0 #FFF; -} - -.navigation input[type=submit] { - background: none; - border: 0; - margin: 0; - padding: 0.3em 0.5em; - min-width: 1.5em; - font-weight: bold; -} - -.navigation input[type=submit]:hover, .navigation input.edit_mode_active { - background: #333; - color: white; - cursor: pointer; -} - -.navigation select { - margin: 0 .8em; -} - -.cEdit { - margin: 0; - padding: 0; - position: absolute; -} - -.cEdit input[type=text], -.cEdit input[type=password], -.cEdit input[type=number] { - background: #FFF; - height: 100%; - margin: 0; - padding: 0; -} - -.cEdit .edit_area { - background: #FFF; - border: 1px solid #999; - min-width: 10em; - padding: .3em .5em; -} - -.cEdit .edit_area select, -.cEdit .edit_area textarea { - width: 97%; -} - -.cEdit .cell_edit_hint { - color: #555; - font-size: .8em; - margin: .3em .2em; -} - -.cEdit .edit_box { - overflow: hidden; - padding: 0; -} - -.cEdit .edit_box_posting { - background: #FFF url(getImgPath('ajax_clock_small.gif');?>) no-repeat right center; - padding-right: 1.5em; -} - -.cEdit .edit_area_loading { - background: #FFF url(getImgPath('ajax_clock_small.gif');?>) no-repeat center; - height: 10em; -} - -.cEdit .goto_link { - background: #EEE; - color: #555; - padding: .2em .3em; -} - -.saving_edited_data { - background: url(getImgPath('ajax_clock_small.gif');?>) no-repeat left; - padding-left: 20px; -} - -/* css for timepicker */ -.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } -.ui-timepicker-div dl { text-align: ; } -.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; } -.ui-timepicker-div dl dd { margin: 0 10px 10px 85px; } -.ui-timepicker-div td { font-size: 90%; } -.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; } -.ui-timepicker-rtl { direction: rtl; } -.ui-timepicker-rtl dl { text-align: right; } -.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; } - -input.btn { - color: #333; - background-color: #D0DCE0; -} - -body .ui-widget { - font-size: 1em; -} - -.ui-dialog fieldset legend a { - color: #0000FF; -} - -/* jqPlot */ - -/*rules for the plot target div. These will be cascaded down to all plot elements -according to css rules*/ -.jqplot-target { - position: relative; - color: #222222; - font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; - font-size: 1em; -/* height: 300px; - width: 400px;*/ -} - -/*rules applied to all axes*/ -.jqplot-axis { - font-size: 0.75em; -} - -.jqplot-xaxis { - margin-top: 10px; -} - -.jqplot-x2axis { - margin-bottom: 10px; -} - -.jqplot-yaxis { - margin-right: 10px; -} - -.jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, -.jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis { - margin-left: 10px; - margin-right: 10px; -} - -/*rules applied to all axis tick divs*/ -.jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, -.jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, -.jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick, -.jqplot-yMidAxis-tick { - position: absolute; - white-space: pre; -} - - -.jqplot-xaxis-tick { - top: 0px; - /* initial position untill tick is drawn in proper place */ - left: 15px; -/* padding-top: 10px;*/ - vertical-align: top; -} - -.jqplot-x2axis-tick { - bottom: 0px; - /* initial position untill tick is drawn in proper place */ - left: 15px; -/* padding-bottom: 10px;*/ - vertical-align: bottom; -} - -.jqplot-yaxis-tick { - right: 0px; - /* initial position untill tick is drawn in proper place */ - top: 15px; -/* padding-right: 10px;*/ - text-align: right; -} - -.jqplot-yaxis-tick.jqplot-breakTick { - right: -20px; - margin-right: 0px; - padding:1px 5px 1px 5px; -/* background-color: white;*/ - z-index: 2; - font-size: 1.5em; -} - -.jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, -.jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick { - left: 0px; - /* initial position untill tick is drawn in proper place */ - top: 15px; -/* padding-left: 10px;*/ -/* padding-right: 15px;*/ - text-align: left; -} - -.jqplot-yMidAxis-tick { - text-align: center; - white-space: nowrap; -} - -.jqplot-xaxis-label { - margin-top: 10px; - font-size: 11pt; - position: absolute; -} - -.jqplot-x2axis-label { - margin-bottom: 10px; - font-size: 11pt; - position: absolute; -} - -.jqplot-yaxis-label { - margin-right: 10px; -/* text-align: center;*/ - font-size: 11pt; - position: absolute; -} - -.jqplot-yMidAxis-label { - font-size: 11pt; - position: absolute; -} - -.jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, -.jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, -.jqplot-y8axis-label, .jqplot-y9axis-label { -/* text-align: center;*/ - font-size: 11pt; - margin-left: 10px; - position: absolute; -} - -.jqplot-meterGauge-tick { - font-size: 0.75em; - color: #999999; -} - -.jqplot-meterGauge-label { - font-size: 1em; - color: #999999; -} - -table.jqplot-table-legend { - margin-top: 12px; - margin-bottom: 12px; - margin-left: 12px; - margin-right: 12px; -} - -table.jqplot-table-legend, table.jqplot-cursor-legend { - background-color: rgba(255,255,255,0.6); - border: 1px solid #cccccc; - position: absolute; - font-size: 0.75em; -} - -td.jqplot-table-legend { - vertical-align:middle; -} - -/* -These rules could be used instead of assigning -element styles and relying on js object properties. -*/ - -/* -td.jqplot-table-legend-swatch { - padding-top: 0.5em; - text-align: center; -} - -tr.jqplot-table-legend:first td.jqplot-table-legend-swatch { - padding-top: 0px; -} -*/ - -td.jqplot-seriesToggle:hover, td.jqplot-seriesToggle:active { - cursor: pointer; -} - -.jqplot-table-legend .jqplot-series-hidden { - text-decoration: line-through; -} - -div.jqplot-table-legend-swatch-outline { - border: 1px solid #cccccc; - padding:1px; -} - -div.jqplot-table-legend-swatch { - width:0px; - height:0px; - border-top-width: 5px; - border-bottom-width: 5px; - border-left-width: 6px; - border-right-width: 6px; - border-top-style: solid; - border-bottom-style: solid; - border-left-style: solid; - border-right-style: solid; -} - -.jqplot-title { - top: 0px; - left: 0px; - padding-bottom: 0.5em; - font-size: 1.2em; -} - -table.jqplot-cursor-tooltip { - border: 1px solid #cccccc; - font-size: 0.75em; -} - - -.jqplot-cursor-tooltip { - border: 1px solid #cccccc; - font-size: 0.75em; - white-space: nowrap; - background: rgba(208,208,208,0.5); - padding: 1px; -} - -.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip { - border: 1px solid #cccccc; - font-size: 0.75em; - white-space: nowrap; - background: rgba(208,208,208,0.5); - padding: 1px; -} - -.jqplot-point-label { - font-size: 0.75em; - z-index: 2; -} - -td.jqplot-cursor-legend-swatch { - vertical-align: middle; - text-align: center; -} - -div.jqplot-cursor-legend-swatch { - width: 1.2em; - height: 0.7em; -} - -.jqplot-error { -/* Styles added to the plot target container when there is an error go here.*/ - text-align: center; -} - -.jqplot-error-message { -/* Styling of the custom error message div goes here.*/ - position: relative; - top: 46%; - display: inline-block; -} - -div.jqplot-bubble-label { - font-size: 0.8em; -/* background: rgba(90%, 90%, 90%, 0.15);*/ - padding-left: 2px; - padding-right: 2px; - color: rgb(20%, 20%, 20%); -} - -div.jqplot-bubble-label.jqplot-bubble-label-highlight { - background: rgba(90%, 90%, 90%, 0.7); -} - -div.jqplot-noData-container { - text-align: center; - background-color: rgba(96%, 96%, 96%, 0.3); -} - -.relationalTable select { - width: 125px; - margin-right: 5px; -} - -.report-data { - height:13em; - overflow:scroll; - width:570px; - border: solid 1px; - background: white; - padding: 2px; -} - -.report-description { - height:10em; - width:570px; -} - -div#page_content div#tableslistcontainer table.data { - border-top: 0.1px solid #EEEEEE; -} - -div#page_content form#db_search_form.ajax fieldset { - margin-top: -0.3em; -} - -div#page_content div#tableslistcontainer, div#page_content div.notice, div#page_content div.result_query { - margin-top: 1em; -} - -table.show_create { - margin-top: 1em; -} - -table.show_create td { - border-right: 1px solid #bbb; -} - -#alias_modal table th { - vertical-align: middle; - padding-left: 1em; -} - -#alias_modal label.col-2 { - min-width: 20%; - display: inline-block; -} - -#alias_modal select { - width: 25%; - margin-right: 2em; -} - -#alias_modal label { - font-weight: bold; -} - -.ui-dialog { - position: fixed; -} - -.small_font { - font-size: smaller; -} - -/* Console styles */ -#pma_console_container { - width: 100%; - position: fixed; - bottom: 0; - : 0; - z-index: 100; -} -#pma_console { - position: relative; - margin-: 240px; - z-index: 100; -} -#pma_console>.templates { - display: none; -} -#pma_console .mid_text, -#pma_console .toolbar span { - vertical-align: middle; -} -#pma_console .toolbar { - position: relative; - background: #ccc; - border-top: solid 1px #aaa; - cursor: n-resize; -} -#pma_console .toolbar.collapsed:not(:hover) { - display: inline-block; - border-top--radius: 3px; - border-: solid 1px #aaa; -} -#pma_console .toolbar.collapsed { - cursor: default; -} -#pma_console .toolbar.collapsed>.button { - display: none; -} -#pma_console .message span.text, -#pma_console .message span.action, -#pma_console .toolbar .button, -#pma_console .switch_button { - padding: 0 3px; - display: inline-block; -} -#pma_console .message span.action, -#pma_console .toolbar .button, -#pma_console .switch_button { - cursor: pointer; -} -#pma_console .message span.action:hover, -#pma_console .toolbar .button:hover, -#pma_console .switch_button:hover { - background: #ddd; -} -#pma_console .toolbar .button { - margin-: .4em; -} -#pma_console .toolbar .button { - float: ; -} -#pma_console .content { - overflow-x: hidden; - overflow-y: auto; - margin-bottom: -65px; - border-top: solid 1px #aaa; - background: #fff; - padding-top: .4em; -} -#pma_console .message, -#pma_console .query_input { - position: relative; - font-family: Monaco, Consolas, monospace; - cursor: text; - margin: 0 10px .2em 1.4em; -} -#pma_console .message { - border-bottom: solid 1px #ccc; - padding-bottom: .2em; -} -#pma_console .message.expanded .action_content { - position: relative; -} -#pma_console .message:before, -#pma_console .query_input:before { - left: -0.7em; - position: absolute; - content: ">"; -} -#pma_console .query_input:before { - top: -2px; -} -#pma_console .query_input textarea { - width: 100%; - height: 4em; - resize: vertical; -} -#pma_console .message:hover:before { - color: #7cf; - font-weight: bold; -} -#pma_console .message.expanded:before { - content: "]"; -} -#pma_console .message.welcome:before { - display: none; -} -#pma_console .message.failed:before, -#pma_console .message.failed.expanded:before, -#pma_console .message.failed:hover:before { - content: "="; - color: #944; -} -#pma_console .message.pending:before { - opacity: .3; -} -#pma_console .message.collapsed>.query { - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; -} -#pma_console .message.expanded>.query { - display: block; - white-space: pre; - word-wrap: break-word; -} -#pma_console .message .text.targetdb, -#pma_console .message.collapsed .action.collapse, -#pma_console .message.expanded .action.expand, -#pma_console .message .action.requery, -#pma_console .message .action.profiling, -#pma_console .message .action.explain, -#pma_console .message .action.bookmark { - display: none; -} -#pma_console .message.select .action.profiling, -#pma_console .message.select .action.explain, -#pma_console .message.history .text.targetdb, -#pma_console .message.successed .text.targetdb, -#pma_console .message.history .action.requery, -#pma_console .message.history .action.bookmark, -#pma_console .message.bookmark .action.requery, -#pma_console .message.bookmark .action.bookmark, -#pma_console .message.successed .action.requery, -#pma_console .message.successed .action.bookmark { - display: inline-block; -} -#pma_console .message .action_content { - position: absolute; - bottom: 100%; - background: #ccc; - border: solid 1px #aaa; - border-top--radius: 3px; -} -html.ie8 #pma_console .message .action_content { - position: relative!important; -} -#pma_console .message.bookmark .text.targetdb, -#pma_console .message .text.query_time { - margin: 0; - display: inline-block; -} -#pma_console .message.failed .text.query_time, -#pma_console .message .text.failed { - display: none; -} -#pma_console .message.failed .text.failed { - display: inline-block; -} -#pma_console .message .text { - background: #fff; -} -#pma_console .message.collapsed:not(:hover) .action_content { - display: none; -} -#pma_console .message .bookmark_label { - padding: 0 4px; - top: 0; - background: #369; - color: #fff; - border-radius: 3px; -} -#pma_console .message .bookmark_label.shared { - background: #396; -} -#pma_console .message.expanded .bookmark_label { - border-top-left-radius: 0; - border-top-right-radius: 0; -} -#pma_console .query_input { - position: relative; -} -#pma_console .mid_layer { - height: 100%; - width: 100%; - position: absolute; - top: 0; - /* For support IE8, this layer doesn't use filter:opacity or opacity, - js code will fade this layer opacity to 0.18(using animation) */ - background: #666; - display: none; - cursor: pointer; - z-index: 200; -} -#pma_console .card { - position: absolute; - width: 94%; - height: 100%; - min-height: 48px; - : 100%; - top: 0; - border-: solid 1px #999; - z-index: 300; - transition: 0.2s; - -ms-transition: 0.2s; - -webkit-transition: 0.2s; - -moz-transition: 0.2s; -} -#pma_console .card.show { - : 6%; - box-shadow: -2px 1px 4px -1px #999; -} - -html.ie7 #pma_console .query_input { - display: none; -} - -#pma_bookmarks .content.add_bookmark, -#pma_console_options .content { - padding: 4px 6px; -} -#pma_bookmarks .content.add_bookmark .options { - margin-: 1.4em; - padding-bottom: .4em; - margin-bottom: .4em; - border-bottom: solid 1px #ccc; -} -#pma_bookmarks .content.add_bookmark .options button { - margin: 0 7px; - vertical-align: bottom; -} -#pma_bookmarks .content.add_bookmark input[type=text] { - margin: 0; - padding: 2px 4px; -} - -/* Code mirror console style*/ - -.cm-s-pma .CodeMirror-code pre, -.cm-s-pma .CodeMirror-code { - font-family: Monaco, Consolas, monospace; -} -.cm-s-pma .CodeMirror-measure>pre, -.cm-s-pma .CodeMirror-code>pre, -.cm-s-pma .CodeMirror-lines { - padding: 0; -} -.cm-s-pma.CodeMirror { - resize: none; - height: auto; - width: 100%; - min-height: initial; - max-height: initial; -} -.firefox .cm-s-pma.CodeMirror { - font-size: 120%; -} -.cm-s-pma .CodeMirror-scroll { - padding-bottom: 2em; - cursor: text; -} - -/* PMA drop-improt style */ - -.pma_drop_handler { - display: none; - position: fixed; - top: 0px; - left: 0px; - width: 100%; - background: rgba(0, 0, 0, 0.6); - height: 100%; - z-index: 999; - color: white; - font-size: 30pt; - text-align: center; - padding-top: 20%; -} - -.pma_sql_import_status { - display: none; - position: fixed; - bottom: 0px; - right: 25px; - width: 400px; - border: 1px solid #999; - background: #f3f3f3; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; - -moz-box-shadow: 2px 2px 5px #ccc; - -webkit-box-shadow: 2px 2px 5px #ccc; - box-shadow: 2px 2px 5px #ccc; -} - -.pma_sql_import_status h2, -.pma_drop_result h2 { - background-color: #bbb; - padding: .1em .3em; - margin-top: 0; - margin-bottom: 0; - color: #fff; - font-size: 1.6em; - font-weight: normal; - text-shadow: 0 1px 0 #777; - -moz-box-shadow: 1px 1px 15px #999 inset; - -webkit-box-shadow: 1px 1px 15px #999 inset; - box-shadow: 1px 1px 15px #999 inset; -} - -.pma_sql_import_status div { - height: 270px; - overflow-y:auto; - overflow-x:hidden; - list-style-type: none; -} - -.pma_sql_import_status div li { - padding: 8px 10px; - border-bottom: 1px solid #bbb; - color: rgb(148, 14, 14); - background: white; -} - -.pma_sql_import_status div li .filesize { - float: right; -} - -.pma_sql_import_status h2 .minimize { - float: right; - margin-right: 5px; - padding: 0px 10px; -} - -.pma_sql_import_status h2 .close { - float: right; - margin-right: 5px; - padding: 0px 10px; - display: none; -} - -.pma_sql_import_status h2 .minimize:hover, -.pma_sql_import_status h2 .close:hover, -.pma_drop_result h2 .close:hover { - background: rgba(155, 149, 149, 0.78); - cursor: pointer; -} - -.pma_drop_file_status { - color: #235a81; -} - -.pma_drop_file_status span.underline:hover { - cursor: pointer; - text-decoration: underline; -} - -.pma_drop_result { - position: fixed; - top: 10%; - left: 20%; - width: 60%; - background: white; - min-height: 300px; - z-index: 800; - -webkit-box-shadow: 0px 0px 15px #999; - border-radius: 10px; - cursor: move; -} - -.pma_drop_result h2 .close { - float: right; - margin-right: 5px; - padding: 0px 10px; -} - -#composite_index_list { - list-style-type: none; - list-style-position: inside; -} - -span.drag_icon { - display: inline-block; - background-image: url('getImgPath('s_sortable.png');?>'); - background-position: center center; - background-repeat: no-repeat; - width: 1em; - height: 3em; - cursor: move; -} - -.topmargin { - margin-top: 1em; -} - -/* styles for sortable tables created with tablesorter jquery plugin */ -th.header { - cursor: pointer; - color: #0000FF; -} - -th.header:hover { - text-decoration: underline; -} - -th.header .sorticon { - width: 16px; - height: 16px; - background-repeat: no-repeat; - background-position: right center; - display: inline-table; - vertical-align: middle; - float: right; -} - -th.headerSortUp .sorticon, th.headerSortDown:hover .sorticon { - background-image: url(getImgPath('s_desc.png');?>); -} - -th.headerSortDown .sorticon, th.headerSortUp:hover .sorticon { - background-image: url(getImgPath('s_asc.png');?>); -} -/* end of styles of sortable tables */ \ No newline at end of file diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/css/navigation.css.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/css/navigation.css.php deleted file mode 100644 index d3cc4754..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/css/navigation.css.php +++ /dev/null @@ -1,424 +0,0 @@ - - -/******************************************************************************/ -/* Navigation */ - -#pma_navigation { - background: ; - color: ; - width: px; - overflow: hidden; - position: fixed; - top: 0; - : 0; - height: 100%; - border-: 1px solid gray; - z-index: 800; -} - -#pma_navigation_content { - width: 100%; - height: 100%; - position: absolute; - top: 0; - : 0; - z-index: 0; - padding-bottom: 1em; -} - -#pma_navigation ul { - margin: 0; -} - -#pma_navigation form { - margin: 0; - padding: 0; - display: inline; -} - -#pma_navigation select#select_server, -#pma_navigation select#lightm_db { - width: 100%; -} - -/******************************************************************************/ -/* specific elements */ - -#pma_navigation div.pageselector { - text-align: center; - margin: 0 0 0; - margin-: 0.75em; - border-: 1px solid #666; -} - -#pma_navigation div#pmalogo { - - background-color: ; - padding: .3em; -} - -#pma_navigation div#recentTableList, -#pma_navigation div#FavoriteTableList { - text-align: center; - margin-bottom: 0.5em; -} - -#pma_navigation #recentTable, -#pma_navigation #FavoriteTable { - width: 200px; -} - -#pma_navigation #pmalogo, -#pma_navigation #serverChoice, -#pma_navigation #navipanellinks, -#pma_navigation #recentTableList, -#pma_navigation #FavoriteTableList, -#pma_navigation #databaseList, -#pma_navigation div.pageselector.dbselector { - text-align: center; - margin-bottom: 0.3em; - padding-bottom: 0.3em; - border: 0; -} - -#pma_navigation #recentTableList select, -#pma_navigation #FavoriteTableList select, -#pma_navigation #serverChoice select - { - width: 80%; -} - -#pma_navigation #recentTableList, -#pma_navigation #FavoriteTableList { - margin-bottom: 0; - padding-bottom: 0; -} - -#pma_navigation_content > img.throbber { - display: block; - margin: 0 auto; -} - -/* Navigation tree*/ -#pma_navigation_tree { - margin: 0; - margin-: 1em; - color: #444; - height: 74%; - position: relative; -} - -#pma_navigation_select_database { - text-align: left; - padding: 0px 0px 0px; - border: 0; - margin: 0; -} - -#pma_navigation_db_select { - margin-top: 0.5em; - margin-: 0.75em; -} -#pma_navigation_db_select select { - background: url("./themes/pmahomme/img/select_bg.png") repeat scroll 0 0; - -webkit-border-radius: 2px; - border-radius: 2px; - border: 1px solid #bbb; - border-top: 1px solid #bbb; - color: #333; - padding: 4px 6px; - margin: 0px 0px 0px; - width: 92%; - font-size: 1.11em; -} - -#pma_navigation_tree_content { - width: 100%; - overflow: hidden; - overflow-y: auto; - position: absolute; - height: 100%; -} -#pma_navigation_tree_content a.hover_show_full { - position: relative; - z-index: 100; -} -#pma_navigation_tree a { - color: ; -} -#pma_navigation_tree a:hover { - text-decoration: underline; -} -#pma_navigation_tree li.activePointer { - color: ; - background-color: ; -} -#pma_navigation_tree li.selected { - color: ; - background-color: ; -} -#pma_navigation_tree li .dbItemControls { - padding-left: 4px; -} -#pma_navigation_tree li .navItemControls { - display: none; - padding-left: 4px; -} -#pma_navigation_tree li.activePointer .navItemControls { - display: inline; - opacity: 0.5; -} -#pma_navigation_tree li.activePointer .navItemControls:hover { - display: inline; - opacity: 1.0; -} -#pma_navigation_tree ul { - clear: both; - padding: 0; - list-style-type: none; - margin: 0; -} -#pma_navigation_tree ul ul { - position: relative; -} -#pma_navigation_tree li { - white-space: nowrap; - padding-bottom: 4px; - clear: both; - min-height: 16px; -} -#pma_navigation_tree img { - margin: 0; -} -#pma_navigation_tree i { - display: block; -} -#pma_navigation_tree div.block { - position: relative; - width:1.5em; - height:1.5em; - min-width: 16px; - min-height: 16px; - float: ; -} -#pma_navigation_tree div.block.double { - width: 3em; -} -#pma_navigation_tree div.block i, -#pma_navigation_tree div.block b { - width: 1.5em; - height: 1.7em; - min-width: 16px; - min-height: 8px; - position: absolute; - bottom: 0.7em; - : 0.75em; - z-index: 0; -} -#pma_navigation_tree div.block i { - border-: 1px solid #666; - border-bottom: 1px solid #666; - position: relative; - z-index: 0; -} -#pma_navigation_tree div.block i.first { /* Removes top segment */ - border-: 0; -} -/* Bottom segment for the tree element connections */ -#pma_navigation_tree div.block b { - display: block; - height: 0.75em; - bottom: 0; - : 0.75em; - border-: 1px solid #666; -} -#pma_navigation_tree div.block a, -#pma_navigation_tree div.block u { - position: absolute; - : 50%; - top: 50%; - z-index: 10; -}#pma_navigation_tree div.block a + a { - : 100%; -} -#pma_navigation_tree div.block.double a, -#pma_navigation_tree div.block.double u { - : 25%; -} -#pma_navigation_tree div.block.double a + a { - : 70%; -} -#pma_navigation_tree div.block img { - position: relative; - top: -0.6em; - : 0; - margin-: -5px; -} -#pma_navigation_tree li.last > ul { - background: none; -} -#pma_navigation_tree li > a, #pma_navigation_tree li > i { - line-height: 1.5em; - height: 1.5em; - padding-: 0.3em; -} -#pma_navigation_tree .list_container { - border-: 1px solid #666; - margin-: 0.75em; - padding-: 0.75em; -} -#pma_navigation_tree .last > .list_container { - border-: 0 solid #666; -} - -/* Fast filter */ -li.fast_filter { - padding-: 0.75em; - margin-: 0.75em; - padding-: 35px; - border-: 1px solid #666; -} -li.fast_filter input { - padding-: 1.7em; - width: 100%; -} -li.fast_filter span { - position: relative; - : 1.5em; - padding: 0.2em; - cursor: pointer; - font-weight: bold; - color: #800; -} -/* IE10+ has its own reset X */ -html.ie li.fast_filter span { - display: none; -} -html.ie.ie9 li.fast_filter span, -html.ie.ie8 li.fast_filter span { - display: auto; -} -html.ie li.fast_filter input { - padding-: .2em; -} -html.ie.ie9 li.fast_filter input, -html.ie.ie8 li.fast_filter input { - padding-: 1.7em; -} -li.fast_filter.db_fast_filter { - border: 0; -} - -/* Resize handler */ -#pma_navigation_resizer { - width: 3px; - height: 100%; - background-color: #aaa; - cursor: col-resize; - position: fixed; - top: 0; - : 240px; - z-index: 801; -} -#pma_navigation_collapser { - width: 20px; - height: 22px; - line-height: 22px; - background: #eee; - color: #555; - font-weight: bold; - position: fixed; - top: 0; - : px; - text-align: center; - cursor: pointer; - z-index: 800; - text-shadow: 0px 1px 0px #fff; - filter: dropshadow(color=#fff, offx=0, offy=1); - border: 1px solid #888; -} - -#navigation_controls_outer { - min-height: 21px !important; -} - -#navigation_controls_outer.activePointer { - background-color: transparent !important; -} - -#navigation_controls { - float: right; - padding-right: 23px; -} - -/* Quick warp links */ -.pma_quick_warp { - margin-top: 5px; - margin-: 2px; - position: relative; -} -.pma_quick_warp .drop_list { - float: ; - margin-: 3px; - padding: 2px 0; -} -.pma_quick_warp .drop_button{ - padding: 0 .3em; - border: 1px solid #ddd; - background: #f2f2f2; - cursor: pointer; -} -.pma_quick_warp .drop_list:hover .drop_button { - background: #fff; -} -.pma_quick_warp .drop_list ul { - position: absolute; - margin: 0; - padding: 0; - overflow: hidden; - overflow-y: auto; - list-style: none; - background: #fff; - border: 1px solid #ddd; - border-top--radius: 0; - border-bottom--radius: 0; - top: 100%; - : 3px; - : 0; - display: none; - z-index: 802; -} -.pma_quick_warp .drop_list:hover ul { - display: block; -} -.pma_quick_warp .drop_list li { - white-space: nowrap; -} -.pma_quick_warp .drop_list li img { - vertical-align: sub; -} -.pma_quick_warp .drop_list li:hover { - background: #f2f2f2; -} -.pma_quick_warp .drop_list a { - display: block; - padding: .1em .3em; -} -.pma_quick_warp .drop_list a.favorite_table_anchor { - clear: left; - float: left; - padding: .1em .3em 0; -} diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_bookmark.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_bookmark.png deleted file mode 100644 index e2afe3f8..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_bookmark.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_browse.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_browse.png deleted file mode 100644 index 1d88b2ae..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_browse.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_calendar.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_calendar.png deleted file mode 100644 index 34381b39..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_calendar.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_chart.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_chart.png deleted file mode 100644 index 0e2cc49d..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_chart.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_comment.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_comment.png deleted file mode 100644 index 203c8805..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_comment.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_dbstatistics.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_dbstatistics.png deleted file mode 100644 index bfb2ad54..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_dbstatistics.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_deltbl.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_deltbl.png deleted file mode 100644 index 0e3fb299..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_deltbl.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_docs.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_docs.png deleted file mode 100644 index 46e2d2c2..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_docs.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_drop.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_drop.png deleted file mode 100644 index 510bb288..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_drop.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_edit.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_edit.png deleted file mode 100644 index d2a50958..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_edit.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_empty.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_empty.png deleted file mode 100644 index 6fa18add..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_empty.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_engine.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_engine.png deleted file mode 100644 index c8019fdd..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_engine.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_export.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_export.png deleted file mode 100644 index 1a6d1598..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_export.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_find_replace.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_find_replace.png deleted file mode 100644 index 8346a0e4..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_find_replace.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_ftext.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_ftext.png deleted file mode 100644 index 6014ebc2..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_ftext.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_help.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_help.png deleted file mode 100644 index 2fe513b5..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_help.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_home.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_home.png deleted file mode 100644 index ea03206c..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_home.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_import.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_import.png deleted file mode 100644 index 9356a3ae..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_import.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_index.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_index.png deleted file mode 100644 index 11064c1b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_index.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_index_add.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_index_add.png deleted file mode 100644 index e51a622d..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_index_add.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_inline_edit.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_inline_edit.png deleted file mode 100644 index 01335bef..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_inline_edit.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_minus.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_minus.png deleted file mode 100644 index e28166fe..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_minus.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_move.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_move.png deleted file mode 100644 index 1ce3b1cb..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_move.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_newdb.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_newdb.png deleted file mode 100644 index fccc3949..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_newdb.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_plus.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_plus.png deleted file mode 100644 index 90c15d8c..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_plus.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_primary.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_primary.png deleted file mode 100644 index 94f24073..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_primary.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_print.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_print.png deleted file mode 100644 index 9e5df80e..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_print.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_props.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_props.png deleted file mode 100644 index 5ea2251b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_props.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_save.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_save.png deleted file mode 100644 index 29d03b46..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_save.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_sbrowse.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_sbrowse.png deleted file mode 100644 index 98e1254d..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_sbrowse.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_search.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_search.png deleted file mode 100644 index 13f6ee85..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_search.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_selboard.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_selboard.png deleted file mode 100644 index c54a20fe..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_selboard.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_select.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_select.png deleted file mode 100644 index 7f95764e..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_select.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_snewtbl.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_snewtbl.png deleted file mode 100644 index f881dfd3..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_snewtbl.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_sql.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_sql.png deleted file mode 100644 index c1c387e5..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_sql.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_sqlhelp.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_sqlhelp.png deleted file mode 100644 index c9447b68..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_sqlhelp.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_table_add.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_table_add.png deleted file mode 100644 index e3ee2082..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_table_add.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tblexport.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tblexport.png deleted file mode 100644 index 15ede205..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tblexport.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tblimport.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tblimport.png deleted file mode 100644 index 4a998800..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tblimport.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tblops.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tblops.png deleted file mode 100644 index da5dbc16..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tblops.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tipp.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tipp.png deleted file mode 100644 index ef73a7af..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tipp.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_unique.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_unique.png deleted file mode 100644 index 40c9b5db..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_unique.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_usradd.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_usradd.png deleted file mode 100644 index 9af3f792..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_usradd.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_usrcheck.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_usrcheck.png deleted file mode 100644 index 96c77f41..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_usrcheck.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_usrdrop.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_usrdrop.png deleted file mode 100644 index 85982354..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_usrdrop.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_usredit.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_usredit.png deleted file mode 100644 index ac4af9b3..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_usredit.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_usrlist.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_usrlist.png deleted file mode 100644 index 42d02d51..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_usrlist.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_view_add.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_view_add.png deleted file mode 100644 index 6f7a11ea..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_view_add.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_views.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_views.png deleted file mode 100644 index c2d9f5ba..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_views.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_browse.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_browse.png deleted file mode 100644 index 18a12111..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_browse.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_deltbl.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_deltbl.png deleted file mode 100644 index 3f91af21..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_deltbl.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_drop.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_drop.png deleted file mode 100644 index 97a3da5f..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_drop.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_edit.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_edit.png deleted file mode 100644 index e81ccd85..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_edit.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_empty.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_empty.png deleted file mode 100644 index 7c4ae3e1..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_empty.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_export.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_export.png deleted file mode 100644 index bb697b07..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_export.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_ftext.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_ftext.png deleted file mode 100644 index fb0c3026..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_ftext.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_index.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_index.png deleted file mode 100644 index d6e417c0..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_index.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_nextpage.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_nextpage.png deleted file mode 100644 index f8e25f5e..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_nextpage.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_primary.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_primary.png deleted file mode 100644 index 58f9cfdb..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_primary.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_sbrowse.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_sbrowse.png deleted file mode 100644 index 85395990..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_sbrowse.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_select.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_select.png deleted file mode 100644 index 1659a653..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_select.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_spatial.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_spatial.png deleted file mode 100644 index d1ee4d62..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_spatial.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_unique.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_unique.png deleted file mode 100644 index ee0fde9a..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_unique.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/cleardot.gif b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/cleardot.gif deleted file mode 100644 index a9d7bea4..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/cleardot.gif and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/col_pointer.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/col_pointer.png deleted file mode 100644 index 1fb353fe..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/col_pointer.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/col_pointer_ver.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/col_pointer_ver.png deleted file mode 100644 index 02977f2e..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/col_pointer_ver.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/error.ico b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/error.ico deleted file mode 100644 index b5c06183..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/error.ico and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/logo_left.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/logo_left.png deleted file mode 100644 index e24bcc34..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/logo_left.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_asc.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_asc.png deleted file mode 100644 index 3e5050f2..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_asc.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_asci.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_asci.png deleted file mode 100644 index d160eb10..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_asci.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_cancel.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_cancel.png deleted file mode 100644 index fd782ab3..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_cancel.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_cog.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_cog.png deleted file mode 100644 index b8c9713c..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_cog.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_db.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_db.png deleted file mode 100644 index 0f723a9a..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_db.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_desc.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_desc.png deleted file mode 100644 index 7dcb98b9..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_desc.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_error.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_error.png deleted file mode 100644 index 9db50e5b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_error.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_host.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_host.png deleted file mode 100644 index 3d30f1c5..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_host.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_info.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_info.png deleted file mode 100644 index cfd49e52..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_info.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_lang.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_lang.png deleted file mode 100644 index d205d194..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_lang.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_loggoff.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_loggoff.png deleted file mode 100644 index ec55b56e..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_loggoff.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_notice.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_notice.png deleted file mode 100644 index aacc4307..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_notice.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_reload.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_reload.png deleted file mode 100644 index 0be96c79..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_reload.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_rights.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_rights.png deleted file mode 100644 index fce7a813..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_rights.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_sortable.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_sortable.png deleted file mode 100644 index 361a14a9..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_sortable.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_status.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_status.png deleted file mode 100644 index 0680c59f..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_status.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_success.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_success.png deleted file mode 100644 index d2e61210..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_success.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_tbl.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_tbl.png deleted file mode 100644 index 6ae8c4d9..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_tbl.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_theme.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_theme.png deleted file mode 100644 index 6196810a..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_theme.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_vars.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_vars.png deleted file mode 100644 index 5bc92cdd..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_vars.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_views.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_views.png deleted file mode 100644 index fc4e1515..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_views.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/sprites.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/sprites.png deleted file mode 100644 index 19f8098a..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/sprites.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/toggle-ltr.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/toggle-ltr.png deleted file mode 100644 index 9d08d615..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/toggle-ltr.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/toggle-rtl.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/toggle-rtl.png deleted file mode 100644 index c2ef16f8..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/toggle-rtl.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/info.inc.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/info.inc.php deleted file mode 100644 index 28866d6b..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/info.inc.php +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/layout.inc.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/layout.inc.php deleted file mode 100644 index b0f91ac0..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/layout.inc.php +++ /dev/null @@ -1,102 +0,0 @@ - 0, - // The style of the chart title. - 'titleColor' => '#000000', - 'titleBgColor' => $GLOBALS['cfg']['ThBackground'], - // Chart border (0 for no border) - 'border' => '#CCCCCC', - // Chart background color. - 'bgColor' => $GLOBALS['cfg']['BgTwo'], - // when graph area gradient is used, this is the color of the graph - // area border - 'graphAreaColor' => '#D5D9DD', - // the background color of the inner graph area - 'graphAreaGradientColor' => $GLOBALS['cfg']['BgOne'], - // the color of the grid lines in the graph area - 'gridColor' => '#E6E6E6', - // the color of the scale and the labels - 'scaleColor' => '#D5D9DD', - ); - -?> diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/screen.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/screen.png deleted file mode 100644 index c2f40535..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/screen.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/sprites.lib.php b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/sprites.lib.php deleted file mode 100644 index d52bada3..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/sprites.lib.php +++ /dev/null @@ -1,735 +0,0 @@ - array( - 'position' => '1', - 'width' => '16', - 'height' => '16' - ), - 'b_browse' => array( - 'position' => '2', - 'width' => '16', - 'height' => '16' - ), - 'b_calendar' => array( - 'position' => '3', - 'width' => '16', - 'height' => '16' - ), - 'b_chart' => array( - 'position' => '4', - 'width' => '16', - 'height' => '16' - ), - 'b_close' => array( - 'position' => '5', - 'width' => '16', - 'height' => '16' - ), - 'b_column_add' => array( - 'position' => '6', - 'width' => '16', - 'height' => '16' - ), - 'b_comment' => array( - 'position' => '7', - 'width' => '16', - 'height' => '16' - ), - 'b_dbstatistics' => array( - 'position' => '8', - 'width' => '16', - 'height' => '16' - ), - 'b_deltbl' => array( - 'position' => '9', - 'width' => '16', - 'height' => '16' - ), - 'b_docs' => array( - 'position' => '10', - 'width' => '16', - 'height' => '16' - ), - 'b_drop' => array( - 'position' => '11', - 'width' => '16', - 'height' => '16' - ), - 'b_edit' => array( - 'position' => '12', - 'width' => '16', - 'height' => '16' - ), - 'b_empty' => array( - 'position' => '13', - 'width' => '16', - 'height' => '16' - ), - 'b_engine' => array( - 'position' => '14', - 'width' => '16', - 'height' => '16' - ), - 'b_event_add' => array( - 'position' => '15', - 'width' => '16', - 'height' => '16' - ), - 'b_events' => array( - 'position' => '16', - 'width' => '16', - 'height' => '16' - ), - 'b_export' => array( - 'position' => '17', - 'width' => '16', - 'height' => '16' - ), - 'b_favorite' => array( - 'position' => '18', - 'width' => '16', - 'height' => '16' - ), - 'b_find_replace' => array( - 'position' => '19', - 'width' => '16', - 'height' => '16' - ), - 'b_ftext' => array( - 'position' => '20', - 'width' => '16', - 'height' => '16' - ), - 'b_group' => array( - 'position' => '21', - 'width' => '16', - 'height' => '16' - ), - 'b_help' => array( - 'position' => '22', - 'width' => '11', - 'height' => '11' - ), - 'b_home' => array( - 'position' => '23', - 'width' => '16', - 'height' => '16' - ), - 'b_import' => array( - 'position' => '24', - 'width' => '16', - 'height' => '16' - ), - 'b_index' => array( - 'position' => '25', - 'width' => '16', - 'height' => '16' - ), - 'b_index_add' => array( - 'position' => '26', - 'width' => '16', - 'height' => '16' - ), - 'b_info' => array( - 'position' => '27', - 'width' => '11', - 'height' => '11' - ), - 'b_inline_edit' => array( - 'position' => '28', - 'width' => '16', - 'height' => '16' - ), - 'b_insrow' => array( - 'position' => '29', - 'width' => '16', - 'height' => '16' - ), - 'b_minus' => array( - 'position' => '30', - 'width' => '9', - 'height' => '9' - ), - 'b_more' => array( - 'position' => '31', - 'width' => '16', - 'height' => '16' - ), - 'b_move' => array( - 'position' => '32', - 'width' => '16', - 'height' => '16' - ), - 'b_newdb' => array( - 'position' => '33', - 'width' => '16', - 'height' => '16' - ), - 'b_newtbl' => array( - 'position' => '34', - 'width' => '16', - 'height' => '16' - ), - 'b_nextpage' => array( - 'position' => '35', - 'width' => '16', - 'height' => '16' - ), - 'b_no_favorite' => array( - 'position' => '36', - 'width' => '16', - 'height' => '16' - ), - 'b_plus' => array( - 'position' => '37', - 'width' => '9', - 'height' => '9' - ), - 'b_primary' => array( - 'position' => '38', - 'width' => '16', - 'height' => '16' - ), - 'b_print' => array( - 'position' => '39', - 'width' => '16', - 'height' => '16' - ), - 'b_props' => array( - 'position' => '40', - 'width' => '16', - 'height' => '16' - ), - 'b_relations' => array( - 'position' => '41', - 'width' => '16', - 'height' => '16' - ), - 'b_report' => array( - 'position' => '42', - 'width' => '16', - 'height' => '16' - ), - 'b_routine_add' => array( - 'position' => '43', - 'width' => '16', - 'height' => '16' - ), - 'b_routines' => array( - 'position' => '44', - 'width' => '16', - 'height' => '16' - ), - 'b_save' => array( - 'position' => '45', - 'width' => '16', - 'height' => '16' - ), - 'b_saveimage' => array( - 'position' => '46', - 'width' => '16', - 'height' => '16' - ), - 'b_sbrowse' => array( - 'position' => '47', - 'width' => '10', - 'height' => '10' - ), - 'b_search' => array( - 'position' => '48', - 'width' => '16', - 'height' => '16' - ), - 'b_selboard' => array( - 'position' => '49', - 'width' => '16', - 'height' => '16' - ), - 'b_select' => array( - 'position' => '50', - 'width' => '16', - 'height' => '16' - ), - 'b_snewtbl' => array( - 'position' => '51', - 'width' => '10', - 'height' => '10' - ), - 'b_spatial' => array( - 'position' => '52', - 'width' => '16', - 'height' => '16' - ), - 'b_sql' => array( - 'position' => '53', - 'width' => '16', - 'height' => '16' - ), - 'b_sqlhelp' => array( - 'position' => '54', - 'width' => '16', - 'height' => '16' - ), - 'b_table_add' => array( - 'position' => '55', - 'width' => '16', - 'height' => '16' - ), - 'b_tblanalyse' => array( - 'position' => '56', - 'width' => '16', - 'height' => '16' - ), - 'b_tblexport' => array( - 'position' => '57', - 'width' => '16', - 'height' => '16' - ), - 'b_tblimport' => array( - 'position' => '58', - 'width' => '16', - 'height' => '16' - ), - 'b_tblops' => array( - 'position' => '59', - 'width' => '16', - 'height' => '16' - ), - 'b_tbloptimize' => array( - 'position' => '60', - 'width' => '16', - 'height' => '16' - ), - 'b_tipp' => array( - 'position' => '61', - 'width' => '16', - 'height' => '16' - ), - 'b_trigger_add' => array( - 'position' => '62', - 'width' => '16', - 'height' => '16' - ), - 'b_triggers' => array( - 'position' => '63', - 'width' => '16', - 'height' => '16' - ), - 'b_undo' => array( - 'position' => '64', - 'width' => '16', - 'height' => '16' - ), - 'b_unique' => array( - 'position' => '65', - 'width' => '16', - 'height' => '16' - ), - 'b_usradd' => array( - 'position' => '66', - 'width' => '16', - 'height' => '16' - ), - 'b_usrcheck' => array( - 'position' => '67', - 'width' => '16', - 'height' => '16' - ), - 'b_usrdrop' => array( - 'position' => '68', - 'width' => '16', - 'height' => '16' - ), - 'b_usredit' => array( - 'position' => '69', - 'width' => '16', - 'height' => '16' - ), - 'b_usrlist' => array( - 'position' => '70', - 'width' => '16', - 'height' => '16' - ), - 'b_versions' => array( - 'position' => '71', - 'width' => '16', - 'height' => '16' - ), - 'b_view' => array( - 'position' => '72', - 'width' => '16', - 'height' => '16' - ), - 'b_view_add' => array( - 'position' => '73', - 'width' => '16', - 'height' => '16' - ), - 'b_views' => array( - 'position' => '74', - 'width' => '16', - 'height' => '16' - ), - 'bd_browse' => array( - 'position' => '75', - 'width' => '16', - 'height' => '16' - ), - 'bd_deltbl' => array( - 'position' => '76', - 'width' => '16', - 'height' => '16' - ), - 'bd_drop' => array( - 'position' => '77', - 'width' => '16', - 'height' => '16' - ), - 'bd_edit' => array( - 'position' => '78', - 'width' => '16', - 'height' => '16' - ), - 'bd_empty' => array( - 'position' => '79', - 'width' => '16', - 'height' => '16' - ), - 'bd_export' => array( - 'position' => '80', - 'width' => '16', - 'height' => '16' - ), - 'bd_ftext' => array( - 'position' => '81', - 'width' => '16', - 'height' => '16' - ), - 'bd_index' => array( - 'position' => '82', - 'width' => '16', - 'height' => '16' - ), - 'bd_insrow' => array( - 'position' => '83', - 'width' => '16', - 'height' => '16' - ), - 'bd_nextpage' => array( - 'position' => '84', - 'width' => '8', - 'height' => '13' - ), - 'bd_primary' => array( - 'position' => '85', - 'width' => '16', - 'height' => '16' - ), - 'bd_routine_add' => array( - 'position' => '86', - 'width' => '16', - 'height' => '16' - ), - 'bd_sbrowse' => array( - 'position' => '87', - 'width' => '10', - 'height' => '10' - ), - 'bd_select' => array( - 'position' => '88', - 'width' => '16', - 'height' => '16' - ), - 'bd_spatial' => array( - 'position' => '89', - 'width' => '16', - 'height' => '16' - ), - 'bd_unique' => array( - 'position' => '90', - 'width' => '16', - 'height' => '16' - ), - 'centralColumns' => array( - 'position' => '91', - 'width' => '16', - 'height' => '16' - ), - 'centralColumns_add' => array( - 'position' => '92', - 'width' => '16', - 'height' => '16' - ), - 'centralColumns_delete' => array( - 'position' => '93', - 'width' => '16', - 'height' => '16' - ), - 'col_drop' => array( - 'position' => '94', - 'width' => '16', - 'height' => '16' - ), - 'console' => array( - 'position' => '95', - 'width' => '16', - 'height' => '16' - ), - 'eye' => array( - 'position' => '96', - 'width' => '16', - 'height' => '16' - ), - 'eye_grey' => array( - 'position' => '97', - 'width' => '16', - 'height' => '16' - ), - 'lightbulb' => array( - 'position' => '98', - 'width' => '16', - 'height' => '16' - ), - 'lightbulb_off' => array( - 'position' => '99', - 'width' => '16', - 'height' => '16' - ), - 'more' => array( - 'position' => '100', - 'width' => '13', - 'height' => '16' - ), - 'new_data' => array( - 'position' => '101', - 'width' => '16', - 'height' => '16' - ), - 'new_data_hovered' => array( - 'position' => '102', - 'width' => '16', - 'height' => '16' - ), - 'new_data_selected' => array( - 'position' => '103', - 'width' => '16', - 'height' => '16' - ), - 'new_data_selected_hovered' => array( - 'position' => '104', - 'width' => '16', - 'height' => '16' - ), - 'new_struct' => array( - 'position' => '105', - 'width' => '16', - 'height' => '16' - ), - 'new_struct_hovered' => array( - 'position' => '106', - 'width' => '16', - 'height' => '16' - ), - 'new_struct_selected' => array( - 'position' => '107', - 'width' => '16', - 'height' => '16' - ), - 'new_struct_selected_hovered' => array( - 'position' => '108', - 'width' => '16', - 'height' => '16' - ), - 'normalize' => array( - 'position' => '109', - 'width' => '16', - 'height' => '16' - ), - 'pause' => array( - 'position' => '110', - 'width' => '16', - 'height' => '16' - ), - 'play' => array( - 'position' => '111', - 'width' => '16', - 'height' => '16' - ), - 's_asc' => array( - 'position' => '112', - 'width' => '11', - 'height' => '9' - ), - 's_asci' => array( - 'position' => '113', - 'width' => '16', - 'height' => '16' - ), - 's_attention' => array( - 'position' => '114', - 'width' => '16', - 'height' => '16' - ), - 's_cancel' => array( - 'position' => '115', - 'width' => '16', - 'height' => '16' - ), - 's_cog' => array( - 'position' => '116', - 'width' => '16', - 'height' => '16' - ), - 's_db' => array( - 'position' => '117', - 'width' => '16', - 'height' => '16' - ), - 's_desc' => array( - 'position' => '118', - 'width' => '11', - 'height' => '9' - ), - 's_error' => array( - 'position' => '119', - 'width' => '16', - 'height' => '16' - ), - 's_error2' => array( - 'position' => '120', - 'width' => '11', - 'height' => '11' - ), - 's_host' => array( - 'position' => '121', - 'width' => '16', - 'height' => '16' - ), - 's_info' => array( - 'position' => '122', - 'width' => '11', - 'height' => '11' - ), - 's_lang' => array( - 'position' => '123', - 'width' => '16', - 'height' => '16' - ), - 's_link' => array( - 'position' => '124', - 'width' => '16', - 'height' => '16' - ), - 's_lock' => array( - 'position' => '125', - 'width' => '16', - 'height' => '16' - ), - 's_loggoff' => array( - 'position' => '126', - 'width' => '16', - 'height' => '16' - ), - 's_notice' => array( - 'position' => '127', - 'width' => '16', - 'height' => '16' - ), - 's_passwd' => array( - 'position' => '128', - 'width' => '16', - 'height' => '16' - ), - 's_really' => array( - 'position' => '129', - 'width' => '11', - 'height' => '11' - ), - 's_reload' => array( - 'position' => '130', - 'width' => '16', - 'height' => '16' - ), - 's_replication' => array( - 'position' => '131', - 'width' => '16', - 'height' => '16' - ), - 's_rights' => array( - 'position' => '132', - 'width' => '16', - 'height' => '16' - ), - 's_sortable' => array( - 'position' => '133', - 'width' => '11', - 'height' => '15' - ), - 's_status' => array( - 'position' => '134', - 'width' => '16', - 'height' => '16' - ), - 's_success' => array( - 'position' => '135', - 'width' => '16', - 'height' => '16' - ), - 's_sync' => array( - 'position' => '136', - 'width' => '16', - 'height' => '16' - ), - 's_tbl' => array( - 'position' => '137', - 'width' => '16', - 'height' => '16' - ), - 's_theme' => array( - 'position' => '138', - 'width' => '16', - 'height' => '16' - ), - 's_top' => array( - 'position' => '139', - 'width' => '16', - 'height' => '16' - ), - 's_unlink' => array( - 'position' => '140', - 'width' => '16', - 'height' => '16' - ), - 's_vars' => array( - 'position' => '141', - 'width' => '16', - 'height' => '16' - ), - 's_views' => array( - 'position' => '142', - 'width' => '10', - 'height' => '10' - ), - 'window-new' => array( - 'position' => '143', - 'width' => '16', - 'height' => '16' - ), - ); -} -?> diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/ajax_clock_small.gif b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/ajax_clock_small.gif deleted file mode 100644 index bde4932c..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/ajax_clock_small.gif and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/arrow_ltr.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/arrow_ltr.png deleted file mode 100644 index 7ff8ed9c..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/arrow_ltr.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/arrow_rtl.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/arrow_rtl.png deleted file mode 100644 index 0192d103..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/arrow_rtl.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_close.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_close.png deleted file mode 100644 index 2c234b6f..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_close.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_column_add.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_column_add.png deleted file mode 100644 index 25dc5463..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_column_add.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_event_add.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_event_add.png deleted file mode 100644 index ef594b10..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_event_add.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_events.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_events.png deleted file mode 100644 index 86bcc87f..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_events.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_favorite.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_favorite.png deleted file mode 100644 index 90a4013c..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_favorite.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_globe.gif b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_globe.gif deleted file mode 100644 index ef03dcf0..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_globe.gif and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_group.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_group.png deleted file mode 100644 index 4530760b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_group.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_info.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_info.png deleted file mode 100644 index cfd49e52..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_info.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_insrow.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_insrow.png deleted file mode 100644 index 05328711..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_insrow.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_more.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_more.png deleted file mode 100644 index 681f862b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_more.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_newtbl.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_newtbl.png deleted file mode 100644 index 7402ad88..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_newtbl.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_nextpage.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_nextpage.png deleted file mode 100644 index 6169d538..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_nextpage.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_no_favorite.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_no_favorite.png deleted file mode 100644 index 92ab1647..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_no_favorite.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_relations.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_relations.png deleted file mode 100644 index 0ef2521d..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_relations.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_report.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_report.png deleted file mode 100644 index 779ad58e..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_report.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_routine_add.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_routine_add.png deleted file mode 100644 index 2d144426..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_routine_add.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_routines.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_routines.png deleted file mode 100644 index 2cc102d3..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_routines.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_saveimage.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_saveimage.png deleted file mode 100644 index 777fb5d2..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_saveimage.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_spatial.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_spatial.png deleted file mode 100644 index 5e6c8c72..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_spatial.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_tblanalyse.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_tblanalyse.png deleted file mode 100644 index 604f1d5f..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_tblanalyse.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_tbloptimize.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_tbloptimize.png deleted file mode 100644 index 04e7c3eb..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_tbloptimize.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_trigger_add.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_trigger_add.png deleted file mode 100644 index 8a754dfe..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_trigger_add.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_triggers.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_triggers.png deleted file mode 100644 index 84a89ef4..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_triggers.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_undo.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_undo.png deleted file mode 100644 index 49818782..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_undo.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_versions.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_versions.png deleted file mode 100644 index da5c622e..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_versions.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_view.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_view.png deleted file mode 100644 index 96f90eb2..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_view.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_insrow.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_insrow.png deleted file mode 100644 index 5162577e..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_insrow.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_routine_add.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_routine_add.png deleted file mode 100644 index 91ec8e1f..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_routine_add.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/centralColumns.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/centralColumns.png deleted file mode 100644 index ae82638e..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/centralColumns.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/centralColumns_add.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/centralColumns_add.png deleted file mode 100644 index 42c93b04..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/centralColumns_add.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/centralColumns_delete.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/centralColumns_delete.png deleted file mode 100644 index c2214c8b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/centralColumns_delete.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/col_drop.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/col_drop.png deleted file mode 100644 index 681f862b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/col_drop.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/console.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/console.png deleted file mode 100644 index 94bae15e..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/console.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/east-mini.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/east-mini.png deleted file mode 100644 index bee419d6..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/east-mini.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/eye.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/eye.png deleted file mode 100644 index ed38db23..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/eye.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/eye_grey.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/eye_grey.png deleted file mode 100644 index 6fcae474..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/eye_grey.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/lightbulb.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/lightbulb.png deleted file mode 100644 index d22fde8b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/lightbulb.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/lightbulb_off.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/lightbulb_off.png deleted file mode 100644 index e95b8c5b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/lightbulb_off.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/logo_right.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/logo_right.png deleted file mode 100644 index d61c6284..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/logo_right.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/more.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/more.png deleted file mode 100644 index 32aaf61a..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/more.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_data.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_data.png deleted file mode 100644 index 6f4e1863..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_data.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_data_hovered.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_data_hovered.png deleted file mode 100644 index a470dbbc..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_data_hovered.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_data_selected.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_data_selected.png deleted file mode 100644 index a75abe34..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_data_selected.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_data_selected_hovered.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_data_selected_hovered.png deleted file mode 100644 index 04a2ad84..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_data_selected_hovered.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_struct.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_struct.png deleted file mode 100644 index 6b77c137..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_struct.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_struct_hovered.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_struct_hovered.png deleted file mode 100644 index 9c353c65..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_struct_hovered.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_struct_selected.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_struct_selected.png deleted file mode 100644 index 142bf115..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_struct_selected.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_struct_selected_hovered.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_struct_selected_hovered.png deleted file mode 100644 index 9a82bc42..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/new_struct_selected_hovered.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/normalize.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/normalize.png deleted file mode 100644 index 3b897cd0..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/normalize.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/north-mini.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/north-mini.png deleted file mode 100644 index 8283839c..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/north-mini.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pause.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pause.png deleted file mode 100644 index 46a6318d..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pause.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/play.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/play.png deleted file mode 100644 index 6169d538..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/play.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_attention.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_attention.png deleted file mode 100644 index 7f257818..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_attention.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_collapseall.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_collapseall.png deleted file mode 100644 index 8cb7c297..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_collapseall.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_error2.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_error2.png deleted file mode 100644 index e4f02e9a..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_error2.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_fulltext.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_fulltext.png deleted file mode 100644 index 9f8db13f..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_fulltext.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_link.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_link.png deleted file mode 100644 index babbb64a..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_link.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_lock.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_lock.png deleted file mode 100644 index 2ebc4f6f..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_lock.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_partialtext.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_partialtext.png deleted file mode 100644 index e6711401..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_partialtext.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_passwd.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_passwd.png deleted file mode 100644 index 82d6f264..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_passwd.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_really.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_really.png deleted file mode 100644 index f9902ef0..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_really.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_replication.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_replication.png deleted file mode 100644 index f51a1779..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_replication.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_sync.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_sync.png deleted file mode 100644 index 8545ba1b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_sync.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_top.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_top.png deleted file mode 100644 index de05174e..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_top.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_unlink.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_unlink.png deleted file mode 100644 index 52357530..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_unlink.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/south-mini.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/south-mini.png deleted file mode 100644 index 954c202b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/south-mini.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/spacer.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/spacer.png deleted file mode 100644 index c6008d7c..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/spacer.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/vertical_line.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/vertical_line.png deleted file mode 100644 index 188417be..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/vertical_line.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/west-mini.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/west-mini.png deleted file mode 100644 index a13f0835..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/west-mini.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/window-new.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/window-new.png deleted file mode 100644 index 431fe851..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/window-new.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/zoom-minus-mini.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/zoom-minus-mini.png deleted file mode 100644 index 4262ad46..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/zoom-minus-mini.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/zoom-plus-mini.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/zoom-plus-mini.png deleted file mode 100644 index 4fabfd1e..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/zoom-plus-mini.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/zoom-world-mini.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/zoom-world-mini.png deleted file mode 100644 index f50ca66f..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/zoom-world-mini.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png deleted file mode 100644 index 083eebe0..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png deleted file mode 100644 index 1d7978a0..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png deleted file mode 100644 index c3222032..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png deleted file mode 100644 index c08ff032..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png deleted file mode 100644 index 53a8b759..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png deleted file mode 100644 index 30ada23b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png deleted file mode 100644 index 003acd9e..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png deleted file mode 100644 index 8825dc53..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png deleted file mode 100644 index ed5adeab..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png deleted file mode 100644 index 5b2d0d56..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png deleted file mode 100644 index 506e230a..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png deleted file mode 100644 index 727069f1..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png deleted file mode 100644 index af7ccc1b..00000000 Binary files a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png and /dev/null differ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/jquery-ui-1.11.2.css b/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/jquery-ui-1.11.2.css deleted file mode 100644 index 62578c5b..00000000 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/jquery/jquery-ui-1.11.2.css +++ /dev/null @@ -1,1225 +0,0 @@ -/*! jQuery UI - v1.11.2 - 2014-10-16 -* http://jqueryui.com -* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css -* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px -* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */ - -/* Layout helpers -----------------------------------*/ -.ui-helper-hidden { - display: none; -} -.ui-helper-hidden-accessible { - border: 0; - clip: rect(0 0 0 0); - height: 1px; - margin: -1px; - overflow: hidden; - padding: 0; - position: absolute; - width: 1px; -} -.ui-helper-reset { - margin: 0; - padding: 0; - border: 0; - outline: 0; - line-height: 1.3; - text-decoration: none; - font-size: 100%; - list-style: none; -} -.ui-helper-clearfix:before, -.ui-helper-clearfix:after { - content: ""; - display: table; - border-collapse: collapse; -} -.ui-helper-clearfix:after { - clear: both; -} -.ui-helper-clearfix { - min-height: 0; /* support: IE7 */ -} -.ui-helper-zfix { - width: 100%; - height: 100%; - top: 0; - left: 0; - position: absolute; - opacity: 0; - filter:Alpha(Opacity=0); /* support: IE8 */ -} - -.ui-front { - z-index: 100; -} - - -/* Interaction Cues -----------------------------------*/ -.ui-state-disabled { - cursor: default !important; -} - - -/* Icons -----------------------------------*/ - -/* states and images */ -.ui-icon { - display: block; - text-indent: -99999px; - overflow: hidden; - background-repeat: no-repeat; -} - - -/* Misc visuals -----------------------------------*/ - -/* Overlays */ -.ui-widget-overlay { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; -} -.ui-accordion .ui-accordion-header { - display: block; - cursor: pointer; - position: relative; - margin: 2px 0 0 0; - padding: .5em .5em .5em .7em; - min-height: 0; /* support: IE7 */ - font-size: 100%; -} -.ui-accordion .ui-accordion-icons { - padding-left: 2.2em; -} -.ui-accordion .ui-accordion-icons .ui-accordion-icons { - padding-left: 2.2em; -} -.ui-accordion .ui-accordion-header .ui-accordion-header-icon { - position: absolute; - left: .5em; - top: 50%; - margin-top: -8px; -} -.ui-accordion .ui-accordion-content { - padding: 1em 2.2em; - border-top: 0; - overflow: auto; -} -.ui-autocomplete { - position: absolute; - top: 0; - left: 0; - cursor: default; -} -.ui-button { - display: inline-block; - position: relative; - padding: 0; - line-height: normal; - margin-right: .1em; - cursor: pointer; - vertical-align: middle; - text-align: center; - overflow: visible; /* removes extra width in IE */ -} -.ui-button, -.ui-button:link, -.ui-button:visited, -.ui-button:hover, -.ui-button:active { - text-decoration: none; -} -/* to make room for the icon, a width needs to be set here */ -.ui-button-icon-only { - width: 2.2em; -} -/* button elements seem to need a little more width */ -button.ui-button-icon-only { - width: 2.4em; -} -.ui-button-icons-only { - width: 3.4em; -} -button.ui-button-icons-only { - width: 3.7em; -} - -/* button text element */ -.ui-button .ui-button-text { - display: block; - line-height: normal; -} -.ui-button-text-only .ui-button-text { - padding: .4em 1em; -} -.ui-button-icon-only .ui-button-text, -.ui-button-icons-only .ui-button-text { - padding: .4em; - text-indent: -9999999px; -} -.ui-button-text-icon-primary .ui-button-text, -.ui-button-text-icons .ui-button-text { - padding: .4em 1em .4em 2.1em; -} -.ui-button-text-icon-secondary .ui-button-text, -.ui-button-text-icons .ui-button-text { - padding: .4em 2.1em .4em 1em; -} -.ui-button-text-icons .ui-button-text { - padding-left: 2.1em; - padding-right: 2.1em; -} -/* no icon support for input elements, provide padding by default */ -input.ui-button { - padding: .4em 1em; -} - -/* button icon element(s) */ -.ui-button-icon-only .ui-icon, -.ui-button-text-icon-primary .ui-icon, -.ui-button-text-icon-secondary .ui-icon, -.ui-button-text-icons .ui-icon, -.ui-button-icons-only .ui-icon { - position: absolute; - top: 50%; - margin-top: -8px; -} -.ui-button-icon-only .ui-icon { - left: 50%; - margin-left: -8px; -} -.ui-button-text-icon-primary .ui-button-icon-primary, -.ui-button-text-icons .ui-button-icon-primary, -.ui-button-icons-only .ui-button-icon-primary { - left: .5em; -} -.ui-button-text-icon-secondary .ui-button-icon-secondary, -.ui-button-text-icons .ui-button-icon-secondary, -.ui-button-icons-only .ui-button-icon-secondary { - right: .5em; -} - -/* button sets */ -.ui-buttonset { - margin-right: 7px; -} -.ui-buttonset .ui-button { - margin-left: 0; - margin-right: -.3em; -} - -/* workarounds */ -/* reset extra padding in Firefox, see h5bp.com/l */ -input.ui-button::-moz-focus-inner, -button.ui-button::-moz-focus-inner { - border: 0; - padding: 0; -} -.ui-datepicker { - width: 17em; - padding: .2em .2em 0; - display: none; -} -.ui-datepicker .ui-datepicker-header { - position: relative; - padding: .2em 0; -} -.ui-datepicker .ui-datepicker-prev, -.ui-datepicker .ui-datepicker-next { - position: absolute; - top: 2px; - width: 1.8em; - height: 1.8em; -} -.ui-datepicker .ui-datepicker-prev-hover, -.ui-datepicker .ui-datepicker-next-hover { - top: 1px; -} -.ui-datepicker .ui-datepicker-prev { - left: 2px; -} -.ui-datepicker .ui-datepicker-next { - right: 2px; -} -.ui-datepicker .ui-datepicker-prev-hover { - left: 1px; -} -.ui-datepicker .ui-datepicker-next-hover { - right: 1px; -} -.ui-datepicker .ui-datepicker-prev span, -.ui-datepicker .ui-datepicker-next span { - display: block; - position: absolute; - left: 50%; - margin-left: -8px; - top: 50%; - margin-top: -8px; -} -.ui-datepicker .ui-datepicker-title { - margin: 0 2.3em; - line-height: 1.8em; - text-align: center; -} -.ui-datepicker .ui-datepicker-title select { - font-size: 1em; - margin: 1px 0; -} -.ui-datepicker select.ui-datepicker-month, -.ui-datepicker select.ui-datepicker-year { - width: 45%; -} -.ui-datepicker table { - width: 100%; - font-size: .9em; - border-collapse: collapse; - margin: 0 0 .4em; -} -.ui-datepicker th { - padding: .7em .3em; - text-align: center; - font-weight: bold; - border: 0; -} -.ui-datepicker td { - border: 0; - padding: 1px; -} -.ui-datepicker td span, -.ui-datepicker td a { - display: block; - padding: .2em; - text-align: right; - text-decoration: none; -} -.ui-datepicker .ui-datepicker-buttonpane { - background-image: none; - margin: .7em 0 0 0; - padding: 0 .2em; - border-left: 0; - border-right: 0; - border-bottom: 0; -} -.ui-datepicker .ui-datepicker-buttonpane button { - float: right; - margin: .5em .2em .4em; - cursor: pointer; - padding: .2em .6em .3em .6em; - width: auto; - overflow: visible; -} -.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { - float: left; -} - -/* with multiple calendars */ -.ui-datepicker.ui-datepicker-multi { - width: auto; -} -.ui-datepicker-multi .ui-datepicker-group { - float: left; -} -.ui-datepicker-multi .ui-datepicker-group table { - width: 95%; - margin: 0 auto .4em; -} -.ui-datepicker-multi-2 .ui-datepicker-group { - width: 50%; -} -.ui-datepicker-multi-3 .ui-datepicker-group { - width: 33.3%; -} -.ui-datepicker-multi-4 .ui-datepicker-group { - width: 25%; -} -.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, -.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { - border-left-width: 0; -} -.ui-datepicker-multi .ui-datepicker-buttonpane { - clear: left; -} -.ui-datepicker-row-break { - clear: both; - width: 100%; - font-size: 0; -} - -/* RTL support */ -.ui-datepicker-rtl { - direction: rtl; -} -.ui-datepicker-rtl .ui-datepicker-prev { - right: 2px; - left: auto; -} -.ui-datepicker-rtl .ui-datepicker-next { - left: 2px; - right: auto; -} -.ui-datepicker-rtl .ui-datepicker-prev:hover { - right: 1px; - left: auto; -} -.ui-datepicker-rtl .ui-datepicker-next:hover { - left: 1px; - right: auto; -} -.ui-datepicker-rtl .ui-datepicker-buttonpane { - clear: right; -} -.ui-datepicker-rtl .ui-datepicker-buttonpane button { - float: left; -} -.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, -.ui-datepicker-rtl .ui-datepicker-group { - float: right; -} -.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, -.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { - border-right-width: 0; - border-left-width: 1px; -} -.ui-dialog { - overflow: hidden; - position: absolute; - top: 0; - left: 0; - padding: .2em; - outline: 0; -} -.ui-dialog .ui-dialog-titlebar { - padding: .4em 1em; - position: relative; -} -.ui-dialog .ui-dialog-title { - float: left; - margin: .1em 0; - white-space: nowrap; - width: 90%; - overflow: hidden; - text-overflow: ellipsis; -} -.ui-dialog .ui-dialog-titlebar-close { - position: absolute; - right: .3em; - top: 50%; - width: 20px; - margin: -10px 0 0 0; - padding: 1px; - height: 20px; -} -.ui-dialog .ui-dialog-content { - position: relative; - border: 0; - padding: .5em 1em; - background: none; - overflow: auto; -} -.ui-dialog .ui-dialog-buttonpane { - text-align: left; - border-width: 1px 0 0 0; - background-image: none; - margin-top: .5em; - padding: .3em 1em .5em .4em; -} -.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { - float: right; -} -.ui-dialog .ui-dialog-buttonpane button { - margin: .5em .4em .5em 0; - cursor: pointer; -} -.ui-dialog .ui-resizable-se { - width: 12px; - height: 12px; - right: -5px; - bottom: -5px; - background-position: 16px 16px; -} -.ui-draggable .ui-dialog-titlebar { - cursor: move; -} -.ui-draggable-handle { - -ms-touch-action: none; - touch-action: none; -} -.ui-menu { - list-style: none; - padding: 0; - margin: 0; - display: block; - outline: none; -} -.ui-menu .ui-menu { - position: absolute; -} -.ui-menu .ui-menu-item { - position: relative; - margin: 0; - padding: 3px 1em 3px .4em; - cursor: pointer; - min-height: 0; /* support: IE7 */ - /* support: IE10, see #8844 */ - list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); -} -.ui-menu .ui-menu-divider { - margin: 5px 0; - height: 0; - font-size: 0; - line-height: 0; - border-width: 1px 0 0 0; -} -.ui-menu .ui-state-focus, -.ui-menu .ui-state-active { - margin: -1px; -} - -/* icon support */ -.ui-menu-icons { - position: relative; -} -.ui-menu-icons .ui-menu-item { - padding-left: 2em; -} - -/* left-aligned */ -.ui-menu .ui-icon { - position: absolute; - top: 0; - bottom: 0; - left: .2em; - margin: auto 0; -} - -/* right-aligned */ -.ui-menu .ui-menu-icon { - left: auto; - right: 0; -} -.ui-progressbar { - height: 2em; - text-align: left; - overflow: hidden; -} -.ui-progressbar .ui-progressbar-value { - margin: -1px; - height: 100%; -} -.ui-progressbar .ui-progressbar-overlay { - background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw=="); - height: 100%; - filter: alpha(opacity=25); /* support: IE8 */ - opacity: 0.25; -} -.ui-progressbar-indeterminate .ui-progressbar-value { - background-image: none; -} -.ui-resizable { - position: relative; -} -.ui-resizable-handle { - position: absolute; - font-size: 0.1px; - display: block; - -ms-touch-action: none; - touch-action: none; -} -.ui-resizable-disabled .ui-resizable-handle, -.ui-resizable-autohide .ui-resizable-handle { - display: none; -} -.ui-resizable-n { - cursor: n-resize; - height: 7px; - width: 100%; - top: -5px; - left: 0; -} -.ui-resizable-s { - cursor: s-resize; - height: 7px; - width: 100%; - bottom: -5px; - left: 0; -} -.ui-resizable-e { - cursor: e-resize; - width: 7px; - right: -5px; - top: 0; - height: 100%; -} -.ui-resizable-w { - cursor: w-resize; - width: 7px; - left: -5px; - top: 0; - height: 100%; -} -.ui-resizable-se { - cursor: se-resize; - width: 12px; - height: 12px; - right: 1px; - bottom: 1px; -} -.ui-resizable-sw { - cursor: sw-resize; - width: 9px; - height: 9px; - left: -5px; - bottom: -5px; -} -.ui-resizable-nw { - cursor: nw-resize; - width: 9px; - height: 9px; - left: -5px; - top: -5px; -} -.ui-resizable-ne { - cursor: ne-resize; - width: 9px; - height: 9px; - right: -5px; - top: -5px; -} -.ui-selectable { - -ms-touch-action: none; - touch-action: none; -} -.ui-selectable-helper { - position: absolute; - z-index: 100; - border: 1px dotted black; -} -.ui-selectmenu-menu { - padding: 0; - margin: 0; - position: absolute; - top: 0; - left: 0; - display: none; -} -.ui-selectmenu-menu .ui-menu { - overflow: auto; - /* Support: IE7 */ - overflow-x: hidden; - padding-bottom: 1px; -} -.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { - font-size: 1em; - font-weight: bold; - line-height: 1.5; - padding: 2px 0.4em; - margin: 0.5em 0 0 0; - height: auto; - border: 0; -} -.ui-selectmenu-open { - display: block; -} -.ui-selectmenu-button { - display: inline-block; - overflow: hidden; - position: relative; - text-decoration: none; - cursor: pointer; -} -.ui-selectmenu-button span.ui-icon { - right: 0.5em; - left: auto; - margin-top: -8px; - position: absolute; - top: 50%; -} -.ui-selectmenu-button span.ui-selectmenu-text { - text-align: left; - padding: 0.4em 2.1em 0.4em 1em; - display: block; - line-height: 1.4; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} -.ui-slider { - position: relative; - text-align: left; -} -.ui-slider .ui-slider-handle { - position: absolute; - z-index: 2; - width: 1.2em; - height: 1.2em; - cursor: default; - -ms-touch-action: none; - touch-action: none; -} -.ui-slider .ui-slider-range { - position: absolute; - z-index: 1; - font-size: .7em; - display: block; - border: 0; - background-position: 0 0; -} - -/* support: IE8 - See #6727 */ -.ui-slider.ui-state-disabled .ui-slider-handle, -.ui-slider.ui-state-disabled .ui-slider-range { - filter: inherit; -} - -.ui-slider-horizontal { - height: .8em; -} -.ui-slider-horizontal .ui-slider-handle { - top: -.3em; - margin-left: -.6em; -} -.ui-slider-horizontal .ui-slider-range { - top: 0; - height: 100%; -} -.ui-slider-horizontal .ui-slider-range-min { - left: 0; -} -.ui-slider-horizontal .ui-slider-range-max { - right: 0; -} - -.ui-slider-vertical { - width: .8em; - height: 100px; -} -.ui-slider-vertical .ui-slider-handle { - left: -.3em; - margin-left: 0; - margin-bottom: -.6em; -} -.ui-slider-vertical .ui-slider-range { - left: 0; - width: 100%; -} -.ui-slider-vertical .ui-slider-range-min { - bottom: 0; -} -.ui-slider-vertical .ui-slider-range-max { - top: 0; -} -.ui-sortable-handle { - -ms-touch-action: none; - touch-action: none; -} -.ui-spinner { - position: relative; - display: inline-block; - overflow: hidden; - padding: 0; - vertical-align: middle; -} -.ui-spinner-input { - border: none; - background: none; - color: inherit; - padding: 0; - margin: .2em 0; - vertical-align: middle; - margin-left: .4em; - margin-right: 22px; -} -.ui-spinner-button { - width: 16px; - height: 50%; - font-size: .5em; - padding: 0; - margin: 0; - text-align: center; - position: absolute; - cursor: default; - display: block; - overflow: hidden; - right: 0; -} -/* more specificity required here to override default borders */ -.ui-spinner a.ui-spinner-button { - border-top: none; - border-bottom: none; - border-right: none; -} -/* vertically center icon */ -.ui-spinner .ui-icon { - position: absolute; - margin-top: -8px; - top: 50%; - left: 0; -} -.ui-spinner-up { - top: 0; -} -.ui-spinner-down { - bottom: 0; -} - -/* TR overrides */ -.ui-spinner .ui-icon-triangle-1-s { - /* need to fix icons sprite */ - background-position: -65px -16px; -} -.ui-tabs { - position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ - padding: .2em; -} -.ui-tabs .ui-tabs-nav { - margin: 0; - padding: .2em .2em 0; -} -.ui-tabs .ui-tabs-nav li { - list-style: none; - float: left; - position: relative; - top: 0; - margin: 1px .2em 0 0; - border-bottom-width: 0; - padding: 0; - white-space: nowrap; -} -.ui-tabs .ui-tabs-nav .ui-tabs-anchor { - float: left; - padding: .5em 1em; - text-decoration: none; -} -.ui-tabs .ui-tabs-nav li.ui-tabs-active { - margin-bottom: -1px; - padding-bottom: 1px; -} -.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, -.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, -.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { - cursor: text; -} -.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { - cursor: pointer; -} -.ui-tabs .ui-tabs-panel { - display: block; - border-width: 0; - padding: 1em 1.4em; - background: none; -} -.ui-tooltip { - padding: 8px; - position: absolute; - z-index: 9999; - max-width: 300px; - -webkit-box-shadow: 0 0 5px #aaa; - box-shadow: 0 0 5px #aaa; -} -body .ui-tooltip { - border-width: 2px; -} - -/* Component containers -----------------------------------*/ -.ui-widget { - font-family: Verdana,Arial,sans-serif; - font-size: 1.1em; -} -.ui-widget .ui-widget { - font-size: 1em; -} -.ui-widget input, -.ui-widget select, -.ui-widget textarea, -.ui-widget button { - font-family: Verdana,Arial,sans-serif; - font-size: 1em; -} -.ui-widget-content { - border: 1px solid #aaaaaa; - background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x; - color: #222222; -} -.ui-widget-content a { - color: #222222; -} -.ui-widget-header { - border: 1px solid #aaaaaa; - background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x; - color: #222222; - font-weight: bold; -} -.ui-widget-header a { - color: #222222; -} - -/* Interaction states -----------------------------------*/ -.ui-state-default, -.ui-widget-content .ui-state-default, -.ui-widget-header .ui-state-default { - border: 1px solid #d3d3d3; - background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x; - font-weight: normal; - color: #555555; -} -.ui-state-default a, -.ui-state-default a:link, -.ui-state-default a:visited { - color: #555555; - text-decoration: none; -} -.ui-state-hover, -.ui-widget-content .ui-state-hover, -.ui-widget-header .ui-state-hover, -.ui-state-focus, -.ui-widget-content .ui-state-focus, -.ui-widget-header .ui-state-focus { - border: 1px solid #999999; - background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x; - font-weight: normal; - color: #212121; -} -.ui-state-hover a, -.ui-state-hover a:hover, -.ui-state-hover a:link, -.ui-state-hover a:visited, -.ui-state-focus a, -.ui-state-focus a:hover, -.ui-state-focus a:link, -.ui-state-focus a:visited { - color: #212121; - text-decoration: none; -} -.ui-state-active, -.ui-widget-content .ui-state-active, -.ui-widget-header .ui-state-active { - border: 1px solid #aaaaaa; - background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; - font-weight: normal; - color: #212121; -} -.ui-state-active a, -.ui-state-active a:link, -.ui-state-active a:visited { - color: #212121; - text-decoration: none; -} - -/* Interaction Cues -----------------------------------*/ -.ui-state-highlight, -.ui-widget-content .ui-state-highlight, -.ui-widget-header .ui-state-highlight { - border: 1px solid #fcefa1; - background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x; - color: #363636; -} -.ui-state-highlight a, -.ui-widget-content .ui-state-highlight a, -.ui-widget-header .ui-state-highlight a { - color: #363636; -} -.ui-state-error, -.ui-widget-content .ui-state-error, -.ui-widget-header .ui-state-error { - border: 1px solid #cd0a0a; - background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x; - color: #cd0a0a; -} -.ui-state-error a, -.ui-widget-content .ui-state-error a, -.ui-widget-header .ui-state-error a { - color: #cd0a0a; -} -.ui-state-error-text, -.ui-widget-content .ui-state-error-text, -.ui-widget-header .ui-state-error-text { - color: #cd0a0a; -} -.ui-priority-primary, -.ui-widget-content .ui-priority-primary, -.ui-widget-header .ui-priority-primary { - font-weight: bold; -} -.ui-priority-secondary, -.ui-widget-content .ui-priority-secondary, -.ui-widget-header .ui-priority-secondary { - opacity: .7; - filter:Alpha(Opacity=70); /* support: IE8 */ - font-weight: normal; -} -.ui-state-disabled, -.ui-widget-content .ui-state-disabled, -.ui-widget-header .ui-state-disabled { - opacity: .35; - filter:Alpha(Opacity=35); /* support: IE8 */ - background-image: none; -} -.ui-state-disabled .ui-icon { - filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */ -} - -/* Icons -----------------------------------*/ - -/* states and images */ -.ui-icon { - width: 16px; - height: 16px; -} -.ui-icon, -.ui-widget-content .ui-icon { - background-image: url("images/ui-icons_222222_256x240.png"); -} -.ui-widget-header .ui-icon { - background-image: url("images/ui-icons_222222_256x240.png"); -} -.ui-state-default .ui-icon { - background-image: url("images/ui-icons_888888_256x240.png"); -} -.ui-state-hover .ui-icon, -.ui-state-focus .ui-icon { - background-image: url("images/ui-icons_454545_256x240.png"); -} -.ui-state-active .ui-icon { - background-image: url("images/ui-icons_454545_256x240.png"); -} -.ui-state-highlight .ui-icon { - background-image: url("images/ui-icons_2e83ff_256x240.png"); -} -.ui-state-error .ui-icon, -.ui-state-error-text .ui-icon { - background-image: url("images/ui-icons_cd0a0a_256x240.png"); -} - -/* positioning */ -.ui-icon-blank { background-position: 16px 16px; } -.ui-icon-carat-1-n { background-position: 0 0; } -.ui-icon-carat-1-ne { background-position: -16px 0; } -.ui-icon-carat-1-e { background-position: -32px 0; } -.ui-icon-carat-1-se { background-position: -48px 0; } -.ui-icon-carat-1-s { background-position: -64px 0; } -.ui-icon-carat-1-sw { background-position: -80px 0; } -.ui-icon-carat-1-w { background-position: -96px 0; } -.ui-icon-carat-1-nw { background-position: -112px 0; } -.ui-icon-carat-2-n-s { background-position: -128px 0; } -.ui-icon-carat-2-e-w { background-position: -144px 0; } -.ui-icon-triangle-1-n { background-position: 0 -16px; } -.ui-icon-triangle-1-ne { background-position: -16px -16px; } -.ui-icon-triangle-1-e { background-position: -32px -16px; } -.ui-icon-triangle-1-se { background-position: -48px -16px; } -.ui-icon-triangle-1-s { background-position: -64px -16px; } -.ui-icon-triangle-1-sw { background-position: -80px -16px; } -.ui-icon-triangle-1-w { background-position: -96px -16px; } -.ui-icon-triangle-1-nw { background-position: -112px -16px; } -.ui-icon-triangle-2-n-s { background-position: -128px -16px; } -.ui-icon-triangle-2-e-w { background-position: -144px -16px; } -.ui-icon-arrow-1-n { background-position: 0 -32px; } -.ui-icon-arrow-1-ne { background-position: -16px -32px; } -.ui-icon-arrow-1-e { background-position: -32px -32px; } -.ui-icon-arrow-1-se { background-position: -48px -32px; } -.ui-icon-arrow-1-s { background-position: -64px -32px; } -.ui-icon-arrow-1-sw { background-position: -80px -32px; } -.ui-icon-arrow-1-w { background-position: -96px -32px; } -.ui-icon-arrow-1-nw { background-position: -112px -32px; } -.ui-icon-arrow-2-n-s { background-position: -128px -32px; } -.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } -.ui-icon-arrow-2-e-w { background-position: -160px -32px; } -.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } -.ui-icon-arrowstop-1-n { background-position: -192px -32px; } -.ui-icon-arrowstop-1-e { background-position: -208px -32px; } -.ui-icon-arrowstop-1-s { background-position: -224px -32px; } -.ui-icon-arrowstop-1-w { background-position: -240px -32px; } -.ui-icon-arrowthick-1-n { background-position: 0 -48px; } -.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } -.ui-icon-arrowthick-1-e { background-position: -32px -48px; } -.ui-icon-arrowthick-1-se { background-position: -48px -48px; } -.ui-icon-arrowthick-1-s { background-position: -64px -48px; } -.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } -.ui-icon-arrowthick-1-w { background-position: -96px -48px; } -.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } -.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } -.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } -.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } -.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } -.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } -.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } -.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } -.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } -.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } -.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } -.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } -.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } -.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } -.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } -.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } -.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } -.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } -.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } -.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } -.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } -.ui-icon-arrow-4 { background-position: 0 -80px; } -.ui-icon-arrow-4-diag { background-position: -16px -80px; } -.ui-icon-extlink { background-position: -32px -80px; } -.ui-icon-newwin { background-position: -48px -80px; } -.ui-icon-refresh { background-position: -64px -80px; } -.ui-icon-shuffle { background-position: -80px -80px; } -.ui-icon-transfer-e-w { background-position: -96px -80px; } -.ui-icon-transferthick-e-w { background-position: -112px -80px; } -.ui-icon-folder-collapsed { background-position: 0 -96px; } -.ui-icon-folder-open { background-position: -16px -96px; } -.ui-icon-document { background-position: -32px -96px; } -.ui-icon-document-b { background-position: -48px -96px; } -.ui-icon-note { background-position: -64px -96px; } -.ui-icon-mail-closed { background-position: -80px -96px; } -.ui-icon-mail-open { background-position: -96px -96px; } -.ui-icon-suitcase { background-position: -112px -96px; } -.ui-icon-comment { background-position: -128px -96px; } -.ui-icon-person { background-position: -144px -96px; } -.ui-icon-print { background-position: -160px -96px; } -.ui-icon-trash { background-position: -176px -96px; } -.ui-icon-locked { background-position: -192px -96px; } -.ui-icon-unlocked { background-position: -208px -96px; } -.ui-icon-bookmark { background-position: -224px -96px; } -.ui-icon-tag { background-position: -240px -96px; } -.ui-icon-home { background-position: 0 -112px; } -.ui-icon-flag { background-position: -16px -112px; } -.ui-icon-calendar { background-position: -32px -112px; } -.ui-icon-cart { background-position: -48px -112px; } -.ui-icon-pencil { background-position: -64px -112px; } -.ui-icon-clock { background-position: -80px -112px; } -.ui-icon-disk { background-position: -96px -112px; } -.ui-icon-calculator { background-position: -112px -112px; } -.ui-icon-zoomin { background-position: -128px -112px; } -.ui-icon-zoomout { background-position: -144px -112px; } -.ui-icon-search { background-position: -160px -112px; } -.ui-icon-wrench { background-position: -176px -112px; } -.ui-icon-gear { background-position: -192px -112px; } -.ui-icon-heart { background-position: -208px -112px; } -.ui-icon-star { background-position: -224px -112px; } -.ui-icon-link { background-position: -240px -112px; } -.ui-icon-cancel { background-position: 0 -128px; } -.ui-icon-plus { background-position: -16px -128px; } -.ui-icon-plusthick { background-position: -32px -128px; } -.ui-icon-minus { background-position: -48px -128px; } -.ui-icon-minusthick { background-position: -64px -128px; } -.ui-icon-close { background-position: -80px -128px; } -.ui-icon-closethick { background-position: -96px -128px; } -.ui-icon-key { background-position: -112px -128px; } -.ui-icon-lightbulb { background-position: -128px -128px; } -.ui-icon-scissors { background-position: -144px -128px; } -.ui-icon-clipboard { background-position: -160px -128px; } -.ui-icon-copy { background-position: -176px -128px; } -.ui-icon-contact { background-position: -192px -128px; } -.ui-icon-image { background-position: -208px -128px; } -.ui-icon-video { background-position: -224px -128px; } -.ui-icon-script { background-position: -240px -128px; } -.ui-icon-alert { background-position: 0 -144px; } -.ui-icon-info { background-position: -16px -144px; } -.ui-icon-notice { background-position: -32px -144px; } -.ui-icon-help { background-position: -48px -144px; } -.ui-icon-check { background-position: -64px -144px; } -.ui-icon-bullet { background-position: -80px -144px; } -.ui-icon-radio-on { background-position: -96px -144px; } -.ui-icon-radio-off { background-position: -112px -144px; } -.ui-icon-pin-w { background-position: -128px -144px; } -.ui-icon-pin-s { background-position: -144px -144px; } -.ui-icon-play { background-position: 0 -160px; } -.ui-icon-pause { background-position: -16px -160px; } -.ui-icon-seek-next { background-position: -32px -160px; } -.ui-icon-seek-prev { background-position: -48px -160px; } -.ui-icon-seek-end { background-position: -64px -160px; } -.ui-icon-seek-start { background-position: -80px -160px; } -/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ -.ui-icon-seek-first { background-position: -80px -160px; } -.ui-icon-stop { background-position: -96px -160px; } -.ui-icon-eject { background-position: -112px -160px; } -.ui-icon-volume-off { background-position: -128px -160px; } -.ui-icon-volume-on { background-position: -144px -160px; } -.ui-icon-power { background-position: 0 -176px; } -.ui-icon-signal-diag { background-position: -16px -176px; } -.ui-icon-signal { background-position: -32px -176px; } -.ui-icon-battery-0 { background-position: -48px -176px; } -.ui-icon-battery-1 { background-position: -64px -176px; } -.ui-icon-battery-2 { background-position: -80px -176px; } -.ui-icon-battery-3 { background-position: -96px -176px; } -.ui-icon-circle-plus { background-position: 0 -192px; } -.ui-icon-circle-minus { background-position: -16px -192px; } -.ui-icon-circle-close { background-position: -32px -192px; } -.ui-icon-circle-triangle-e { background-position: -48px -192px; } -.ui-icon-circle-triangle-s { background-position: -64px -192px; } -.ui-icon-circle-triangle-w { background-position: -80px -192px; } -.ui-icon-circle-triangle-n { background-position: -96px -192px; } -.ui-icon-circle-arrow-e { background-position: -112px -192px; } -.ui-icon-circle-arrow-s { background-position: -128px -192px; } -.ui-icon-circle-arrow-w { background-position: -144px -192px; } -.ui-icon-circle-arrow-n { background-position: -160px -192px; } -.ui-icon-circle-zoomin { background-position: -176px -192px; } -.ui-icon-circle-zoomout { background-position: -192px -192px; } -.ui-icon-circle-check { background-position: -208px -192px; } -.ui-icon-circlesmall-plus { background-position: 0 -208px; } -.ui-icon-circlesmall-minus { background-position: -16px -208px; } -.ui-icon-circlesmall-close { background-position: -32px -208px; } -.ui-icon-squaresmall-plus { background-position: -48px -208px; } -.ui-icon-squaresmall-minus { background-position: -64px -208px; } -.ui-icon-squaresmall-close { background-position: -80px -208px; } -.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } -.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } -.ui-icon-grip-solid-vertical { background-position: -32px -224px; } -.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } -.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } -.ui-icon-grip-diagonal-se { background-position: -80px -224px; } - - -/* Misc visuals -----------------------------------*/ - -/* Corner radius */ -.ui-corner-all, -.ui-corner-top, -.ui-corner-left, -.ui-corner-tl { - border-top-left-radius: 4px; -} -.ui-corner-all, -.ui-corner-top, -.ui-corner-right, -.ui-corner-tr { - border-top-right-radius: 4px; -} -.ui-corner-all, -.ui-corner-bottom, -.ui-corner-left, -.ui-corner-bl { - border-bottom-left-radius: 4px; -} -.ui-corner-all, -.ui-corner-bottom, -.ui-corner-right, -.ui-corner-br { - border-bottom-right-radius: 4px; -} - -/* Overlays */ -.ui-widget-overlay { - background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; - opacity: .3; - filter: Alpha(Opacity=30); /* support: IE8 */ -} -.ui-widget-shadow { - margin: -8px 0 0 -8px; - padding: 8px; - background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x; - opacity: .3; - filter: Alpha(Opacity=30); /* support: IE8 */ - border-radius: 8px; -} diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/.coveralls.yml b/Vendor/phpMyAdmin-4.4.15.3-all-languages/.coveralls.yml similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/.coveralls.yml rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/.coveralls.yml diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/.scrutinizer.yml b/Vendor/phpMyAdmin-4.4.15.3-all-languages/.scrutinizer.yml similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/.scrutinizer.yml rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/.scrutinizer.yml diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/CONTRIBUTING.md b/Vendor/phpMyAdmin-4.4.15.3-all-languages/CONTRIBUTING.md similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/CONTRIBUTING.md rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/CONTRIBUTING.md diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/ChangeLog b/Vendor/phpMyAdmin-4.4.15.3-all-languages/ChangeLog similarity index 99% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/ChangeLog rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/ChangeLog index 5f8dea12..4970317d 100644 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/ChangeLog +++ b/Vendor/phpMyAdmin-4.4.15.3-all-languages/ChangeLog @@ -1,6 +1,9 @@ phpMyAdmin - ChangeLog ====================== +4.4.15.2 (2015-12-25) +- issue [Security] Path disclosure, see PMASA-2015-6 + 4.4.15.1 (2015-10-23) - issue #11464 phpMyAdmin suggests upgrading to newer version not usable on that system - issue [security] Content spoofing on url.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/DCO b/Vendor/phpMyAdmin-4.4.15.3-all-languages/DCO similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/DCO rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/DCO diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/LICENSE b/Vendor/phpMyAdmin-4.4.15.3-all-languages/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/LICENSE rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/LICENSE diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/README b/Vendor/phpMyAdmin-4.4.15.3-all-languages/README similarity index 98% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/README rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/README index 1c3f3b29..1b939cef 100644 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/README +++ b/Vendor/phpMyAdmin-4.4.15.3-all-languages/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.4.15.1 +Version 4.4.15.3 A set of PHP-scripts to manage MySQL over the web. diff --git a/Vendor/phpMyAdmin-4.4.15.3-all-languages/RELEASE-DATE-4.4.15.3 b/Vendor/phpMyAdmin-4.4.15.3-all-languages/RELEASE-DATE-4.4.15.3 new file mode 100644 index 00000000..1848f0ff --- /dev/null +++ b/Vendor/phpMyAdmin-4.4.15.3-all-languages/RELEASE-DATE-4.4.15.3 @@ -0,0 +1 @@ +Thu Jan 28 03:36:45 UTC 2016 diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/browse_foreigners.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/browse_foreigners.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/browse_foreigners.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/browse_foreigners.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/changelog.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/changelog.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/changelog.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/changelog.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/chk_rel.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/chk_rel.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/chk_rel.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/chk_rel.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/composer.json b/Vendor/phpMyAdmin-4.4.15.3-all-languages/composer.json similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/composer.json rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/composer.json diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/config.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/config.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/config.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/config.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/config.sample.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/config.sample.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/config.sample.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/config.sample.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_central_columns.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_central_columns.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_central_columns.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_central_columns.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_create.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_create.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_create.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_create.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_datadict.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_datadict.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_datadict.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_datadict.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_designer.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_designer.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_designer.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_designer.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_events.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_events.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_events.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_events.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_export.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_export.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_export.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_export.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_import.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_import.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_import.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_import.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_operations.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_operations.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_operations.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_operations.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_printview.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_printview.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_printview.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_printview.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_qbe.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_qbe.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_qbe.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_qbe.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_routines.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_routines.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_routines.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_routines.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_search.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_search.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_search.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_search.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_sql.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_sql.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_sql.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_sql.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_sql_autocomplete.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_sql_autocomplete.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_sql_autocomplete.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_sql_autocomplete.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_sql_format.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_sql_format.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_sql_format.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_sql_format.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_structure.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_structure.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_structure.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_structure.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_tracking.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_tracking.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_tracking.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_tracking.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/db_triggers.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/db_triggers.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/db_triggers.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/db_triggers.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/error_report.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/error_report.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/error_report.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/error_report.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/export.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/export.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/export.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/export.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/favicon.ico b/Vendor/phpMyAdmin-4.4.15.3-all-languages/favicon.ico similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/favicon.ico rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/favicon.ico diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/file_echo.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/file_echo.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/file_echo.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/file_echo.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/gis_data_editor.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/gis_data_editor.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/gis_data_editor.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/gis_data_editor.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/import.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/import.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/import.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/import.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/import_status.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/import_status.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/import_status.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/import_status.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/index.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/index.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/index.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/index.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/OpenStreetMap.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/OpenStreetMap.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/OpenStreetMap.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/OpenStreetMap.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/ajax.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/ajax.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/ajax.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/ajax.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/big_ints.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/big_ints.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/big_ints.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/big_ints.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/canvg/MIT-LICENSE.txt b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/canvg/MIT-LICENSE.txt similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/canvg/MIT-LICENSE.txt rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/canvg/MIT-LICENSE.txt diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/canvg/canvg.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/canvg/canvg.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/canvg/canvg.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/canvg/canvg.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/chart.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/chart.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/chart.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/chart.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/LICENSE b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/LICENSE rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/LICENSE diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/addon/hint/show-hint.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/addon/hint/show-hint.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/addon/hint/show-hint.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/addon/hint/show-hint.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/addon/hint/sql-hint.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/addon/hint/sql-hint.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/addon/hint/sql-hint.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/addon/hint/sql-hint.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/addon/runmode/runmode.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/addon/runmode/runmode.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/addon/runmode/runmode.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/addon/runmode/runmode.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/lib/codemirror.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/lib/codemirror.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/lib/codemirror.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/lib/codemirror.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/mode/javascript/javascript.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/mode/javascript/javascript.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/mode/javascript/javascript.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/mode/javascript/javascript.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/mode/sql/sql.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/mode/sql/sql.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/mode/sql/sql.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/mode/sql/sql.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/mode/xml/xml.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/mode/xml/xml.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/codemirror/mode/xml/xml.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/codemirror/mode/xml/xml.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/common.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/common.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/common.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/common.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/config.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/config.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/config.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/config.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/console.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/console.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/console.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/console.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/cross_framing_protection.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/cross_framing_protection.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/cross_framing_protection.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/cross_framing_protection.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/db_central_columns.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/db_central_columns.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/db_central_columns.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/db_central_columns.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/db_operations.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/db_operations.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/db_operations.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/db_operations.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/db_qbe.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/db_qbe.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/db_qbe.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/db_qbe.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/db_search.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/db_search.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/db_search.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/db_search.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/db_structure.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/db_structure.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/db_structure.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/db_structure.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/db_tracking.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/db_tracking.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/db_tracking.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/db_tracking.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/doclinks.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/doclinks.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/doclinks.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/doclinks.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/error_report.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/error_report.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/error_report.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/error_report.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/export.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/export.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/export.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/export.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/functions.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/functions.js similarity index 99% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/functions.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/functions.js index d35e2b87..db6f9825 100644 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/functions.js +++ b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/functions.js @@ -215,14 +215,31 @@ function suggestPassword(passwd_form) // restrict the password to just letters and numbers to avoid problems: // "editors and viewers regard the password as multiple words and // things like double click no longer work" - var pwchars = "abcdefhjmnpqrstuvwxyz23456789ABCDEFGHJKLMNPQRSTUVWYXZ"; + var pwchars = "abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWYXZ"; var passwordlength = 16; // do we want that to be dynamic? no, keep it simple :) var passwd = passwd_form.generated_pw; + var randomWords = new Int32Array(passwordlength); + passwd.value = ''; + // First we're going to try to use a built-in CSPRNG + if (window.crypto && window.crypto.getRandomValues) { + window.crypto.getRandomValues(randomWords); + } + // Because of course IE calls it msCrypto instead of being standard + else if (window.msCrypto && window.msCrypto.getRandomValues) { + window.msCrypto.getRandomValues(randomWords); + } else { + // Fallback to Math.random + for (var i = 0; i < passwordlength; i++) { + randomWords[i] = Math.floor(Math.random() * pwchars.length); + } + } + for (var i = 0; i < passwordlength; i++) { - passwd.value += pwchars.charAt(Math.floor(Math.random() * pwchars.length)); + passwd.value += pwchars.charAt(Math.abs(randomWords[i]) % pwchars.length); } + passwd_form.text_pma_pw.value = passwd.value; passwd_form.text_pma_pw2.value = passwd.value; return true; diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/get_image.js.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/get_image.js.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/get_image.js.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/get_image.js.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/get_scripts.js.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/get_scripts.js.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/get_scripts.js.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/get_scripts.js.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/gis_data_editor.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/gis_data_editor.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/gis_data_editor.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/gis_data_editor.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/import.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/import.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/import.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/import.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/indexes.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/indexes.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/indexes.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/indexes.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/excanvas.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/excanvas.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/excanvas.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/excanvas.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/jquery.jqplot.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/jquery.jqplot.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/jquery.jqplot.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/jquery.jqplot.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.barRenderer.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.barRenderer.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.barRenderer.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.barRenderer.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.byteFormatter.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.byteFormatter.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.byteFormatter.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.byteFormatter.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.canvasTextRenderer.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.canvasTextRenderer.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.canvasTextRenderer.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.canvasTextRenderer.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.categoryAxisRenderer.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.categoryAxisRenderer.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.categoryAxisRenderer.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.categoryAxisRenderer.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.cursor.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.cursor.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.cursor.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.cursor.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.dateAxisRenderer.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.dateAxisRenderer.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.dateAxisRenderer.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.dateAxisRenderer.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.highlighter.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.highlighter.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.highlighter.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.highlighter.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.pieRenderer.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.pieRenderer.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.pieRenderer.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.pieRenderer.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.pointLabels.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.pointLabels.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jqplot/plugins/jqplot.pointLabels.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jqplot/plugins/jqplot.pointLabels.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/MIT-LICENSE.txt b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/MIT-LICENSE.txt similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/MIT-LICENSE.txt rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/MIT-LICENSE.txt diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery-1.11.1.min.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery-1.11.1.min.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery-1.11.1.min.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery-1.11.1.min.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery-ui-1.11.2.min.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery-ui-1.11.2.min.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery-ui-1.11.2.min.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery-ui-1.11.2.min.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery-ui-timepicker-addon.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery-ui-timepicker-addon.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery-ui-timepicker-addon.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery-ui-timepicker-addon.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.ba-hashchange-1.3.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.ba-hashchange-1.3.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.ba-hashchange-1.3.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.ba-hashchange-1.3.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.cookie.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.cookie.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.cookie.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.cookie.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.debounce-1.0.5.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.debounce-1.0.5.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.debounce-1.0.5.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.debounce-1.0.5.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.event.drag-2.2.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.event.drag-2.2.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.event.drag-2.2.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.event.drag-2.2.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.fullscreen.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.fullscreen.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.fullscreen.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.fullscreen.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.mousewheel.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.mousewheel.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.mousewheel.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.mousewheel.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.sortableTable.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.sortableTable.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.sortableTable.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.sortableTable.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.svg.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.svg.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.svg.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.svg.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.tablesorter.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.tablesorter.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.tablesorter.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.tablesorter.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.uitablefilter.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.uitablefilter.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/jquery.uitablefilter.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/jquery.uitablefilter.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/README b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/README similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/README rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/README diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/accordion.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/accordion.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/accordion.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/accordion.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/autocomplete.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/autocomplete.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/autocomplete.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/autocomplete.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/button.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/button.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/button.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/button.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/core.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/core.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/core.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/core.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/datepicker.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/datepicker.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/datepicker.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/datepicker.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/dialog.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/dialog.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/dialog.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/dialog.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/draggable.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/draggable.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/draggable.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/draggable.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/droppable.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/droppable.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/droppable.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/droppable.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-blind.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-blind.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-blind.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-blind.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-bounce.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-bounce.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-bounce.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-bounce.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-clip.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-clip.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-clip.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-clip.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-drop.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-drop.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-drop.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-drop.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-explode.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-explode.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-explode.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-explode.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-fade.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-fade.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-fade.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-fade.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-fold.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-fold.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-fold.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-fold.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-highlight.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-highlight.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-highlight.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-highlight.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-puff.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-puff.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-puff.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-puff.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-pulsate.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-pulsate.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-pulsate.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-pulsate.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-scale.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-scale.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-scale.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-scale.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-shake.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-shake.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-shake.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-shake.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-size.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-size.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-size.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-size.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-slide.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-slide.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-slide.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-slide.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-transfer.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-transfer.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect-transfer.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect-transfer.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/effect.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/effect.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/menu.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/menu.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/menu.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/menu.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/mouse.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/mouse.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/mouse.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/mouse.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/position.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/position.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/position.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/position.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/progressbar.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/progressbar.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/progressbar.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/progressbar.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/resizable.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/resizable.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/resizable.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/resizable.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/selectable.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/selectable.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/selectable.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/selectable.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/selectmenu.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/selectmenu.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/selectmenu.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/selectmenu.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/slider.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/slider.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/slider.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/slider.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/sortable.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/sortable.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/sortable.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/sortable.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/spinner.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/spinner.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/spinner.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/spinner.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/tabs.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/tabs.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/tabs.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/tabs.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/tooltip.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/tooltip.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/tooltip.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/tooltip.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/widget.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/widget.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery-ui/widget.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery-ui/widget.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/jsonp.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/jsonp.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/jsonp.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/jsonp.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/load.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/load.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/load.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/load.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/parseJSON.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/parseJSON.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/parseJSON.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/parseJSON.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/parseXML.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/parseXML.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/parseXML.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/parseXML.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/script.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/script.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/script.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/script.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/var/nonce.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/var/nonce.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/var/nonce.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/var/nonce.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/var/rquery.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/var/rquery.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/var/rquery.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/var/rquery.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/xhr.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/xhr.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/ajax/xhr.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/ajax/xhr.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/attributes.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/attributes.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/attributes.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/attributes.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/attributes/attr.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/attributes/attr.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/attributes/attr.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/attributes/attr.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/attributes/classes.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/attributes/classes.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/attributes/classes.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/attributes/classes.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/attributes/prop.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/attributes/prop.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/attributes/prop.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/attributes/prop.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/attributes/support.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/attributes/support.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/attributes/support.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/attributes/support.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/attributes/val.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/attributes/val.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/attributes/val.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/attributes/val.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/callbacks.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/callbacks.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/callbacks.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/callbacks.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/core.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/core.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/core.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/core.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/core/access.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/core/access.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/core/access.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/core/access.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/core/init.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/core/init.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/core/init.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/core/init.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/core/parseHTML.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/core/parseHTML.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/core/parseHTML.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/core/parseHTML.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/core/ready.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/core/ready.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/core/ready.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/core/ready.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/core/var/rsingleTag.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/core/var/rsingleTag.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/core/var/rsingleTag.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/core/var/rsingleTag.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/addGetHookIf.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/addGetHookIf.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/addGetHookIf.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/addGetHookIf.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/curCSS.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/curCSS.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/curCSS.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/curCSS.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/defaultDisplay.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/defaultDisplay.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/defaultDisplay.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/defaultDisplay.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/hiddenVisibleSelectors.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/hiddenVisibleSelectors.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/hiddenVisibleSelectors.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/hiddenVisibleSelectors.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/support.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/support.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/support.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/support.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/swap.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/swap.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/swap.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/swap.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/var/cssExpand.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/var/cssExpand.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/var/cssExpand.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/var/cssExpand.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/var/isHidden.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/var/isHidden.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/var/isHidden.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/var/isHidden.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/var/rmargin.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/var/rmargin.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/var/rmargin.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/var/rmargin.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/var/rnumnonpx.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/var/rnumnonpx.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/css/var/rnumnonpx.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/css/var/rnumnonpx.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/data.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/data.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/data.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/data.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/data/accepts.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/data/accepts.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/data/accepts.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/data/accepts.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/data/support.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/data/support.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/data/support.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/data/support.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/deferred.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/deferred.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/deferred.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/deferred.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/deprecated.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/deprecated.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/deprecated.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/deprecated.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/dimensions.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/dimensions.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/dimensions.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/dimensions.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/effects.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/effects.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/effects.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/effects.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/effects/Tween.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/effects/Tween.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/effects/Tween.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/effects/Tween.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/effects/animatedSelector.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/effects/animatedSelector.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/effects/animatedSelector.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/effects/animatedSelector.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/effects/support.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/effects/support.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/effects/support.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/effects/support.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/event.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/event.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/event.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/event.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/event/alias.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/event/alias.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/event/alias.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/event/alias.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/event/support.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/event/support.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/event/support.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/event/support.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/exports/amd.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/exports/amd.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/exports/amd.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/exports/amd.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/exports/global.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/exports/global.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/exports/global.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/exports/global.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/intro.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/intro.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/intro.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/intro.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/jquery.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/jquery.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/jquery.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/jquery.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/manipulation.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/manipulation.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/manipulation.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/manipulation.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/manipulation/_evalUrl.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/manipulation/_evalUrl.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/manipulation/_evalUrl.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/manipulation/_evalUrl.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/manipulation/support.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/manipulation/support.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/manipulation/support.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/manipulation/support.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/manipulation/var/rcheckableType.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/manipulation/var/rcheckableType.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/manipulation/var/rcheckableType.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/manipulation/var/rcheckableType.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/offset.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/offset.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/offset.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/offset.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/outro.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/outro.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/outro.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/outro.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/queue.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/queue.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/queue.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/queue.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/queue/delay.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/queue/delay.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/queue/delay.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/queue/delay.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/selector-sizzle.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/selector-sizzle.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/selector-sizzle.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/selector-sizzle.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/selector.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/selector.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/selector.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/selector.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/serialize.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/serialize.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/serialize.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/serialize.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/dist/sizzle.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/dist/sizzle.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/dist/sizzle.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/dist/sizzle.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/dist/sizzle.min.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/dist/sizzle.min.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/dist/sizzle.min.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/dist/sizzle.min.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/dist/sizzle.min.map b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/dist/sizzle.min.map similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/dist/sizzle.min.map rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/dist/sizzle.min.map diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/data/empty.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/data/empty.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/data/empty.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/data/empty.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/data/mixed_sort.html b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/data/mixed_sort.html similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/data/mixed_sort.html rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/data/mixed_sort.html diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/data/testinit.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/data/testinit.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/data/testinit.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/data/testinit.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/index.html b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/index.html similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/index.html rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/index.html diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/jquery.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/jquery.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/jquery.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/jquery.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/unit/extending.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/unit/extending.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/unit/extending.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/unit/extending.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/unit/selector.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/unit/selector.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/unit/selector.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/unit/selector.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/unit/utilities.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/unit/utilities.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/sizzle/test/unit/utilities.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/sizzle/test/unit/utilities.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/support.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/support.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/support.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/support.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/traversing.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/traversing.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/traversing.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/traversing.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/traversing/findFilter.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/traversing/findFilter.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/traversing/findFilter.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/traversing/findFilter.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/traversing/var/rneedsContext.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/traversing/var/rneedsContext.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/traversing/var/rneedsContext.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/traversing/var/rneedsContext.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/class2type.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/class2type.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/class2type.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/class2type.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/concat.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/concat.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/concat.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/concat.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/deletedIds.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/deletedIds.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/deletedIds.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/deletedIds.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/hasOwn.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/hasOwn.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/hasOwn.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/hasOwn.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/indexOf.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/indexOf.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/indexOf.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/indexOf.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/pnum.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/pnum.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/pnum.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/pnum.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/push.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/push.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/push.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/push.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/rnotwhite.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/rnotwhite.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/rnotwhite.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/rnotwhite.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/slice.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/slice.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/slice.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/slice.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/strundefined.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/strundefined.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/strundefined.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/strundefined.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/support.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/support.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/support.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/support.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/toString.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/toString.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/var/toString.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/var/toString.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/wrap.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/wrap.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/jquery/src/jquery/wrap.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/jquery/src/jquery/wrap.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/keyhandler.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/keyhandler.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/keyhandler.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/keyhandler.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/line_counts.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/line_counts.php similarity index 99% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/line_counts.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/line_counts.php index 68a09257..64b920ba 100644 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/line_counts.php +++ b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/line_counts.php @@ -13,511 +13,511 @@ define('LINE_COUNTS', true); $LINE_COUNT = array(); -$LINE_COUNT["OpenStreetMap.js"] = 126; -$LINE_COUNT["big_ints.js"] = 67; -$LINE_COUNT["canvg/canvg.js"] = 2508; -$LINE_COUNT["chart.js"] = 664; -$LINE_COUNT["codemirror/addon/hint/show-hint.js"] = 394; -$LINE_COUNT["codemirror/addon/hint/sql-hint.js"] = 248; -$LINE_COUNT["codemirror/addon/runmode/runmode.js"] = 72; -$LINE_COUNT["codemirror/lib/codemirror.js"] = 8645; -$LINE_COUNT["codemirror/mode/javascript/javascript.js"] = 692; -$LINE_COUNT["codemirror/mode/sql/sql.js"] = 391; -$LINE_COUNT["codemirror/mode/xml/xml.js"] = 384; +$LINE_COUNT["server_variables.js"] = 147; $LINE_COUNT["cross_framing_protection.js"] = 10; -$LINE_COUNT["db_operations.js"] = 157; -$LINE_COUNT["db_search.js"] = 239; -$LINE_COUNT["doclinks.js"] = 365; +$LINE_COUNT["tbl_zoom_plot_jqplot.js"] = 638; +$LINE_COUNT["tbl_relation.js"] = 234; +$LINE_COUNT["navigation.js"] = 1507; +$LINE_COUNT["sprintf.js"] = 211; +$LINE_COUNT["pmd/designer_objects.js"] = 17; +$LINE_COUNT["pmd/history.js"] = 813; +$LINE_COUNT["pmd/init.js"] = 40; +$LINE_COUNT["pmd/designer_db.js"] = 136; +$LINE_COUNT["pmd/designer_page.js"] = 164; +$LINE_COUNT["pmd/iecanvas.js"] = 147; +$LINE_COUNT["pmd/move.js"] = 2004; +$LINE_COUNT["error_report.js"] = 340; +$LINE_COUNT["console.js"] = 1033; $LINE_COUNT["jqplot/excanvas.js"] = 1438; -$LINE_COUNT["jqplot/jquery.jqplot.js"] = 11411; -$LINE_COUNT["jqplot/plugins/jqplot.barRenderer.js"] = 800; +$LINE_COUNT["jqplot/plugins/jqplot.canvasTextRenderer.js"] = 448; $LINE_COUNT["jqplot/plugins/jqplot.byteFormatter.js"] = 46; +$LINE_COUNT["jqplot/plugins/jqplot.pointLabels.js"] = 376; +$LINE_COUNT["jqplot/plugins/jqplot.dateAxisRenderer.js"] = 741; $LINE_COUNT["jqplot/plugins/jqplot.canvasAxisLabelRenderer.js"] = 202; -$LINE_COUNT["jqplot/plugins/jqplot.canvasTextRenderer.js"] = 448; $LINE_COUNT["jqplot/plugins/jqplot.categoryAxisRenderer.js"] = 679; -$LINE_COUNT["jqplot/plugins/jqplot.cursor.js"] = 1108; -$LINE_COUNT["jqplot/plugins/jqplot.dateAxisRenderer.js"] = 741; +$LINE_COUNT["jqplot/plugins/jqplot.barRenderer.js"] = 800; $LINE_COUNT["jqplot/plugins/jqplot.highlighter.js"] = 464; +$LINE_COUNT["jqplot/plugins/jqplot.cursor.js"] = 1108; $LINE_COUNT["jqplot/plugins/jqplot.pieRenderer.js"] = 903; -$LINE_COUNT["jqplot/plugins/jqplot.pointLabels.js"] = 376; -$LINE_COUNT["jquery/jquery-1.11.1.min.js"] = 4; -$LINE_COUNT["jquery/jquery-ui-1.11.2.min.js"] = 12; -$LINE_COUNT["jquery/jquery-ui-timepicker-addon.js"] = 2223; -$LINE_COUNT["jquery/jquery.ba-hashchange-1.3.js"] = 390; -$LINE_COUNT["jquery/jquery.cookie.js"] = 91; -$LINE_COUNT["jquery/jquery.debounce-1.0.5.js"] = 70; -$LINE_COUNT["jquery/jquery.event.drag-2.2.js"] = 401; -$LINE_COUNT["jquery/jquery.fullscreen.js"] = 60; +$LINE_COUNT["jqplot/jquery.jqplot.js"] = 11411; +$LINE_COUNT["keyhandler.js"] = 145; +$LINE_COUNT["canvg/canvg.js"] = 2508; +$LINE_COUNT["common.js"] = 515; +$LINE_COUNT["server_status_variables.js"] = 103; +$LINE_COUNT["db_tracking.js"] = 84; +$LINE_COUNT["server_status_advisor.js"] = 93; +$LINE_COUNT["import.js"] = 167; +$LINE_COUNT["tbl_structure.js"] = 397; +$LINE_COUNT["indexes.js"] = 697; +$LINE_COUNT["server_status_sorter.js"] = 89; +$LINE_COUNT["server_privileges.js"] = 451; +$LINE_COUNT["tbl_operations.js"] = 243; +$LINE_COUNT["server_status_processes.js"] = 189; +$LINE_COUNT["menu-resizer.js"] = 182; +$LINE_COUNT["gis_data_editor.js"] = 396; +$LINE_COUNT["functions.js"] = 4589; +$LINE_COUNT["db_central_columns.js"] = 201; +$LINE_COUNT["codemirror/addon/runmode/runmode.js"] = 72; +$LINE_COUNT["codemirror/addon/hint/show-hint.js"] = 394; +$LINE_COUNT["codemirror/addon/hint/sql-hint.js"] = 248; +$LINE_COUNT["codemirror/mode/javascript/javascript.js"] = 692; +$LINE_COUNT["codemirror/mode/xml/xml.js"] = 384; +$LINE_COUNT["codemirror/mode/sql/sql.js"] = 391; +$LINE_COUNT["codemirror/lib/codemirror.js"] = 8645; +$LINE_COUNT["replication.js"] = 73; +$LINE_COUNT["db_operations.js"] = 157; +$LINE_COUNT["server_plugins.js"] = 30; +$LINE_COUNT["makegrid.js"] = 1962; +$LINE_COUNT["OpenStreetMap.js"] = 126; +$LINE_COUNT["tbl_gis_visualization.js"] = 353; +$LINE_COUNT["server_status_queries.js"] = 34; $LINE_COUNT["jquery/jquery.mousewheel.js"] = 221; -$LINE_COUNT["jquery/jquery.sortableTable.js"] = 271; +$LINE_COUNT["jquery/jquery.debounce-1.0.5.js"] = 70; $LINE_COUNT["jquery/jquery.svg.js"] = 1352; -$LINE_COUNT["jquery/jquery.tablesorter.js"] = 1032; -$LINE_COUNT["jquery/jquery.uitablefilter.js"] = 117; -$LINE_COUNT["jquery/src/jquery-ui/accordion.js"] = 584; -$LINE_COUNT["jquery/src/jquery-ui/autocomplete.js"] = 628; -$LINE_COUNT["jquery/src/jquery-ui/button.js"] = 411; +$LINE_COUNT["jquery/jquery.ba-hashchange-1.3.js"] = 390; $LINE_COUNT["jquery/src/jquery-ui/core.js"] = 304; -$LINE_COUNT["jquery/src/jquery-ui/datepicker.js"] = 2080; -$LINE_COUNT["jquery/src/jquery-ui/dialog.js"] = 875; -$LINE_COUNT["jquery/src/jquery-ui/draggable.js"] = 1128; -$LINE_COUNT["jquery/src/jquery-ui/droppable.js"] = 413; -$LINE_COUNT["jquery/src/jquery-ui/effect-blind.js"] = 90; $LINE_COUNT["jquery/src/jquery-ui/effect-bounce.js"] = 123; +$LINE_COUNT["jquery/src/jquery-ui/resizable.js"] = 1179; +$LINE_COUNT["jquery/src/jquery-ui/droppable.js"] = 413; +$LINE_COUNT["jquery/src/jquery-ui/effect-shake.js"] = 84; +$LINE_COUNT["jquery/src/jquery-ui/dialog.js"] = 875; $LINE_COUNT["jquery/src/jquery-ui/effect-clip.js"] = 77; -$LINE_COUNT["jquery/src/jquery-ui/effect-drop.js"] = 75; $LINE_COUNT["jquery/src/jquery-ui/effect-explode.js"] = 107; -$LINE_COUNT["jquery/src/jquery-ui/effect-fade.js"] = 40; -$LINE_COUNT["jquery/src/jquery-ui/effect-fold.js"] = 86; +$LINE_COUNT["jquery/src/jquery-ui/position.js"] = 517; $LINE_COUNT["jquery/src/jquery-ui/effect-highlight.js"] = 60; -$LINE_COUNT["jquery/src/jquery-ui/effect-puff.js"] = 60; -$LINE_COUNT["jquery/src/jquery-ui/effect-pulsate.js"] = 73; -$LINE_COUNT["jquery/src/jquery-ui/effect-scale.js"] = 89; -$LINE_COUNT["jquery/src/jquery-ui/effect-shake.js"] = 84; -$LINE_COUNT["jquery/src/jquery-ui/effect-size.js"] = 233; -$LINE_COUNT["jquery/src/jquery-ui/effect-slide.js"] = 74; -$LINE_COUNT["jquery/src/jquery-ui/effect-transfer.js"] = 57; -$LINE_COUNT["jquery/src/jquery-ui/effect.js"] = 1301; -$LINE_COUNT["jquery/src/jquery-ui/menu.js"] = 646; +$LINE_COUNT["jquery/src/jquery-ui/selectable.js"] = 287; $LINE_COUNT["jquery/src/jquery-ui/mouse.js"] = 199; -$LINE_COUNT["jquery/src/jquery-ui/position.js"] = 517; +$LINE_COUNT["jquery/src/jquery-ui/datepicker.js"] = 2080; +$LINE_COUNT["jquery/src/jquery-ui/autocomplete.js"] = 628; +$LINE_COUNT["jquery/src/jquery-ui/effect-drop.js"] = 75; +$LINE_COUNT["jquery/src/jquery-ui/tabs.js"] = 880; +$LINE_COUNT["jquery/src/jquery-ui/effect.js"] = 1301; +$LINE_COUNT["jquery/src/jquery-ui/draggable.js"] = 1128; +$LINE_COUNT["jquery/src/jquery-ui/effect-transfer.js"] = 57; $LINE_COUNT["jquery/src/jquery-ui/progressbar.js"] = 159; -$LINE_COUNT["jquery/src/jquery-ui/resizable.js"] = 1179; -$LINE_COUNT["jquery/src/jquery-ui/selectable.js"] = 287; +$LINE_COUNT["jquery/src/jquery-ui/spinner.js"] = 514; +$LINE_COUNT["jquery/src/jquery-ui/effect-blind.js"] = 90; +$LINE_COUNT["jquery/src/jquery-ui/menu.js"] = 646; $LINE_COUNT["jquery/src/jquery-ui/selectmenu.js"] = 616; -$LINE_COUNT["jquery/src/jquery-ui/slider.js"] = 699; +$LINE_COUNT["jquery/src/jquery-ui/effect-fade.js"] = 40; +$LINE_COUNT["jquery/src/jquery-ui/widget.js"] = 557; +$LINE_COUNT["jquery/src/jquery-ui/effect-scale.js"] = 89; $LINE_COUNT["jquery/src/jquery-ui/sortable.js"] = 1304; -$LINE_COUNT["jquery/src/jquery-ui/spinner.js"] = 514; -$LINE_COUNT["jquery/src/jquery-ui/tabs.js"] = 880; +$LINE_COUNT["jquery/src/jquery-ui/slider.js"] = 699; +$LINE_COUNT["jquery/src/jquery-ui/button.js"] = 411; +$LINE_COUNT["jquery/src/jquery-ui/effect-size.js"] = 233; +$LINE_COUNT["jquery/src/jquery-ui/accordion.js"] = 584; $LINE_COUNT["jquery/src/jquery-ui/tooltip.js"] = 461; -$LINE_COUNT["jquery/src/jquery-ui/widget.js"] = 557; -$LINE_COUNT["jquery/src/jquery/ajax.js"] = 807; -$LINE_COUNT["jquery/src/jquery/ajax/jsonp.js"] = 89; -$LINE_COUNT["jquery/src/jquery/ajax/load.js"] = 75; -$LINE_COUNT["jquery/src/jquery/ajax/parseJSON.js"] = 51; -$LINE_COUNT["jquery/src/jquery/ajax/parseXML.js"] = 31; -$LINE_COUNT["jquery/src/jquery/ajax/script.js"] = 93; -$LINE_COUNT["jquery/src/jquery/ajax/var/nonce.js"] = 5; -$LINE_COUNT["jquery/src/jquery/ajax/var/rquery.js"] = 3; -$LINE_COUNT["jquery/src/jquery/ajax/xhr.js"] = 196; -$LINE_COUNT["jquery/src/jquery/attributes.js"] = 11; -$LINE_COUNT["jquery/src/jquery/attributes/attr.js"] = 271; -$LINE_COUNT["jquery/src/jquery/attributes/classes.js"] = 157; -$LINE_COUNT["jquery/src/jquery/attributes/prop.js"] = 134; -$LINE_COUNT["jquery/src/jquery/attributes/support.js"] = 62; -$LINE_COUNT["jquery/src/jquery/attributes/val.js"] = 178; -$LINE_COUNT["jquery/src/jquery/callbacks.js"] = 205; +$LINE_COUNT["jquery/src/jquery-ui/effect-pulsate.js"] = 73; +$LINE_COUNT["jquery/src/jquery-ui/effect-puff.js"] = 60; +$LINE_COUNT["jquery/src/jquery-ui/effect-fold.js"] = 86; +$LINE_COUNT["jquery/src/jquery-ui/effect-slide.js"] = 74; $LINE_COUNT["jquery/src/jquery/core.js"] = 534; -$LINE_COUNT["jquery/src/jquery/core/access.js"] = 60; -$LINE_COUNT["jquery/src/jquery/core/init.js"] = 132; -$LINE_COUNT["jquery/src/jquery/core/parseHTML.js"] = 39; -$LINE_COUNT["jquery/src/jquery/core/ready.js"] = 152; -$LINE_COUNT["jquery/src/jquery/core/var/rsingleTag.js"] = 4; -$LINE_COUNT["jquery/src/jquery/css.js"] = 504; -$LINE_COUNT["jquery/src/jquery/css/addGetHookIf.js"] = 32; -$LINE_COUNT["jquery/src/jquery/css/curCSS.js"] = 117; -$LINE_COUNT["jquery/src/jquery/css/defaultDisplay.js"] = 69; +$LINE_COUNT["jquery/src/jquery/css/var/rmargin.js"] = 3; +$LINE_COUNT["jquery/src/jquery/css/var/isHidden.js"] = 13; +$LINE_COUNT["jquery/src/jquery/css/var/cssExpand.js"] = 3; +$LINE_COUNT["jquery/src/jquery/css/var/rnumnonpx.js"] = 5; $LINE_COUNT["jquery/src/jquery/css/hiddenVisibleSelectors.js"] = 20; +$LINE_COUNT["jquery/src/jquery/css/defaultDisplay.js"] = 69; $LINE_COUNT["jquery/src/jquery/css/support.js"] = 149; +$LINE_COUNT["jquery/src/jquery/css/addGetHookIf.js"] = 32; $LINE_COUNT["jquery/src/jquery/css/swap.js"] = 28; -$LINE_COUNT["jquery/src/jquery/css/var/cssExpand.js"] = 3; -$LINE_COUNT["jquery/src/jquery/css/var/isHidden.js"] = 13; -$LINE_COUNT["jquery/src/jquery/css/var/rmargin.js"] = 3; -$LINE_COUNT["jquery/src/jquery/css/var/rnumnonpx.js"] = 5; -$LINE_COUNT["jquery/src/jquery/data.js"] = 335; +$LINE_COUNT["jquery/src/jquery/css/curCSS.js"] = 117; +$LINE_COUNT["jquery/src/jquery/deprecated.js"] = 13; +$LINE_COUNT["jquery/src/jquery/wrap.js"] = 75; +$LINE_COUNT["jquery/src/jquery/jquery.js"] = 37; $LINE_COUNT["jquery/src/jquery/data/accepts.js"] = 21; $LINE_COUNT["jquery/src/jquery/data/support.js"] = 25; +$LINE_COUNT["jquery/src/jquery/css.js"] = 504; +$LINE_COUNT["jquery/src/jquery/selector.js"] = 1; +$LINE_COUNT["jquery/src/jquery/intro.js"] = 44; +$LINE_COUNT["jquery/src/jquery/event/alias.js"] = 39; +$LINE_COUNT["jquery/src/jquery/event/support.js"] = 26; +$LINE_COUNT["jquery/src/jquery/offset.js"] = 211; +$LINE_COUNT["jquery/src/jquery/manipulation.js"] = 744; +$LINE_COUNT["jquery/src/jquery/var/strundefined.js"] = 3; +$LINE_COUNT["jquery/src/jquery/var/hasOwn.js"] = 5; +$LINE_COUNT["jquery/src/jquery/var/slice.js"] = 5; +$LINE_COUNT["jquery/src/jquery/var/rnotwhite.js"] = 3; +$LINE_COUNT["jquery/src/jquery/var/toString.js"] = 5; +$LINE_COUNT["jquery/src/jquery/var/class2type.js"] = 4; +$LINE_COUNT["jquery/src/jquery/var/indexOf.js"] = 5; +$LINE_COUNT["jquery/src/jquery/var/support.js"] = 4; +$LINE_COUNT["jquery/src/jquery/var/deletedIds.js"] = 3; +$LINE_COUNT["jquery/src/jquery/var/push.js"] = 5; +$LINE_COUNT["jquery/src/jquery/var/pnum.js"] = 3; +$LINE_COUNT["jquery/src/jquery/var/concat.js"] = 5; +$LINE_COUNT["jquery/src/jquery/queue.js"] = 142; $LINE_COUNT["jquery/src/jquery/deferred.js"] = 150; -$LINE_COUNT["jquery/src/jquery/deprecated.js"] = 13; -$LINE_COUNT["jquery/src/jquery/dimensions.js"] = 50; -$LINE_COUNT["jquery/src/jquery/effects.js"] = 656; +$LINE_COUNT["jquery/src/jquery/traversing.js"] = 200; +$LINE_COUNT["jquery/src/jquery/data.js"] = 335; $LINE_COUNT["jquery/src/jquery/effects/Tween.js"] = 114; $LINE_COUNT["jquery/src/jquery/effects/animatedSelector.js"] = 13; $LINE_COUNT["jquery/src/jquery/effects/support.js"] = 55; -$LINE_COUNT["jquery/src/jquery/event.js"] = 1037; -$LINE_COUNT["jquery/src/jquery/event/alias.js"] = 39; -$LINE_COUNT["jquery/src/jquery/event/support.js"] = 26; -$LINE_COUNT["jquery/src/jquery/exports/amd.js"] = 24; -$LINE_COUNT["jquery/src/jquery/exports/global.js"] = 32; -$LINE_COUNT["jquery/src/jquery/intro.js"] = 44; -$LINE_COUNT["jquery/src/jquery/jquery.js"] = 37; -$LINE_COUNT["jquery/src/jquery/manipulation.js"] = 744; -$LINE_COUNT["jquery/src/jquery/manipulation/_evalUrl.js"] = 18; -$LINE_COUNT["jquery/src/jquery/manipulation/support.js"] = 76; +$LINE_COUNT["jquery/src/jquery/dimensions.js"] = 50; +$LINE_COUNT["jquery/src/jquery/effects.js"] = 656; $LINE_COUNT["jquery/src/jquery/manipulation/var/rcheckableType.js"] = 3; -$LINE_COUNT["jquery/src/jquery/offset.js"] = 211; -$LINE_COUNT["jquery/src/jquery/outro.js"] = 1; -$LINE_COUNT["jquery/src/jquery/queue.js"] = 142; +$LINE_COUNT["jquery/src/jquery/manipulation/support.js"] = 76; +$LINE_COUNT["jquery/src/jquery/manipulation/_evalUrl.js"] = 18; +$LINE_COUNT["jquery/src/jquery/traversing/var/rneedsContext.js"] = 6; +$LINE_COUNT["jquery/src/jquery/traversing/findFilter.js"] = 100; +$LINE_COUNT["jquery/src/jquery/serialize.js"] = 110; $LINE_COUNT["jquery/src/jquery/queue/delay.js"] = 22; +$LINE_COUNT["jquery/src/jquery/event.js"] = 1037; +$LINE_COUNT["jquery/src/jquery/support.js"] = 58; $LINE_COUNT["jquery/src/jquery/selector-sizzle.js"] = 14; -$LINE_COUNT["jquery/src/jquery/selector.js"] = 1; -$LINE_COUNT["jquery/src/jquery/serialize.js"] = 110; -$LINE_COUNT["jquery/src/jquery/sizzle/dist/sizzle.js"] = 2044; -$LINE_COUNT["jquery/src/jquery/sizzle/dist/sizzle.min.js"] = 2; -$LINE_COUNT["jquery/src/jquery/sizzle/test/data/empty.js"] = 0; -$LINE_COUNT["jquery/src/jquery/sizzle/test/data/testinit.js"] = 136; -$LINE_COUNT["jquery/src/jquery/sizzle/test/jquery.js"] = 9596; -$LINE_COUNT["jquery/src/jquery/sizzle/test/unit/extending.js"] = 95; $LINE_COUNT["jquery/src/jquery/sizzle/test/unit/selector.js"] = 1149; $LINE_COUNT["jquery/src/jquery/sizzle/test/unit/utilities.js"] = 169; -$LINE_COUNT["jquery/src/jquery/support.js"] = 58; -$LINE_COUNT["jquery/src/jquery/traversing.js"] = 200; -$LINE_COUNT["jquery/src/jquery/traversing/findFilter.js"] = 100; -$LINE_COUNT["jquery/src/jquery/traversing/var/rneedsContext.js"] = 6; -$LINE_COUNT["jquery/src/jquery/var/class2type.js"] = 4; -$LINE_COUNT["jquery/src/jquery/var/concat.js"] = 5; -$LINE_COUNT["jquery/src/jquery/var/deletedIds.js"] = 3; -$LINE_COUNT["jquery/src/jquery/var/hasOwn.js"] = 5; -$LINE_COUNT["jquery/src/jquery/var/indexOf.js"] = 5; -$LINE_COUNT["jquery/src/jquery/var/pnum.js"] = 3; -$LINE_COUNT["jquery/src/jquery/var/push.js"] = 5; -$LINE_COUNT["jquery/src/jquery/var/rnotwhite.js"] = 3; -$LINE_COUNT["jquery/src/jquery/var/slice.js"] = 5; -$LINE_COUNT["jquery/src/jquery/var/strundefined.js"] = 3; -$LINE_COUNT["jquery/src/jquery/var/support.js"] = 4; -$LINE_COUNT["jquery/src/jquery/var/toString.js"] = 5; -$LINE_COUNT["jquery/src/jquery/wrap.js"] = 75; -$LINE_COUNT["keyhandler.js"] = 145; -$LINE_COUNT["multi_column_sort.js"] = 81; -$LINE_COUNT["openlayers/OpenLayers.js"] = 2680; -$LINE_COUNT["openlayers/src/openlayers/lib/Firebug/firebug.js"] = 674; -$LINE_COUNT["openlayers/src/openlayers/lib/Firebug/firebugx.js"] = 9; -$LINE_COUNT["openlayers/src/openlayers/lib/Gears/gears_init.js"] = 88; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers.js"] = 348; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Ajax.js"] = 678; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/BaseTypes.js"] = 681; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Bounds.js"] = 681; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Class.js"] = 116; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Element.js"] = 251; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/BaseTypes/LonLat.js"] = 190; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Pixel.js"] = 125; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Size.js"] = 85; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Console.js"] = 246; +$LINE_COUNT["jquery/src/jquery/sizzle/test/unit/extending.js"] = 95; +$LINE_COUNT["jquery/src/jquery/sizzle/test/jquery.js"] = 9596; +$LINE_COUNT["jquery/src/jquery/sizzle/test/data/empty.js"] = 0; +$LINE_COUNT["jquery/src/jquery/sizzle/test/data/testinit.js"] = 136; +$LINE_COUNT["jquery/src/jquery/sizzle/dist/sizzle.js"] = 2044; +$LINE_COUNT["jquery/src/jquery/sizzle/dist/sizzle.min.js"] = 2; +$LINE_COUNT["jquery/src/jquery/attributes/attr.js"] = 271; +$LINE_COUNT["jquery/src/jquery/attributes/prop.js"] = 134; +$LINE_COUNT["jquery/src/jquery/attributes/val.js"] = 178; +$LINE_COUNT["jquery/src/jquery/attributes/support.js"] = 62; +$LINE_COUNT["jquery/src/jquery/attributes/classes.js"] = 157; +$LINE_COUNT["jquery/src/jquery/callbacks.js"] = 205; +$LINE_COUNT["jquery/src/jquery/ajax/parseXML.js"] = 31; +$LINE_COUNT["jquery/src/jquery/ajax/var/nonce.js"] = 5; +$LINE_COUNT["jquery/src/jquery/ajax/var/rquery.js"] = 3; +$LINE_COUNT["jquery/src/jquery/ajax/parseJSON.js"] = 51; +$LINE_COUNT["jquery/src/jquery/ajax/xhr.js"] = 196; +$LINE_COUNT["jquery/src/jquery/ajax/jsonp.js"] = 89; +$LINE_COUNT["jquery/src/jquery/ajax/script.js"] = 93; +$LINE_COUNT["jquery/src/jquery/ajax/load.js"] = 75; +$LINE_COUNT["jquery/src/jquery/exports/amd.js"] = 24; +$LINE_COUNT["jquery/src/jquery/exports/global.js"] = 32; +$LINE_COUNT["jquery/src/jquery/core/init.js"] = 132; +$LINE_COUNT["jquery/src/jquery/core/ready.js"] = 152; +$LINE_COUNT["jquery/src/jquery/core/var/rsingleTag.js"] = 4; +$LINE_COUNT["jquery/src/jquery/core/access.js"] = 60; +$LINE_COUNT["jquery/src/jquery/core/parseHTML.js"] = 39; +$LINE_COUNT["jquery/src/jquery/outro.js"] = 1; +$LINE_COUNT["jquery/src/jquery/attributes.js"] = 11; +$LINE_COUNT["jquery/src/jquery/ajax.js"] = 807; +$LINE_COUNT["jquery/jquery.sortableTable.js"] = 271; +$LINE_COUNT["jquery/jquery.fullscreen.js"] = 60; +$LINE_COUNT["jquery/jquery.cookie.js"] = 91; +$LINE_COUNT["jquery/jquery.tablesorter.js"] = 1032; +$LINE_COUNT["jquery/jquery.event.drag-2.2.js"] = 401; +$LINE_COUNT["jquery/jquery-ui-timepicker-addon.js"] = 2223; +$LINE_COUNT["jquery/jquery.uitablefilter.js"] = 117; +$LINE_COUNT["jquery/jquery-ui-1.11.2.min.js"] = 12; +$LINE_COUNT["jquery/jquery-1.11.1.min.js"] = 4; +$LINE_COUNT["db_search.js"] = 239; +$LINE_COUNT["rte.js"] = 944; +$LINE_COUNT["transformations/image_upload.js"] = 28; +$LINE_COUNT["transformations/sql_editor.js"] = 30; +$LINE_COUNT["transformations/json_editor.js"] = 17; +$LINE_COUNT["transformations/xml_editor.js"] = 16; +$LINE_COUNT["transformations/json.js"] = 17; +$LINE_COUNT["transformations/xml.js"] = 18; +$LINE_COUNT["normalization.js"] = 707; +$LINE_COUNT["server_user_groups.js"] = 42; +$LINE_COUNT["export.js"] = 401; +$LINE_COUNT["sql.js"] = 843; +$LINE_COUNT["tbl_find_replace.js"] = 47; +$LINE_COUNT["multi_column_sort.js"] = 81; +$LINE_COUNT["doclinks.js"] = 365; +$LINE_COUNT["server_status_monitor.js"] = 2172; +$LINE_COUNT["server_databases.js"] = 137; +$LINE_COUNT["tbl_tracking.js"] = 95; +$LINE_COUNT["config.js"] = 798; +$LINE_COUNT["tbl_select.js"] = 395; +$LINE_COUNT["tbl_chart.js"] = 429; +$LINE_COUNT["tbl_change.js"] = 754; +$LINE_COUNT["big_ints.js"] = 67; +$LINE_COUNT["db_structure.js"] = 391; +$LINE_COUNT["tracekit/tracekit.js"] = 1114; +$LINE_COUNT["chart.js"] = 664; +$LINE_COUNT["openlayers/src/openlayers/lib/Rico/Color.js"] = 244; +$LINE_COUNT["openlayers/src/openlayers/lib/Rico/Corner.js"] = 329; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers.js"] = 348; +$LINE_COUNT["openlayers/src/openlayers/lib/Gears/gears_init.js"] = 88; +$LINE_COUNT["openlayers/src/openlayers/lib/Firebug/firebugx.js"] = 9; +$LINE_COUNT["openlayers/src/openlayers/lib/Firebug/firebug.js"] = 674; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control.js"] = 368; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ArgParser.js"] = 166; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Attribution.js"] = 97; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Button.js"] = 44; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/DragFeature.js"] = 303; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/DragPan.js"] = 94; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/DrawFeature.js"] = 126; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/EditingToolbar.js"] = 63; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/GetFeature.js"] = 595; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Graticule.js"] = 373; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js"] = 127; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/LayerSwitcher.js"] = 620; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Measure.js"] = 321; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ModifyFeature.js"] = 777; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/MouseDefaults.js"] = 368; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/MousePosition.js"] = 213; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/MouseToolbar.js"] = 406; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/NavToolbar.js"] = 55; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Navigation.js"] = 303; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/NavigationHistory.js"] = 423; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/OverviewMap.js"] = 720; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Pan.js"] = 86; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/PanPanel.js"] = 63; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/PanZoom.js"] = 246; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/PanZoomBar.js"] = 396; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Panel.js"] = 371; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Permalink.js"] = 220; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/SLDSelect.js"] = 569; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Scale.js"] = 99; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ScaleLine.js"] = 223; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/SelectFeature.js"] = 613; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Snapping.js"] = 547; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Split.js"] = 498; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/TransformFeature.js"] = 579; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/WMSGetFeatureInfo.js"] = 524; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/WMTSGetFeatureInfo.js"] = 442; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ZoomBox.js"] = 95; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ZoomIn.js"] = 35; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ZoomOut.js"] = 35; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ZoomPanel.js"] = 54; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js"] = 40; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Events.js"] = 855; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Feature.js"] = 227; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Feature/Vector.js"] = 454; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Feature/WFS.js"] = 80; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Filter.js"] = 68; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Filter/Comparison.js"] = 258; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Filter/FeatureId.js"] = 81; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Filter/Logical.js"] = 119; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Filter/Spatial.js"] = 128; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format.js"] = 123; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML.js"] = 1028; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML/Features.js"] = 49; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/Atom.js"] = 727; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain.js"] = 34; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain/v2_0_2.js"] = 243; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords.js"] = 34; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js"] = 440; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/Context.js"] = 334; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/Filter.js"] = 115; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1.js"] = 426; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_0_0.js"] = 168; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_1_0.js"] = 181; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/GML.js"] = 924; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/GML/Base.js"] = 578; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/GML/v2.js"] = 193; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/GML/v3.js"] = 462; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/GPX.js"] = 184; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/GeoJSON.js"] = 716; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/GeoRSS.js"] = 420; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/JSON.js"] = 389; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/KML.js"] = 1429; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/OSM.js"] = 457; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1.js"] = 256; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_0_0.js"] = 50; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_1_0.js"] = 64; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext.js"] = 81; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext/v0_3_1.js"] = 589; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/SLD.js"] = 131; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1.js"] = 1099; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1_0_0.js"] = 51; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities.js"] = 83; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities/v1_0_0.js"] = 158; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetFeatureOfInterest.js"] = 193; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetObservation.js"] = 262; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/Text.js"] = 152; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFS.js"] = 220; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities.js"] = 79; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1.js"] = 126; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_0_0.js"] = 156; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_1_0.js"] = 35; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFSDescribeFeatureType.js"] = 197; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFST.js"] = 34; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1.js"] = 368; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_0_0.js"] = 150; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_1_0.js"] = 161; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WKT.js"] = 358; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMC.js"] = 152; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1.js"] = 835; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_0_0.js"] = 76; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_1_0.js"] = 127; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities.js"] = 81; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1.js"] = 418; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1.js"] = 118; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_0.js"] = 62; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1.js"] = 58; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3.js"] = 128; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js"] = 30; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer.js"] = 91; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer/v1_1.js"] = 100; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSGetFeatureInfo.js"] = 284; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities.js"] = 162; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities/v1_0_0.js"] = 221; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/XML.js"] = 881; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry.js"] = 456; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/Collection.js"] = 546; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/Curve.js"] = 93; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/LineString.js"] = 552; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/LinearRing.js"] = 417; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiLineString.js"] = 262; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPoint.js"] = 70; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js"] = 46; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/Point.js"] = 283; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/Polygon.js"] = 259; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/Rectangle.js"] = 99; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/Surface.js"] = 17; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler.js"] = 287; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Box.js"] = 221; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Click.js"] = 325; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Drag.js"] = 420; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Feature.js"] = 388; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Hover.js"] = 183; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Keyboard.js"] = 109; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/MouseWheel.js"] = 283; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Path.js"] = 302; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Point.js"] = 373; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Polygon.js"] = 144; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/RegularPolygon.js"] = 421; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Icon.js"] = 227; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang.js"] = 133; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/ar.js"] = 38; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/be-tarask.js"] = 80; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/bg.js"] = 29; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Ajax.js"] = 678; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Tween.js"] = 318; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/sk.js"] = 71; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/hr.js"] = 61; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/gl.js"] = 79; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/pt.js"] = 81; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/oc.js"] = 79; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/cs-CZ.js"] = 69; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/pt-BR.js"] = 80; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/fur.js"] = 35; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/es.js"] = 129; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/br.js"] = 79; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/fr.js"] = 80; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/nn.js"] = 27; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/ar.js"] = 38; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/vi.js"] = 79; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/zh-CN.js"] = 116; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/zh-TW.js"] = 117; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/km.js"] = 25; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/ru.js"] = 82; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/ca.js"] = 128; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/cs-CZ.js"] = 69; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/da-DK.js"] = 119; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/de.js"] = 81; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/el.js"] = 19; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/hsb.js"] = 79; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/en-CA.js"] = 21; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/en.js"] = 128; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/es.js"] = 129; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/bg.js"] = 29; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/fi.js"] = 34; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/fr.js"] = 80; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/fur.js"] = 35; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/gl.js"] = 79; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/is.js"] = 37; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/gsw.js"] = 79; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/hr.js"] = 61; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/hsb.js"] = 79; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/hu.js"] = 80; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/ia.js"] = 79; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/id.js"] = 80; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/io.js"] = 19; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/is.js"] = 37; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/it.js"] = 116; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/sv-SE.js"] = 71; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/de.js"] = 81; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/nb.js"] = 118; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/ja.js"] = 80; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/km.js"] = 25; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/id.js"] = 80; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/ksh.js"] = 79; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/nb.js"] = 118; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/nds.js"] = 61; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/el.js"] = 19; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/be-tarask.js"] = 80; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/it.js"] = 116; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/da-DK.js"] = 119; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/nl.js"] = 79; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/nn.js"] = 27; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/oc.js"] = 79; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/pt-BR.js"] = 80; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/pt.js"] = 81; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/ru.js"] = 82; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/sk.js"] = 71; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/sv-SE.js"] = 71; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/te.js"] = 27; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/vi.js"] = 79; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/zh-CN.js"] = 116; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/zh-TW.js"] = 117; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer.js"] = 1304; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/ArcGIS93Rest.js"] = 253; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/ArcIMS.js"] = 466; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Boxes.js"] = 76; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/EventPane.js"] = 418; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/FixedZoomLevels.js"] = 315; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/GML.js"] = 174; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/GeoRSS.js"] = 266; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Google.js"] = 795; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Google/v3.js"] = 419; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Grid.js"] = 755; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/HTTPRequest.js"] = 230; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Image.js"] = 254; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/KaMap.js"] = 206; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/KaMapCache.js"] = 148; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/en.js"] = 128; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang/nds.js"] = 61; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/LineString.js"] = 552; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/Curve.js"] = 93; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/Point.js"] = 283; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/Polygon.js"] = 259; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/Rectangle.js"] = 99; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/Collection.js"] = 546; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js"] = 46; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/Surface.js"] = 17; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/LinearRing.js"] = 417; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPoint.js"] = 70; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiLineString.js"] = 262; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Marker.js"] = 242; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Feature.js"] = 227; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ScaleLine.js"] = 223; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/TransformFeature.js"] = 579; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Panel.js"] = 371; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/MousePosition.js"] = 213; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/WMSGetFeatureInfo.js"] = 524; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/EditingToolbar.js"] = 63; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js"] = 127; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/SLDSelect.js"] = 569; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/SelectFeature.js"] = 613; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Attribution.js"] = 97; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Snapping.js"] = 547; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ZoomBox.js"] = 95; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Permalink.js"] = 220; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/MouseToolbar.js"] = 406; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ZoomPanel.js"] = 54; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Graticule.js"] = 373; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/NavigationHistory.js"] = 423; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/WMTSGetFeatureInfo.js"] = 442; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/PanZoomBar.js"] = 396; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/DrawFeature.js"] = 126; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Scale.js"] = 99; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ModifyFeature.js"] = 777; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Navigation.js"] = 303; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/GetFeature.js"] = 595; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/NavToolbar.js"] = 55; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/DragFeature.js"] = 303; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ArgParser.js"] = 166; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/PanZoom.js"] = 246; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/DragPan.js"] = 94; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Button.js"] = 44; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js"] = 40; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ZoomOut.js"] = 35; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/LayerSwitcher.js"] = 620; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/PanPanel.js"] = 63; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/ZoomIn.js"] = 35; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/OverviewMap.js"] = 720; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Measure.js"] = 321; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Split.js"] = 498; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/MouseDefaults.js"] = 368; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Control/Pan.js"] = 86; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/StyleMap.js"] = 160; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Marker/Box.js"] = 120; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/WorldWind.js"] = 120; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/SphericalMercator.js"] = 196; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Vector/RootContainer.js"] = 157; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/MapGuide.js"] = 489; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer.js"] = 199; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer/Untiled.js"] = 72; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Markers.js"] = 187; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/MultiMap.js"] = 284; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/PointTrack.js"] = 103; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/SphericalMercator.js"] = 196; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/TMS.js"] = 167; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Text.js"] = 264; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/KaMapCache.js"] = 148; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Image.js"] = 254; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Boxes.js"] = 76; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/MultiMap.js"] = 284; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/FixedZoomLevels.js"] = 315; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/KaMap.js"] = 206; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Grid.js"] = 755; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer.js"] = 199; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/TileCache.js"] = 165; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Vector.js"] = 947; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Vector/RootContainer.js"] = 157; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/ArcGIS93Rest.js"] = 253; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer/Untiled.js"] = 72; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/VirtualEarth.js"] = 368; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/WFS.js"] = 609; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/ArcIMS.js"] = 466; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/WMS.js"] = 268; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/WMS/Post.js"] = 99; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js"] = 72; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Vector.js"] = 947; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Text.js"] = 264; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/EventPane.js"] = 418; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/TMS.js"] = 167; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Google/v3.js"] = 419; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/HTTPRequest.js"] = 230; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/WMTS.js"] = 476; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/WorldWind.js"] = 120; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/XYZ.js"] = 196; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Yahoo.js"] = 430; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/GML.js"] = 174; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Google.js"] = 795; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js"] = 72; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/WMS/Post.js"] = 99; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Markers.js"] = 187; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/WFS.js"] = 609; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Zoomify.js"] = 308; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Map.js"] = 2417; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Marker.js"] = 242; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Marker/Box.js"] = 120; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Popup.js"] = 1052; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Popup/Anchored.js"] = 198; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js"] = 190; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Popup/Framed.js"] = 343; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Popup/FramedCloud.js"] = 231; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Projection.js"] = 178; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/Yahoo.js"] = 430; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer/GeoRSS.js"] = 266; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Protocol.js"] = 272; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Protocol/HTTP.js"] = 655; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS.js"] = 33; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS/v1_0_0.js"] = 132; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Layer.js"] = 1304; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Symbolizer.js"] = 51; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Projection.js"] = 178; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler.js"] = 287; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Lang.js"] = 133; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Popup.js"] = 1052; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Line.js"] = 69; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Point.js"] = 141; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Polygon.js"] = 81; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Raster.js"] = 34; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Text.js"] = 65; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format.js"] = 123; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Style2.js"] = 111; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/SingleFile.js"] = 10; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Size.js"] = 85; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Pixel.js"] = 125; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Bounds.js"] = 681; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Class.js"] = 116; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/BaseTypes/LonLat.js"] = 190; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Element.js"] = 251; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Map.js"] = 2417; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext/v0_3_1.js"] = 589; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_0_0.js"] = 76; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1.js"] = 835; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_1_0.js"] = 127; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities.js"] = 83; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords.js"] = 34; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities/v1_0_0.js"] = 221; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML/Features.js"] = 49; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSGetFeatureInfo.js"] = 284; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/Atom.js"] = 727; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/OSM.js"] = 457; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/GeoJSON.js"] = 716; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer.js"] = 91; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML.js"] = 1028; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain.js"] = 34; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMC.js"] = 152; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities.js"] = 162; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/Context.js"] = 334; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/JSON.js"] = 389; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetFeatureOfInterest.js"] = 193; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer/v1_1.js"] = 100; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/SLD.js"] = 131; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/GPX.js"] = 184; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js"] = 30; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1.js"] = 58; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1.js"] = 418; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1.js"] = 118; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_0.js"] = 62; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3.js"] = 128; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetObservation.js"] = 262; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFSDescribeFeatureType.js"] = 197; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/Text.js"] = 152; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1_0_0.js"] = 51; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1.js"] = 1099; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/GML/Base.js"] = 578; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/GML/v3.js"] = 462; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/GML/v2.js"] = 193; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/GML.js"] = 924; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/Filter.js"] = 115; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js"] = 440; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities.js"] = 79; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WKT.js"] = 358; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/XML.js"] = 881; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFS.js"] = 220; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_0_0.js"] = 150; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1.js"] = 368; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_1_0.js"] = 161; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFST.js"] = 34; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext.js"] = 81; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/KML.js"] = 1429; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain/v2_0_2.js"] = 243; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities/v1_0_0.js"] = 158; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_0_0.js"] = 50; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1.js"] = 256; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_1_0.js"] = 64; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_0_0.js"] = 156; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1.js"] = 126; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_1_0.js"] = 35; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities.js"] = 81; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_0_0.js"] = 168; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1.js"] = 426; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_1_0.js"] = 181; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Format/GeoRSS.js"] = 420; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Geometry.js"] = 456; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Renderer/SVG.js"] = 995; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Renderer/Elements.js"] = 1010; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Renderer/VML.js"] = 999; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Renderer/Canvas.js"] = 494; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Console.js"] = 246; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Protocol/SQL.js"] = 88; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Protocol/SQL/Gears.js"] = 561; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS.js"] = 71; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1.js"] = 342; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Protocol/HTTP.js"] = 655; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_0_0.js"] = 44; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1.js"] = 342; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_1_0.js"] = 48; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Renderer.js"] = 362; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Renderer/Canvas.js"] = 494; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Renderer/Elements.js"] = 1010; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Renderer/SVG.js"] = 995; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Renderer/VML.js"] = 999; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Request.js"] = 358; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Request/XMLHttpRequest.js"] = 383; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Rule.js"] = 239; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/SingleFile.js"] = 10; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Strategy.js"] = 117; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Strategy/BBOX.js"] = 278; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS.js"] = 71; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS.js"] = 33; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS/v1_0_0.js"] = 132; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/BaseTypes.js"] = 681; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Filter.js"] = 68; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Strategy/Save.js"] = 229; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Strategy/Refresh.js"] = 140; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Strategy/Cluster.js"] = 280; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Strategy/BBOX.js"] = 278; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Strategy/Filter.js"] = 164; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Strategy/Fixed.js"] = 138; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Strategy/Paging.js"] = 236; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Strategy/Refresh.js"] = 140; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Strategy/Save.js"] = 229; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Style.js"] = 443; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Style2.js"] = 111; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/StyleMap.js"] = 160; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Symbolizer.js"] = 51; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Line.js"] = 69; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Point.js"] = 141; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Polygon.js"] = 81; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Raster.js"] = 34; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Text.js"] = 65; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Tile.js"] = 281; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Strategy/Fixed.js"] = 138; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Renderer.js"] = 362; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Tile/Image.js"] = 578; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Tile/Image/IFrame.js"] = 262; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Tile/WFS.js"] = 192; -$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Tween.js"] = 318; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Strategy.js"] = 117; $LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Util.js"] = 1797; -$LINE_COUNT["openlayers/src/openlayers/lib/Rico/Color.js"] = 244; -$LINE_COUNT["openlayers/src/openlayers/lib/Rico/Corner.js"] = 329; -$LINE_COUNT["pmd/designer_db.js"] = 136; -$LINE_COUNT["pmd/designer_objects.js"] = 17; -$LINE_COUNT["pmd/designer_page.js"] = 164; -$LINE_COUNT["pmd/history.js"] = 813; -$LINE_COUNT["pmd/iecanvas.js"] = 147; -$LINE_COUNT["pmd/init.js"] = 40; -$LINE_COUNT["pmd/move.js"] = 2004; -$LINE_COUNT["server_status_queries.js"] = 34; -$LINE_COUNT["server_user_groups.js"] = 42; -$LINE_COUNT["sprintf.js"] = 211; -$LINE_COUNT["tbl_find_replace.js"] = 47; -$LINE_COUNT["tracekit/tracekit.js"] = 1114; -$LINE_COUNT["transformations/image_upload.js"] = 28; -$LINE_COUNT["transformations/json.js"] = 17; -$LINE_COUNT["transformations/xml.js"] = 18; -$LINE_COUNT["transformations/json_editor.js"] = 17; -$LINE_COUNT["transformations/sql_editor.js"] = 30; -$LINE_COUNT["transformations/xml_editor.js"] = 16; -$LINE_COUNT["ajax.js"] = 1031; -$LINE_COUNT["common.js"] = 515; -$LINE_COUNT["config.js"] = 798; -$LINE_COUNT["console.js"] = 1033; -$LINE_COUNT["db_central_columns.js"] = 201; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Request/XMLHttpRequest.js"] = 383; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Style.js"] = 443; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Request.js"] = 358; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Popup/Anchored.js"] = 198; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js"] = 190; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Popup/FramedCloud.js"] = 231; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Popup/Framed.js"] = 343; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Rule.js"] = 239; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Icon.js"] = 227; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Events.js"] = 855; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/RegularPolygon.js"] = 421; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Feature.js"] = 388; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Point.js"] = 373; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Polygon.js"] = 144; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/MouseWheel.js"] = 283; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Drag.js"] = 420; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Keyboard.js"] = 109; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Box.js"] = 221; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Click.js"] = 325; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Path.js"] = 302; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Handler/Hover.js"] = 183; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Filter/Comparison.js"] = 258; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Filter/Logical.js"] = 119; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Filter/Spatial.js"] = 128; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Filter/FeatureId.js"] = 81; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Feature/Vector.js"] = 454; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Feature/WFS.js"] = 80; +$LINE_COUNT["openlayers/src/openlayers/lib/OpenLayers/Tile.js"] = 281; +$LINE_COUNT["openlayers/OpenLayers.js"] = 2680; $LINE_COUNT["db_qbe.js"] = 64; -$LINE_COUNT["db_structure.js"] = 391; -$LINE_COUNT["db_tracking.js"] = 84; -$LINE_COUNT["error_report.js"] = 340; -$LINE_COUNT["export.js"] = 401; -$LINE_COUNT["functions.js"] = 4572; -$LINE_COUNT["gis_data_editor.js"] = 396; -$LINE_COUNT["import.js"] = 167; -$LINE_COUNT["indexes.js"] = 697; -$LINE_COUNT["makegrid.js"] = 1962; -$LINE_COUNT["menu-resizer.js"] = 182; -$LINE_COUNT["navigation.js"] = 1507; -$LINE_COUNT["normalization.js"] = 707; -$LINE_COUNT["replication.js"] = 73; -$LINE_COUNT["rte.js"] = 944; -$LINE_COUNT["server_databases.js"] = 137; -$LINE_COUNT["server_plugins.js"] = 30; -$LINE_COUNT["server_privileges.js"] = 451; -$LINE_COUNT["server_status_advisor.js"] = 93; -$LINE_COUNT["server_status_monitor.js"] = 2172; -$LINE_COUNT["server_status_processes.js"] = 189; -$LINE_COUNT["server_status_sorter.js"] = 89; -$LINE_COUNT["server_status_variables.js"] = 103; -$LINE_COUNT["server_variables.js"] = 147; -$LINE_COUNT["sql.js"] = 843; -$LINE_COUNT["tbl_change.js"] = 754; -$LINE_COUNT["tbl_chart.js"] = 429; -$LINE_COUNT["tbl_gis_visualization.js"] = 353; -$LINE_COUNT["tbl_operations.js"] = 243; -$LINE_COUNT["tbl_relation.js"] = 234; -$LINE_COUNT["tbl_select.js"] = 395; -$LINE_COUNT["tbl_structure.js"] = 397; -$LINE_COUNT["tbl_tracking.js"] = 95; -$LINE_COUNT["tbl_zoom_plot_jqplot.js"] = 638; +$LINE_COUNT["ajax.js"] = 1031; diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/makegrid.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/makegrid.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/makegrid.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/makegrid.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/menu-resizer.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/menu-resizer.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/menu-resizer.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/menu-resizer.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/messages.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/messages.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/messages.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/messages.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/multi_column_sort.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/multi_column_sort.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/multi_column_sort.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/multi_column_sort.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/navigation.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/navigation.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/navigation.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/navigation.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/normalization.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/normalization.js similarity index 99% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/normalization.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/normalization.js index d23adf6e..951bc9c5 100644 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/normalization.js +++ b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/normalization.js @@ -101,7 +101,7 @@ function goToFinish1NF() } $("#mainContent legend").html(PMA_messages.strEndStep); $("#mainContent h4").html( - "

    " + PMA_sprintf(PMA_messages.strFinishMsg, PMA_commonParams.get('table')) + "

    " + "

    " + PMA_sprintf(PMA_messages.strFinishMsg, escapeHtml(PMA_commonParams.get('table'))) + "

    " ); $("#mainContent p").html(''); $("#mainContent #extra").html(''); diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/OpenLayers.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/OpenLayers.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/OpenLayers.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/OpenLayers.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/blank.gif b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/blank.gif similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/blank.gif rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/blank.gif diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/cloud-popup-relative.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/cloud-popup-relative.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/cloud-popup-relative.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/cloud-popup-relative.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/drag-rectangle-off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/drag-rectangle-off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/drag-rectangle-off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/drag-rectangle-off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/drag-rectangle-on.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/drag-rectangle-on.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/drag-rectangle-on.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/drag-rectangle-on.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/east-mini.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/east-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/east-mini.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/east-mini.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/layer-switcher-maximize.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/layer-switcher-maximize.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/layer-switcher-maximize.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/layer-switcher-maximize.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/layer-switcher-minimize.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/layer-switcher-minimize.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/layer-switcher-minimize.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/layer-switcher-minimize.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/marker-blue.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/marker-blue.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/marker-blue.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/marker-blue.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/marker-gold.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/marker-gold.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/marker-gold.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/marker-gold.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/marker-green.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/marker-green.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/marker-green.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/marker-green.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/marker.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/marker.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/marker.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/marker.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/measuring-stick-off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/measuring-stick-off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/measuring-stick-off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/measuring-stick-off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/measuring-stick-on.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/measuring-stick-on.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/measuring-stick-on.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/measuring-stick-on.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/north-mini.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/north-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/north-mini.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/north-mini.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/panning-hand-off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/panning-hand-off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/panning-hand-off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/panning-hand-off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/panning-hand-on.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/panning-hand-on.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/panning-hand-on.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/panning-hand-on.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/slider.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/slider.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/slider.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/slider.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/south-mini.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/south-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/south-mini.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/south-mini.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/west-mini.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/west-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/west-mini.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/west-mini.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/zoom-minus-mini.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/zoom-minus-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/zoom-minus-mini.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/zoom-minus-mini.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/zoom-plus-mini.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/zoom-plus-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/zoom-plus-mini.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/zoom-plus-mini.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/zoom-world-mini.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/zoom-world-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/zoom-world-mini.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/zoom-world-mini.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/zoombar.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/zoombar.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/img/zoombar.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/img/zoombar.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/README b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/README similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/README rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/README diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/errorIcon.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/errorIcon.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/errorIcon.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/errorIcon.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebug.css b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebug.css similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebug.css rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebug.css diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebug.html b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebug.html similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebug.html rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebug.html diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebug.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebug.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebug.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebug.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebugx.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebugx.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebugx.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/firebugx.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/infoIcon.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/infoIcon.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/infoIcon.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/infoIcon.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/license.txt b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/license.txt similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/license.txt rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/license.txt diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/readme.txt b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/readme.txt similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/readme.txt rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/readme.txt diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/warningIcon.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/warningIcon.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Firebug/warningIcon.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Firebug/warningIcon.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Gears/gears_init.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Gears/gears_init.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Gears/gears_init.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Gears/gears_init.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Ajax.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Ajax.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Ajax.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Ajax.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Bounds.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Bounds.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Bounds.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Bounds.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Class.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Class.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Class.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Class.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Element.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Element.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Element.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Element.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/LonLat.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/LonLat.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/LonLat.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/LonLat.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Pixel.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Pixel.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Pixel.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Pixel.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Size.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Size.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Size.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/BaseTypes/Size.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Console.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Console.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Console.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Console.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ArgParser.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ArgParser.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ArgParser.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ArgParser.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Attribution.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Attribution.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Attribution.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Attribution.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Button.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Button.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Button.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Button.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/DragFeature.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/DragFeature.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/DragFeature.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/DragFeature.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/DragPan.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/DragPan.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/DragPan.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/DragPan.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/DrawFeature.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/DrawFeature.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/DrawFeature.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/DrawFeature.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/EditingToolbar.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/EditingToolbar.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/EditingToolbar.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/EditingToolbar.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/GetFeature.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/GetFeature.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/GetFeature.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/GetFeature.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Graticule.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Graticule.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Graticule.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Graticule.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/LayerSwitcher.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/LayerSwitcher.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/LayerSwitcher.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/LayerSwitcher.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Measure.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Measure.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Measure.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Measure.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ModifyFeature.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ModifyFeature.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ModifyFeature.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ModifyFeature.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/MouseDefaults.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/MouseDefaults.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/MouseDefaults.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/MouseDefaults.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/MousePosition.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/MousePosition.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/MousePosition.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/MousePosition.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/MouseToolbar.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/MouseToolbar.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/MouseToolbar.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/MouseToolbar.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/NavToolbar.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/NavToolbar.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/NavToolbar.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/NavToolbar.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Navigation.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Navigation.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Navigation.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Navigation.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/NavigationHistory.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/NavigationHistory.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/NavigationHistory.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/NavigationHistory.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/OverviewMap.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/OverviewMap.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/OverviewMap.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/OverviewMap.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Pan.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Pan.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Pan.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Pan.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/PanPanel.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/PanPanel.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/PanPanel.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/PanPanel.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoom.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoom.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoom.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoom.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoomBar.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoomBar.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoomBar.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/PanZoomBar.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Panel.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Panel.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Panel.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Panel.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Permalink.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Permalink.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Permalink.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Permalink.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/SLDSelect.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/SLDSelect.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/SLDSelect.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/SLDSelect.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Scale.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Scale.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Scale.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Scale.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ScaleLine.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ScaleLine.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ScaleLine.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ScaleLine.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/SelectFeature.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/SelectFeature.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/SelectFeature.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/SelectFeature.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Snapping.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Snapping.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Snapping.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Snapping.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Split.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Split.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Split.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/Split.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/TransformFeature.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/TransformFeature.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/TransformFeature.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/TransformFeature.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/WMSGetFeatureInfo.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/WMSGetFeatureInfo.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/WMSGetFeatureInfo.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/WMSGetFeatureInfo.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/WMTSGetFeatureInfo.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/WMTSGetFeatureInfo.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/WMTSGetFeatureInfo.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/WMTSGetFeatureInfo.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomBox.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomBox.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomBox.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomBox.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomIn.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomIn.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomIn.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomIn.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomOut.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomOut.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomOut.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomOut.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomPanel.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomPanel.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomPanel.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomPanel.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Events.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Events.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Events.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Events.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Feature.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Feature.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Feature.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Feature.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Feature/Vector.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Feature/Vector.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Feature/Vector.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Feature/Vector.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Feature/WFS.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Feature/WFS.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Feature/WFS.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Feature/WFS.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/Comparison.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/Comparison.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/Comparison.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/Comparison.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/FeatureId.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/FeatureId.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/FeatureId.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/FeatureId.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/Logical.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/Logical.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/Logical.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/Logical.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/Spatial.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/Spatial.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/Spatial.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Filter/Spatial.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML/Features.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML/Features.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML/Features.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/ArcXML/Features.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Atom.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Atom.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Atom.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Atom.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain/v2_0_2.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain/v2_0_2.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain/v2_0_2.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetDomain/v2_0_2.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Context.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Context.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Context.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Context.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_0_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_0_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_0_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_0_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_1_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_1_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_1_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Filter/v1_1_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/Base.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/Base.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/Base.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/Base.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v2.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v2.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v2.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v2.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v3.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v3.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v3.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GML/v3.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GPX.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GPX.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GPX.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GPX.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GeoJSON.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GeoJSON.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GeoJSON.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GeoJSON.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GeoRSS.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GeoRSS.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GeoRSS.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/GeoRSS.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/JSON.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/JSON.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/JSON.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/JSON.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/KML.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/KML.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/KML.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/KML.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OSM.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OSM.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OSM.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OSM.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_0_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_0_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_0_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_0_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_1_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_1_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_1_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSCommon/v1_1_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext/v0_3_1.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext/v0_3_1.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext/v0_3_1.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/OWSContext/v0_3_1.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1_0_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1_0_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1_0_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SLD/v1_0_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities/v1_0_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities/v1_0_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities/v1_0_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSCapabilities/v1_0_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetFeatureOfInterest.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetFeatureOfInterest.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetFeatureOfInterest.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetFeatureOfInterest.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetObservation.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetObservation.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetObservation.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/SOSGetObservation.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Text.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Text.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Text.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/Text.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFS.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFS.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFS.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFS.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_0_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_0_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_0_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_0_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_1_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_1_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_1_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_1_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSDescribeFeatureType.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSDescribeFeatureType.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSDescribeFeatureType.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFSDescribeFeatureType.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_0_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_0_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_0_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_0_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_1_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_1_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_1_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WFST/v1_1_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WKT.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WKT.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WKT.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WKT.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_0_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_0_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_0_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_0_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_1_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_1_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_1_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMC/v1_1_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer/v1_1.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer/v1_1.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer/v1_1.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSDescribeLayer/v1_1.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSGetFeatureInfo.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSGetFeatureInfo.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSGetFeatureInfo.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMSGetFeatureInfo.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities/v1_0_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities/v1_0_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities/v1_0_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/WMTSCapabilities/v1_0_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/XML.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/XML.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/XML.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Format/XML.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Collection.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Collection.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Collection.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Collection.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Curve.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Curve.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Curve.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Curve.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/LineString.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/LineString.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/LineString.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/LineString.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/LinearRing.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/LinearRing.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/LinearRing.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/LinearRing.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiLineString.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiLineString.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiLineString.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiLineString.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPoint.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPoint.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPoint.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPoint.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Point.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Point.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Point.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Point.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Polygon.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Polygon.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Polygon.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Polygon.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Rectangle.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Rectangle.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Rectangle.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Rectangle.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Surface.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Surface.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Surface.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Geometry/Surface.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Box.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Box.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Box.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Box.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Click.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Click.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Click.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Click.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Drag.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Drag.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Drag.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Drag.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Feature.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Feature.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Feature.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Feature.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Hover.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Hover.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Hover.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Hover.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Keyboard.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Keyboard.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Keyboard.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Keyboard.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/MouseWheel.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/MouseWheel.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/MouseWheel.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/MouseWheel.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Path.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Path.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Path.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Path.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Point.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Point.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Point.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Point.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Polygon.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Polygon.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Polygon.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/Polygon.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/RegularPolygon.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/RegularPolygon.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/RegularPolygon.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Handler/RegularPolygon.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Icon.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Icon.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Icon.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Icon.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ar.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ar.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ar.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ar.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/be-tarask.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/be-tarask.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/be-tarask.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/be-tarask.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/bg.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/bg.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/bg.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/bg.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/br.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/br.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/br.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/br.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ca.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ca.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ca.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ca.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/cs-CZ.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/cs-CZ.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/cs-CZ.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/cs-CZ.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/da-DK.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/da-DK.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/da-DK.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/da-DK.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/de.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/de.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/de.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/de.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/el.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/el.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/el.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/el.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/en-CA.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/en-CA.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/en-CA.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/en-CA.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/en.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/en.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/en.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/en.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/es.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/es.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/es.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/es.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/fi.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/fi.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/fi.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/fi.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/fr.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/fr.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/fr.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/fr.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/fur.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/fur.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/fur.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/fur.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/gl.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/gl.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/gl.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/gl.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/gsw.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/gsw.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/gsw.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/gsw.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/hr.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/hr.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/hr.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/hr.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/hsb.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/hsb.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/hsb.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/hsb.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/hu.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/hu.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/hu.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/hu.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ia.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ia.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ia.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ia.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/id.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/id.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/id.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/id.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/io.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/io.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/io.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/io.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/is.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/is.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/is.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/is.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/it.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/it.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/it.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/it.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ja.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ja.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ja.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ja.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/km.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/km.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/km.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/km.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ksh.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ksh.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ksh.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ksh.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nb.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nb.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nb.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nb.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nds.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nds.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nds.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nds.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nl.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nl.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nl.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nl.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nn.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nn.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nn.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/nn.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/oc.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/oc.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/oc.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/oc.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/pt-BR.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/pt-BR.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/pt-BR.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/pt-BR.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/pt.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/pt.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/pt.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/pt.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ru.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ru.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ru.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/ru.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/sk.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/sk.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/sk.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/sk.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/sv-SE.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/sv-SE.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/sv-SE.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/sv-SE.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/te.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/te.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/te.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/te.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/vi.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/vi.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/vi.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/vi.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/zh-CN.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/zh-CN.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/zh-CN.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/zh-CN.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/zh-TW.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/zh-TW.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/zh-TW.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Lang/zh-TW.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcGIS93Rest.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcGIS93Rest.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcGIS93Rest.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcGIS93Rest.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcIMS.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcIMS.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcIMS.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/ArcIMS.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Boxes.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Boxes.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Boxes.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Boxes.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/EventPane.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/EventPane.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/EventPane.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/EventPane.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/FixedZoomLevels.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/FixedZoomLevels.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/FixedZoomLevels.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/FixedZoomLevels.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/GML.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/GML.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/GML.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/GML.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/GeoRSS.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/GeoRSS.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/GeoRSS.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/GeoRSS.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Google.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Google.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Google.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Google.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Google/v3.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Google/v3.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Google/v3.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Google/v3.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Grid.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Grid.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Grid.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Grid.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/HTTPRequest.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/HTTPRequest.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/HTTPRequest.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/HTTPRequest.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Image.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Image.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Image.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Image.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/KaMap.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/KaMap.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/KaMap.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/KaMap.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/KaMapCache.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/KaMapCache.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/KaMapCache.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/KaMapCache.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapGuide.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapGuide.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapGuide.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapGuide.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer/Untiled.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer/Untiled.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer/Untiled.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MapServer/Untiled.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Markers.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Markers.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Markers.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Markers.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MultiMap.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MultiMap.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MultiMap.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/MultiMap.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/PointTrack.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/PointTrack.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/PointTrack.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/PointTrack.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/SphericalMercator.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/SphericalMercator.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/SphericalMercator.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/SphericalMercator.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/TMS.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/TMS.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/TMS.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/TMS.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Text.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Text.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Text.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Text.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/TileCache.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/TileCache.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/TileCache.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/TileCache.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Vector.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Vector.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Vector.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Vector.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Vector/RootContainer.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Vector/RootContainer.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Vector/RootContainer.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Vector/RootContainer.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/VirtualEarth.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/VirtualEarth.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/VirtualEarth.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/VirtualEarth.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WFS.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WFS.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WFS.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WFS.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS/Post.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS/Post.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS/Post.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS/Post.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMTS.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMTS.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMTS.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WMTS.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WorldWind.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WorldWind.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WorldWind.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/WorldWind.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/XYZ.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/XYZ.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/XYZ.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/XYZ.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Yahoo.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Yahoo.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Yahoo.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Yahoo.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Zoomify.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Zoomify.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Zoomify.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Layer/Zoomify.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Map.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Map.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Map.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Map.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Marker.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Marker.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Marker.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Marker.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Marker/Box.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Marker/Box.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Marker/Box.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Marker/Box.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/Anchored.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/Anchored.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/Anchored.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/Anchored.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/Framed.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/Framed.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/Framed.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/Framed.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/FramedCloud.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/FramedCloud.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/FramedCloud.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Popup/FramedCloud.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Projection.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Projection.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Projection.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Projection.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/HTTP.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/HTTP.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/HTTP.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/HTTP.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS/v1_0_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS/v1_0_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS/v1_0_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SOS/v1_0_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SQL.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SQL.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SQL.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SQL.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SQL/Gears.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SQL/Gears.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SQL/Gears.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/SQL/Gears.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_0_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_0_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_0_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_0_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_1_0.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_1_0.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_1_0.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Protocol/WFS/v1_1_0.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/Canvas.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/Canvas.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/Canvas.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/Canvas.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/Elements.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/Elements.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/Elements.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/Elements.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/SVG.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/SVG.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/SVG.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/SVG.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/VML.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/VML.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/VML.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Renderer/VML.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Request.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Request.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Request.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Request.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Request/XMLHttpRequest.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Request/XMLHttpRequest.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Request/XMLHttpRequest.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Request/XMLHttpRequest.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Rule.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Rule.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Rule.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Rule.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/SingleFile.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/SingleFile.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/SingleFile.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/SingleFile.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/BBOX.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/BBOX.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/BBOX.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/BBOX.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Cluster.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Cluster.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Cluster.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Cluster.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Filter.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Filter.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Filter.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Filter.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Fixed.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Fixed.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Fixed.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Fixed.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Paging.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Paging.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Paging.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Paging.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Refresh.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Refresh.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Refresh.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Refresh.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Save.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Save.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Save.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Strategy/Save.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Style.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Style.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Style.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Style.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Style2.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Style2.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Style2.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Style2.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/StyleMap.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/StyleMap.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/StyleMap.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/StyleMap.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Line.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Line.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Line.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Line.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Point.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Point.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Point.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Point.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Polygon.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Polygon.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Polygon.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Polygon.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Raster.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Raster.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Raster.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Raster.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Text.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Text.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Text.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Symbolizer/Text.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile/Image.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile/Image.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile/Image.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile/Image.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile/Image/IFrame.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile/Image/IFrame.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile/Image/IFrame.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile/Image/IFrame.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile/WFS.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile/WFS.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile/WFS.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tile/WFS.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tween.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tween.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tween.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Tween.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Util.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Util.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Util.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/OpenLayers/Util.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Rico/Color.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Rico/Color.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Rico/Color.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Rico/Color.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Rico/Corner.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Rico/Corner.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/src/openlayers/lib/Rico/Corner.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/src/openlayers/lib/Rico/Corner.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/framedCloud.css b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/framedCloud.css similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/framedCloud.css rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/framedCloud.css diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/google.css b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/google.css similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/google.css rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/google.css diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/ie6-style.css b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/ie6-style.css similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/ie6-style.css rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/ie6-style.css diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/add_point_off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/add_point_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/add_point_off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/add_point_off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/add_point_on.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/add_point_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/add_point_on.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/add_point_on.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/blank.gif b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/blank.gif similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/blank.gif rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/blank.gif diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/close.gif b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/close.gif similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/close.gif rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/close.gif diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/drag-rectangle-off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/drag-rectangle-off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/drag-rectangle-off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/drag-rectangle-off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/drag-rectangle-on.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/drag-rectangle-on.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/drag-rectangle-on.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/drag-rectangle-on.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/draw_line_off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/draw_line_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/draw_line_off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/draw_line_off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/draw_line_on.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/draw_line_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/draw_line_on.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/draw_line_on.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/draw_point_off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/draw_point_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/draw_point_off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/draw_point_off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/draw_point_on.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/draw_point_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/draw_point_on.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/draw_point_on.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/draw_polygon_off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/draw_polygon_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/draw_polygon_off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/draw_polygon_off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/draw_polygon_on.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/draw_polygon_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/draw_polygon_on.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/draw_polygon_on.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/editing_tool_bar.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/editing_tool_bar.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/editing_tool_bar.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/editing_tool_bar.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/move_feature_off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/move_feature_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/move_feature_off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/move_feature_off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/move_feature_on.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/move_feature_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/move_feature_on.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/move_feature_on.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/navigation_history.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/navigation_history.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/navigation_history.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/navigation_history.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/overview_replacement.gif b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/overview_replacement.gif similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/overview_replacement.gif rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/overview_replacement.gif diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/pan-panel-NOALPHA.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/pan-panel-NOALPHA.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/pan-panel-NOALPHA.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/pan-panel-NOALPHA.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/pan-panel.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/pan-panel.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/pan-panel.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/pan-panel.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/pan_off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/pan_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/pan_off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/pan_off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/pan_on.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/pan_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/pan_on.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/pan_on.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/panning-hand-off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/panning-hand-off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/panning-hand-off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/panning-hand-off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/panning-hand-on.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/panning-hand-on.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/panning-hand-on.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/panning-hand-on.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/remove_point_off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/remove_point_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/remove_point_off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/remove_point_off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/remove_point_on.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/remove_point_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/remove_point_on.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/remove_point_on.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/ruler.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/ruler.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/ruler.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/ruler.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/save_features_off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/save_features_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/save_features_off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/save_features_off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/save_features_on.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/save_features_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/save_features_on.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/save_features_on.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/view_next_off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/view_next_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/view_next_off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/view_next_off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/view_next_on.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/view_next_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/view_next_on.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/view_next_on.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/view_previous_off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/view_previous_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/view_previous_off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/view_previous_off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/view_previous_on.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/view_previous_on.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/view_previous_on.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/view_previous_on.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/zoom-panel-NOALPHA.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/zoom-panel-NOALPHA.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/zoom-panel-NOALPHA.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/zoom-panel-NOALPHA.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/zoom-panel.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/zoom-panel.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/img/zoom-panel.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/img/zoom-panel.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/style.css b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/style.css similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/openlayers/theme/default/style.css rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/openlayers/theme/default/style.css diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/pmd/designer_db.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/pmd/designer_db.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/pmd/designer_db.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/pmd/designer_db.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/pmd/designer_objects.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/pmd/designer_objects.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/pmd/designer_objects.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/pmd/designer_objects.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/pmd/designer_page.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/pmd/designer_page.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/pmd/designer_page.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/pmd/designer_page.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/pmd/history.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/pmd/history.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/pmd/history.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/pmd/history.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/pmd/iecanvas.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/pmd/iecanvas.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/pmd/iecanvas.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/pmd/iecanvas.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/pmd/init.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/pmd/init.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/pmd/init.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/pmd/init.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/pmd/move.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/pmd/move.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/pmd/move.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/pmd/move.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/replication.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/replication.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/replication.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/replication.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/rte.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/rte.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/rte.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/rte.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_databases.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_databases.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_databases.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_databases.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_plugins.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_plugins.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_plugins.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_plugins.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_privileges.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_privileges.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_privileges.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_privileges.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_status_advisor.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_status_advisor.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_status_advisor.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_status_advisor.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_status_monitor.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_status_monitor.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_status_monitor.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_status_monitor.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_status_processes.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_status_processes.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_status_processes.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_status_processes.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_status_queries.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_status_queries.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_status_queries.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_status_queries.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_status_sorter.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_status_sorter.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_status_sorter.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_status_sorter.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_status_variables.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_status_variables.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_status_variables.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_status_variables.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_user_groups.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_user_groups.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_user_groups.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_user_groups.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_variables.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_variables.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/server_variables.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/server_variables.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/sprintf.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/sprintf.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/sprintf.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/sprintf.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/sql.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/sql.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/sql.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/sql.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_change.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_change.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_change.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_change.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_chart.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_chart.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_chart.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_chart.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_find_replace.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_find_replace.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_find_replace.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_find_replace.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_gis_visualization.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_gis_visualization.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_gis_visualization.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_gis_visualization.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_operations.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_operations.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_operations.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_operations.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_relation.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_relation.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_relation.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_relation.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_select.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_select.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_select.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_select.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_structure.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_structure.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_structure.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_structure.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_tracking.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_tracking.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_tracking.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_tracking.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_zoom_plot_jqplot.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_zoom_plot_jqplot.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tbl_zoom_plot_jqplot.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tbl_zoom_plot_jqplot.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tracekit/tracekit.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tracekit/tracekit.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/tracekit/tracekit.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/tracekit/tracekit.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/transformations/image_upload.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/transformations/image_upload.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/transformations/image_upload.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/transformations/image_upload.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/transformations/json.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/transformations/json.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/transformations/json.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/transformations/json.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/transformations/json_editor.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/transformations/json_editor.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/transformations/json_editor.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/transformations/json_editor.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/transformations/sql_editor.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/transformations/sql_editor.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/transformations/sql_editor.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/transformations/sql_editor.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/transformations/xml.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/transformations/xml.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/transformations/xml.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/transformations/xml.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/transformations/xml_editor.js b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/transformations/xml_editor.js similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/transformations/xml_editor.js rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/transformations/xml_editor.js diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/js/whitelist.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/js/whitelist.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/js/whitelist.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/js/whitelist.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/Advisor.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/Advisor.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/Advisor.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/Advisor.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/Config.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/Config.class.php similarity index 99% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/Config.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/Config.class.php index 4fd14b4b..51ffa68c 100644 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/Config.class.php +++ b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/Config.class.php @@ -114,7 +114,7 @@ function __construct($source = null) */ function checkSystem() { - $this->set('PMA_VERSION', '4.4.15.1'); + $this->set('PMA_VERSION', '4.4.15.3'); /** * @deprecated */ diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/Console.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/Console.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/Console.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/Console.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/DBQbe.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/DBQbe.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/DBQbe.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/DBQbe.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/DatabaseInterface.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/DatabaseInterface.class.php similarity index 99% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/DatabaseInterface.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/DatabaseInterface.class.php index f564078d..454a9528 100644 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/DatabaseInterface.class.php +++ b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/DatabaseInterface.class.php @@ -1725,13 +1725,26 @@ public function postConnect($link) 5 ); } - $this->query( + $result = $this->tryQuery( "SET collation_connection = '" . PMA_Util::sqlAddSlashes($GLOBALS['collation_connection']) . "';", $link, self::QUERY_STORE ); + if ($result === false) { + trigger_error( + __('Failed to set configured collation connection!'), + E_USER_WARNING + ); + $this->query( + "SET collation_connection = '" + . PMA_Util::sqlAddSlashes($default_collation) + . "';", + $link, + self::QUERY_STORE + ); + } } else { $this->query( "SET NAMES '$default_charset' COLLATE '$default_collation';", diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/DbSearch.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/DbSearch.class.php similarity index 99% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/DbSearch.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/DbSearch.class.php index a6a1e831..09a20d55 100644 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/DbSearch.class.php +++ b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/DbSearch.class.php @@ -344,7 +344,8 @@ private function _getResultsRow($each_table, $newsearchsqls, $odd_row, $res_cnt) $browse_result_path = 'sql.php' . PMA_URL_getCommon($this_url_params); $html_output .= '' . "\n"; echo '//' + echo 'document.write(\'

    ' . __('Go') . '

    \');' . "\n"; echo '//]]>' . "\n"; echo '' . "\n"; @@ -1012,4 +1012,13 @@ function PMA_setGlobalDbOrTable($param) $GLOBALS['url_params'][$param] = $GLOBALS[$param]; } } + +/* Compatibility with PHP < 5.6 */ +if(! function_exists('hash_equals')) { + function hash_equals($a, $b) { + $ret = strlen($a) ^ strlen($b); + $ret |= array_sum(unpack("C*", $a ^ $b)); + return ! $ret; + } +} ?> diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/create_addfield.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/create_addfield.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/create_addfield.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/create_addfield.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/data_dictionary_relations.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/data_dictionary_relations.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/data_dictionary_relations.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/data_dictionary_relations.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/database_interface.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/database_interface.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/database_interface.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/database_interface.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/db_common.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/db_common.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/db_common.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/db_common.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/db_designer.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/db_designer.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/db_designer.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/db_designer.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/db_info.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/db_info.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/db_info.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/db_info.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/db_printview.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/db_printview.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/db_printview.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/db_printview.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/db_table_exists.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/db_table_exists.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/db_table_exists.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/db_table_exists.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/dbi/DBIDrizzle.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/dbi/DBIDrizzle.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/dbi/DBIDrizzle.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/dbi/DBIDrizzle.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/dbi/DBIDummy.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/dbi/DBIDummy.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/dbi/DBIDummy.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/dbi/DBIDummy.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/dbi/DBIExtension.int.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/dbi/DBIExtension.int.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/dbi/DBIExtension.int.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/dbi/DBIExtension.int.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/dbi/DBIMysql.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/dbi/DBIMysql.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/dbi/DBIMysql.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/dbi/DBIMysql.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/dbi/DBIMysqli.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/dbi/DBIMysqli.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/dbi/DBIMysqli.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/dbi/DBIMysqli.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/dbi/drizzle-wrappers.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/dbi/drizzle-wrappers.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/dbi/drizzle-wrappers.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/dbi/drizzle-wrappers.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_change_password.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_change_password.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_change_password.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_change_password.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_create_database.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_create_database.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_create_database.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_create_database.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_create_table.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_create_table.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_create_table.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_create_table.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_export.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_export.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_export.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_export.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_export.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_export.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_export.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_export.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_git_revision.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_git_revision.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_git_revision.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_git_revision.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_import.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_import.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_import.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_import.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_import.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_import.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_import.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_import.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_import_ajax.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_import_ajax.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_import_ajax.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_import_ajax.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_select_lang.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_select_lang.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_select_lang.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_select_lang.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_structure.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_structure.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/display_structure.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/display_structure.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/bdb.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/bdb.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/bdb.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/bdb.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/berkeleydb.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/berkeleydb.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/berkeleydb.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/berkeleydb.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/binlog.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/binlog.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/binlog.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/binlog.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/innobase.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/innobase.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/innobase.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/innobase.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/innodb.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/innodb.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/innodb.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/innodb.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/memory.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/memory.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/memory.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/memory.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/merge.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/merge.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/merge.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/merge.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/mrg_myisam.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/mrg_myisam.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/mrg_myisam.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/mrg_myisam.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/myisam.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/myisam.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/myisam.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/myisam.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/ndbcluster.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/ndbcluster.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/ndbcluster.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/ndbcluster.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/pbxt.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/pbxt.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/pbxt.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/pbxt.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/performance_schema.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/performance_schema.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/engines/performance_schema.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/engines/performance_schema.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/error.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/error.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/error.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/error.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/error_report.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/error_report.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/error_report.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/error_report.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/export.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/export.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/export.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/export.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/file_listing.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/file_listing.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/file_listing.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/file_listing.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Factory.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Factory.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Factory.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Factory.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Geometry.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Geometry.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Geometry.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Geometry.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Geometrycollection.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Geometrycollection.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Geometrycollection.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Geometrycollection.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Linestring.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Linestring.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Linestring.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Linestring.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Multilinestring.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Multilinestring.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Multilinestring.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Multilinestring.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Multipoint.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Multipoint.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Multipoint.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Multipoint.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Multipolygon.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Multipolygon.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Multipolygon.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Multipolygon.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Point.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Point.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Point.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Point.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Polygon.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Polygon.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Polygon.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Polygon.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Visualization.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Visualization.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/gis/GIS_Visualization.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/gis/GIS_Visualization.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/iconv_wrapper.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/iconv_wrapper.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/iconv_wrapper.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/iconv_wrapper.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/import.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/import.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/import.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/import.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/index.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/index.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/index.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/index.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/information_schema_relations.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/information_schema_relations.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/information_schema_relations.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/information_schema_relations.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/insert_edit.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/insert_edit.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/insert_edit.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/insert_edit.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/ip_allow_deny.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/ip_allow_deny.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/ip_allow_deny.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/ip_allow_deny.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/js_escape.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/js_escape.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/js_escape.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/js_escape.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/kanji-encoding.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/kanji-encoding.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/kanji-encoding.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/kanji-encoding.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/language_stats.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/language_stats.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/language_stats.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/language_stats.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/logging.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/logging.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/logging.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/logging.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/mime.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/mime.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/mime.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/mime.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/mult_submits.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/mult_submits.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/mult_submits.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/mult_submits.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/mult_submits.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/mult_submits.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/mult_submits.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/mult_submits.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/mysql_charsets.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/mysql_charsets.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/mysql_charsets.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/mysql_charsets.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/mysql_charsets.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/mysql_charsets.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/mysql_charsets.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/mysql_charsets.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/mysql_relations.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/mysql_relations.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/mysql_relations.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/mysql_relations.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Navigation.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Navigation.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Navigation.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Navigation.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/NavigationHeader.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/NavigationHeader.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/NavigationHeader.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/NavigationHeader.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/NavigationTree.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/NavigationTree.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/NavigationTree.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/NavigationTree.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/NodeFactory.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/NodeFactory.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/NodeFactory.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/NodeFactory.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Column.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Column.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Column.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Column.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Column_Container.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Column_Container.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Column_Container.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Column_Container.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Database.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Database.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Database.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Database.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_DatabaseChild.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_DatabaseChild.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_DatabaseChild.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_DatabaseChild.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Database_Container.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Database_Container.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Database_Container.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Database_Container.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Event.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Event.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Event.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Event.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Event_Container.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Event_Container.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Event_Container.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Event_Container.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Function.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Function.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Function.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Function.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Function_Container.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Function_Container.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Function_Container.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Function_Container.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Index.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Index.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Index.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Index.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Index_Container.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Index_Container.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Index_Container.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Index_Container.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Procedure.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Procedure.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Procedure.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Procedure.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Procedure_Container.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Procedure_Container.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Procedure_Container.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Procedure_Container.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Table.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Table.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Table.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Table.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Table_Container.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Table_Container.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Table_Container.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Table_Container.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Trigger.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Trigger.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Trigger.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Trigger.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Trigger_Container.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Trigger_Container.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_Trigger_Container.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_Trigger_Container.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_View.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_View.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_View.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_View.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_View_Container.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_View_Container.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/navigation/Nodes/Node_View_Container.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/navigation/Nodes/Node_View_Container.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/normalization.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/normalization.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/normalization.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/normalization.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/opendocument.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/opendocument.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/opendocument.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/opendocument.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/operations.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/operations.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/operations.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/operations.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/parse_analyze.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/parse_analyze.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/parse_analyze.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/parse_analyze.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/php-gettext/gettext.inc b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/php-gettext/gettext.inc similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/php-gettext/gettext.inc rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/php-gettext/gettext.inc diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/php-gettext/gettext.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/php-gettext/gettext.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/php-gettext/gettext.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/php-gettext/gettext.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/php-gettext/streams.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/php-gettext/streams.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/php-gettext/streams.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/php-gettext/streams.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/phpseclib/Crypt/AES.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/phpseclib/Crypt/AES.php similarity index 83% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/phpseclib/Crypt/AES.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/phpseclib/Crypt/AES.php index 2696e0ab..a0902907 100644 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/phpseclib/Crypt/AES.php +++ b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/phpseclib/Crypt/AES.php @@ -11,13 +11,13 @@ * just a wrapper to Rijndael.php you may consider using Rijndael.php instead of * to save one include_once(). * - * If {@link \phpseclib\Crypt\AES::setKeyLength() setKeyLength()} isn't called, it'll be calculated from - * {@link \phpseclib\Crypt\AES::setKey() setKey()}. ie. if the key is 128-bits, the key length will be 128-bits. If it's 136-bits - * it'll be null-padded to 192-bits and 192 bits will be the key length until {@link \phpseclib\Crypt\AES::setKey() setKey()} + * If {@link self::setKeyLength() setKeyLength()} isn't called, it'll be calculated from + * {@link self::setKey() setKey()}. ie. if the key is 128-bits, the key length will be 128-bits. If it's 136-bits + * it'll be null-padded to 192-bits and 192 bits will be the key length until {@link self::setKey() setKey()} * is called, again, at which point, it'll be recalculated. * * Since \phpseclib\Crypt\AES extends \phpseclib\Crypt\Rijndael, some functions are available to be called that, in the context of AES, don't - * make a whole lot of sense. {@link \phpseclib\Crypt\AES::setBlockLength() setBlockLength()}, for instance. Calling that function, + * make a whole lot of sense. {@link self::setBlockLength() setBlockLength()}, for instance. Calling that function, * however possible, won't do anything (AES has a fixed block length whereas Rijndael has a variable one). * * Here's a short example of how to use this library: @@ -46,9 +46,12 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ - namespace phpseclib\Crypt; +if (! defined('PHPMYADMIN')) { + exit; +} + use phpseclib\Crypt\Rijndael; /** @@ -67,7 +70,7 @@ class AES extends Rijndael * * @see \phpseclib\Crypt\Rijndael::setBlockLength() * @access public - * @param Integer $length + * @param int $length */ function setBlockLength($length) { @@ -82,7 +85,7 @@ function setBlockLength($length) * * @see \phpseclib\Crypt\Rijndael:setKeyLength() * @access public - * @param Integer $length + * @param int $length */ function setKeyLength($length) { @@ -104,7 +107,7 @@ function setKeyLength($length) * @see \phpseclib\Crypt\Rijndael:setKey() * @see setKeyLength() * @access public - * @param String $key + * @param string $key */ function setKey($key) { @@ -114,13 +117,13 @@ function setKey($key) $length = strlen($key); switch (true) { case $length <= 16: - $this->key_size = 16; + $this->key_length = 16; break; case $length <= 24: - $this->key_size = 24; + $this->key_length = 24; break; default: - $this->key_size = 32; + $this->key_length = 32; } $this->_setEngine(); } diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/phpseclib/Crypt/Base.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/phpseclib/Crypt/Base.php similarity index 93% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/phpseclib/Crypt/Base.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/phpseclib/Crypt/Base.php index 715ab2a5..6d1075ab 100644 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/phpseclib/Crypt/Base.php +++ b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/phpseclib/Crypt/Base.php @@ -94,7 +94,7 @@ abstract class Base * Whirlpool available flag * * @see \phpseclib\Crypt\Base::_hashInlineCryptFunction() - * @var Boolean + * @var bool * @access private */ static $WHIRLPOOL_AVAILABLE; @@ -120,8 +120,8 @@ abstract class Base /** * The Encryption Mode * - * @see \phpseclib\Crypt\Base::__construct() - * @var Integer + * @see self::__construct() + * @var int * @access private */ var $mode; @@ -129,7 +129,7 @@ abstract class Base /** * The Block Length of the block cipher * - * @var Integer + * @var int * @access private */ var $block_size = 16; @@ -137,8 +137,8 @@ abstract class Base /** * The Key * - * @see \phpseclib\Crypt\Base::setKey() - * @var String + * @see self::setKey() + * @var string * @access private */ var $key = "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"; @@ -146,8 +146,8 @@ abstract class Base /** * The Initialization Vector * - * @see \phpseclib\Crypt\Base::setIV() - * @var String + * @see self::setIV() + * @var string * @access private */ var $iv; @@ -155,9 +155,9 @@ abstract class Base /** * A "sliding" Initialization Vector * - * @see \phpseclib\Crypt\Base::enableContinuousBuffer() - * @see \phpseclib\Crypt\Base::_clearBuffers() - * @var String + * @see self::enableContinuousBuffer() + * @see self::_clearBuffers() + * @var string * @access private */ var $encryptIV; @@ -165,9 +165,9 @@ abstract class Base /** * A "sliding" Initialization Vector * - * @see \phpseclib\Crypt\Base::enableContinuousBuffer() - * @see \phpseclib\Crypt\Base::_clearBuffers() - * @var String + * @see self::enableContinuousBuffer() + * @see self::_clearBuffers() + * @var string * @access private */ var $decryptIV; @@ -175,8 +175,8 @@ abstract class Base /** * Continuous Buffer status * - * @see \phpseclib\Crypt\Base::enableContinuousBuffer() - * @var Boolean + * @see self::enableContinuousBuffer() + * @var bool * @access private */ var $continuousBuffer = false; @@ -184,9 +184,9 @@ abstract class Base /** * Encryption buffer for CTR, OFB and CFB modes * - * @see \phpseclib\Crypt\Base::encrypt() - * @see \phpseclib\Crypt\Base::_clearBuffers() - * @var Array + * @see self::encrypt() + * @see self::_clearBuffers() + * @var array * @access private */ var $enbuffer; @@ -194,9 +194,9 @@ abstract class Base /** * Decryption buffer for CTR, OFB and CFB modes * - * @see \phpseclib\Crypt\Base::decrypt() - * @see \phpseclib\Crypt\Base::_clearBuffers() - * @var Array + * @see self::decrypt() + * @see self::_clearBuffers() + * @var array * @access private */ var $debuffer; @@ -207,8 +207,8 @@ abstract class Base * The mcrypt resource can be recreated every time something needs to be created or it can be created just once. * Since mcrypt operates in continuous mode, by default, it'll need to be recreated when in non-continuous mode. * - * @see \phpseclib\Crypt\Base::encrypt() - * @var Resource + * @see self::encrypt() + * @var resource * @access private */ var $enmcrypt; @@ -219,8 +219,8 @@ abstract class Base * The mcrypt resource can be recreated every time something needs to be created or it can be created just once. * Since mcrypt operates in continuous mode, by default, it'll need to be recreated when in non-continuous mode. * - * @see \phpseclib\Crypt\Base::decrypt() - * @var Resource + * @see self::decrypt() + * @var resource * @access private */ var $demcrypt; @@ -230,7 +230,7 @@ abstract class Base * * @see \phpseclib\Crypt\Twofish::setKey() * @see \phpseclib\Crypt\Twofish::setIV() - * @var Boolean + * @var bool * @access private */ var $enchanged = true; @@ -240,7 +240,7 @@ abstract class Base * * @see \phpseclib\Crypt\Twofish::setKey() * @see \phpseclib\Crypt\Twofish::setIV() - * @var Boolean + * @var bool * @access private */ var $dechanged = true; @@ -256,10 +256,10 @@ abstract class Base * use a separate ECB-mode mcrypt resource. * * @link http://phpseclib.sourceforge.net/cfb-demo.phps - * @see \phpseclib\Crypt\Base::encrypt() - * @see \phpseclib\Crypt\Base::decrypt() - * @see \phpseclib\Crypt\Base::_setupMcrypt() - * @var Resource + * @see self::encrypt() + * @see self::decrypt() + * @see self::_setupMcrypt() + * @var resource * @access private */ var $ecb; @@ -280,8 +280,8 @@ abstract class Base * which, typically, depends on the complexity * on its internaly Key-expanding algorithm. * - * @see \phpseclib\Crypt\Base::encrypt() - * @var Integer + * @see self::encrypt() + * @var int * @access private */ var $cfb_init_len = 600; @@ -289,10 +289,10 @@ abstract class Base /** * Does internal cipher state need to be (re)initialized? * - * @see setKey() - * @see setIV() - * @see disableContinuousBuffer() - * @var Boolean + * @see self::setKey() + * @see self::setIV() + * @see self::disableContinuousBuffer() + * @var bool * @access private */ var $changed = true; @@ -300,8 +300,8 @@ abstract class Base /** * Padding status * - * @see \phpseclib\Crypt\Base::enablePadding() - * @var Boolean + * @see self::enablePadding() + * @var bool * @access private */ var $padding = true; @@ -309,8 +309,8 @@ abstract class Base /** * Is the mode one that is paddable? * - * @see \phpseclib\Crypt\Base::__construct() - * @var Boolean + * @see self::__construct() + * @var bool * @access private */ var $paddable = false; @@ -324,10 +324,10 @@ abstract class Base * - self::ENGINE_MCRYPT (fast, php-extension: mcrypt, extension_loaded('mcrypt') required) * - self::ENGINE_INTERNAL (slower, pure php-engine, no php-extension required) * - * @see \phpseclib\Crypt\Base::_setEngine() - * @see \phpseclib\Crypt\Base::encrypt() - * @see \phpseclib\Crypt\Base::decrypt() - * @var Integer + * @see self::_setEngine() + * @see self::encrypt() + * @see self::decrypt() + * @var int * @access private */ var $engine; @@ -335,9 +335,9 @@ abstract class Base /** * Holds the preferred crypt engine * - * @see \phpseclib\Crypt\Base::_setEngine() - * @see \phpseclib\Crypt\Base::setPreferredEngine() - * @var Integer + * @see self::_setEngine() + * @see self::setPreferredEngine() + * @var int * @access private */ var $preferredEngine; @@ -349,8 +349,8 @@ abstract class Base * * @link http://www.php.net/mcrypt_module_open * @link http://www.php.net/mcrypt_list_algorithms - * @see \phpseclib\Crypt\Base::_setupMcrypt() - * @var String + * @see self::_setupMcrypt() + * @var string * @access private */ var $cipher_name_mcrypt; @@ -358,10 +358,10 @@ abstract class Base /** * The openssl specific name of the cipher * - * Only used if $engine == CRYPT_ENGINE_OPENSSL + * Only used if $engine == self::ENGINE_OPENSSL * * @link http://www.php.net/openssl-get-cipher-methods - * @var String + * @var string * @access private */ var $cipher_name_openssl; @@ -373,25 +373,16 @@ abstract class Base * it can still be emulated with ECB mode. * * @link http://www.php.net/openssl-get-cipher-methods - * @var String + * @var string * @access private */ var $cipher_name_openssl_ecb; - /** - * The default password key_size used by setPassword() - * - * @see \phpseclib\Crypt\Base::setPassword() - * @var Integer - * @access private - */ - var $password_key_size = 32; - /** * The default salt used by setPassword() * - * @see \phpseclib\Crypt\Base::setPassword() - * @var String + * @see self::setPassword() + * @var string * @access private */ var $password_default_salt = 'phpseclib/salt'; @@ -402,10 +393,10 @@ abstract class Base * Used by encrypt() / decrypt() * only if $engine == self::ENGINE_INTERNAL * - * @see \phpseclib\Crypt\Base::encrypt() - * @see \phpseclib\Crypt\Base::decrypt() - * @see \phpseclib\Crypt\Base::_setupInlineCrypt() - * @see \phpseclib\Crypt\Base::$use_inline_crypt + * @see self::encrypt() + * @see self::decrypt() + * @see self::_setupInlineCrypt() + * @see self::$use_inline_crypt * @var Callback * @access private */ @@ -414,9 +405,9 @@ abstract class Base /** * Holds whether performance-optimized $inline_crypt() can/should be used. * - * @see \phpseclib\Crypt\Base::encrypt() - * @see \phpseclib\Crypt\Base::decrypt() - * @see \phpseclib\Crypt\Base::inline_crypt + * @see self::encrypt() + * @see self::decrypt() + * @see self::inline_crypt * @var mixed * @access private */ @@ -425,8 +416,8 @@ abstract class Base /** * If OpenSSL can be used in ECB but not in CTR we can emulate CTR * - * @see \phpseclib\Crypt\Base::_openssl_ctr_process() - * @var Boolean + * @see self::_openssl_ctr_process() + * @var bool * @access private */ var $openssl_emulate_ctr = false; @@ -434,12 +425,30 @@ abstract class Base /** * Determines what options are passed to openssl_encrypt/decrypt * - * @see \phpseclib\Crypt\Base::isValidEngine() + * @see self::isValidEngine() * @var mixed * @access private */ var $openssl_options; + /** + * Has the key length explicitly been set or should it be derived from the key, itself? + * + * @see self::setKeyLength() + * @var bool + * @access private + */ + var $explicit_key_length = false; + + /** + * Don't truncate / null pad key + * + * @see self::_clearBuffers() + * @var bool + * @access private + */ + var $skip_key_adjustment = false; + /** * Default Constructor. * @@ -457,11 +466,9 @@ abstract class Base * * - self::MODE_OFB * - * (or the alias constants of the chosen cipher, for example for AES: CRYPT_AES_MODE_ECB or CRYPT_AES_MODE_CBC ...) - * * If not explicitly set, self::MODE_CBC will be used. * - * @param optional Integer $mode + * @param int $mode * @access public */ function __construct($mode = self::MODE_CBC) @@ -499,7 +506,7 @@ function __construct($mode = self::MODE_CBC) * to be all zero's. * * @access public - * @param String $iv + * @param string $iv * @internal Can be overwritten by a sub class, but does not have to be */ function setIV($iv) @@ -512,6 +519,43 @@ function setIV($iv) $this->changed = true; } + /** + * Sets the key length. + * + * Keys with explicitly set lengths need to be treated accordingly + * + * @access public + * @param int $length + */ + function setKeyLength($length) + { + $this->explicit_key_length = true; + $this->changed = true; + $this->_setEngine(); + } + + /** + * Returns the current key length in bits + * + * @access public + * @return int + */ + function getKeyLength() + { + return $this->key_length << 3; + } + + /** + * Returns the current block length in bits + * + * @access public + * @return int + */ + function getBlockLength() + { + return $this->block_size << 3; + } + /** * Sets the key. * @@ -523,11 +567,16 @@ function setIV($iv) * If the key is not explicitly set, it'll be assumed to be all null bytes. * * @access public - * @param String $key + * @param string $key * @internal Could, but not must, extend by the child Crypt_* class */ function setKey($key) { + if (!$this->explicit_key_length) { + $this->setKeyLength(strlen($key) << 3); + $this->explicit_key_length = false; + } + $this->key = $key; $this->changed = true; $this->_setEngine(); @@ -543,9 +592,9 @@ function setKey($key) * Where $hash (default = sha1) currently supports the following hashes: see: Crypt/Hash.php * * @see Crypt/Hash.php - * @param String $password - * @param optional String $method - * @return Boolean + * @param string $password + * @param string $method + * @return bool * @access public * @internal Could, but not must, extend by the child Crypt_* class */ @@ -571,7 +620,7 @@ function setPassword($password, $method = 'pbkdf2') if (isset($func_args[5])) { $dkLen = $func_args[5]; } else { - $dkLen = $method == 'pbkdf1' ? 2 * $this->password_key_size : $this->password_key_size; + $dkLen = $method == 'pbkdf1' ? 2 * $this->key_length : $this->key_length; } switch (true) { @@ -634,10 +683,10 @@ function setPassword($password, $method = 'pbkdf2') * strlen($plaintext) will still need to be a multiple of the block size, however, arbitrary values can be added to make it that * length. * - * @see \phpseclib\Crypt\Base::decrypt() + * @see self::decrypt() * @access public - * @param String $plaintext - * @return String $ciphertext + * @param string $plaintext + * @return string $ciphertext * @internal Could, but not must, extend by the child Crypt_* class */ function encrypt($plaintext) @@ -914,7 +963,7 @@ function encrypt($plaintext) if ($this->continuousBuffer) { $this->encryptIV = $xor; if ($start = strlen($plaintext) % $block_size) { - $buffer['xor'] = substr($key, $start) . $buffer['xor']; + $buffer['xor'] = substr($key, $start) . $buffer['xor']; } } break; @@ -932,10 +981,10 @@ function encrypt($plaintext) * If strlen($ciphertext) is not a multiple of the block size, null bytes will be added to the end of the string until * it is. * - * @see \phpseclib\Crypt\Base::encrypt() + * @see self::encrypt() * @access public - * @param String $ciphertext - * @return String $plaintext + * @param string $ciphertext + * @return string $plaintext * @internal Could, but not must, extend by the child Crypt_* class */ function decrypt($ciphertext) @@ -1204,7 +1253,7 @@ function decrypt($ciphertext) if ($this->continuousBuffer) { $this->decryptIV = $xor; if ($start = strlen($ciphertext) % $block_size) { - $buffer['xor'] = substr($key, $start) . $buffer['xor']; + $buffer['xor'] = substr($key, $start) . $buffer['xor']; } } break; @@ -1219,16 +1268,16 @@ function decrypt($ciphertext) * OpenSSL CTR Processor * * PHP's OpenSSL bindings do not operate in continuous mode so we'll wrap around it. Since the keystream - * for CTR is the same for both encrypting and decrypting this function is re-used by both Crypt_Base::encrypt() - * and Crypt_Base::decrypt(). Also, OpenSSL doesn't implement CTR for all of it's symmetric ciphers so this + * for CTR is the same for both encrypting and decrypting this function is re-used by both Base::encrypt() + * and Base::decrypt(). Also, OpenSSL doesn't implement CTR for all of it's symmetric ciphers so this * function will emulate CTR with ECB when necesary. * - * @see Crypt_Base::encrypt() - * @see Crypt_Base::decrypt() - * @param String $plaintext - * @param String $encryptIV - * @param Array $buffer - * @return String + * @see self::encrypt() + * @see self::decrypt() + * @param string $plaintext + * @param string $encryptIV + * @param array $buffer + * @return string * @access private */ function _openssl_ctr_process($plaintext, &$encryptIV, &$buffer) @@ -1314,15 +1363,15 @@ function _openssl_ctr_process($plaintext, &$encryptIV, &$buffer) * OpenSSL OFB Processor * * PHP's OpenSSL bindings do not operate in continuous mode so we'll wrap around it. Since the keystream - * for OFB is the same for both encrypting and decrypting this function is re-used by both Crypt_Base::encrypt() - * and Crypt_Base::decrypt(). - * - * @see Crypt_Base::encrypt() - * @see Crypt_Base::decrypt() - * @param String $plaintext - * @param String $encryptIV - * @param Array $buffer - * @return String + * for OFB is the same for both encrypting and decrypting this function is re-used by both Base::encrypt() + * and Base::decrypt(). + * + * @see self::encrypt() + * @see self::decrypt() + * @param string $plaintext + * @param string $encryptIV + * @param array $buffer + * @return string * @access private */ function _openssl_ofb_process($plaintext, &$encryptIV, &$buffer) @@ -1368,7 +1417,7 @@ function _openssl_ofb_process($plaintext, &$encryptIV, &$buffer) * * May need to be overwritten by classes extending this one in some cases * - * @return Integer + * @return int * @access private */ function _openssl_translate_mode() @@ -1399,7 +1448,7 @@ function _openssl_translate_mode() * away characters that shouldn't be stripped away. (SSH knows how many bytes are added because the length is * transmitted separately) * - * @see \phpseclib\Crypt\Base::disablePadding() + * @see self::disablePadding() * @access public */ function enablePadding() @@ -1410,7 +1459,7 @@ function enablePadding() /** * Do not pad packets. * - * @see \phpseclib\Crypt\Base::enablePadding() + * @see self::enablePadding() * @access public */ function disablePadding() @@ -1452,7 +1501,7 @@ function disablePadding() * continuous buffers not be used. They do offer better security and are, in fact, sometimes required (SSH uses them), * however, they are also less intuitive and more likely to cause you problems. * - * @see \phpseclib\Crypt\Base::disableContinuousBuffer() + * @see self::disableContinuousBuffer() * @access public * @internal Could, but not must, extend by the child Crypt_* class */ @@ -1472,7 +1521,7 @@ function enableContinuousBuffer() * * The default behavior. * - * @see \phpseclib\Crypt\Base::enableContinuousBuffer() + * @see self::enableContinuousBuffer() * @access public * @internal Could, but not must, extend by the child Crypt_* class */ @@ -1494,10 +1543,10 @@ function disableContinuousBuffer() /** * Test for engine validity * - * @see \phpseclib\Crypt\Base::Crypt_Base() - * @param Integer $engine + * @see self::__construct() + * @param int $engine * @access public - * @return Boolean + * @return bool */ function isValidEngine($engine) { @@ -1561,8 +1610,8 @@ function isValidEngine($engine) * * If the preferred crypt engine is not available the fastest available one will be used * - * @see \phpseclib\Crypt\Base::Crypt_Base() - * @param Integer $engine + * @see self::__construct() + * @param int $engine * @access public */ function setPreferredEngine($engine) @@ -1583,7 +1632,7 @@ function setPreferredEngine($engine) /** * Returns the engine currently being utilized * - * @see \phpseclib\Crypt\Base::_setEngine() + * @see self::_setEngine() * @access public */ function getEngine() @@ -1594,7 +1643,7 @@ function getEngine() /** * Sets the engine as appropriate * - * @see \phpseclib\Crypt\Base::Crypt_Base() + * @see self::__construct() * @access private */ function _setEngine() @@ -1639,8 +1688,8 @@ function _setEngine() * Note: Must be extended by the child \phpseclib\Crypt\* class * * @access private - * @param String $in - * @return String + * @param string $in + * @return string */ abstract function _encryptBlock($in); @@ -1650,8 +1699,8 @@ abstract function _encryptBlock($in); * Note: Must be extended by the child \phpseclib\Crypt\* class * * @access private - * @param String $in - * @return String + * @param string $in + * @return string */ abstract function _decryptBlock($in); @@ -1662,7 +1711,7 @@ abstract function _decryptBlock($in); * * Note: Must extend by the child \phpseclib\Crypt\* class * - * @see \phpseclib\Crypt\Base::_setup() + * @see self::_setup() * @access private */ abstract function _setupKey(); @@ -1684,9 +1733,9 @@ abstract function _setupKey(); * * - First run of encrypt() / decrypt() with no init-settings * - * @see setKey() - * @see setIV() - * @see disableContinuousBuffer() + * @see self::setKey() + * @see self::setIV() + * @see self::disableContinuousBuffer() * @access private * @internal _setup() is always called before en/decryption. * @internal Could, but not must, extend by the child Crypt_* class @@ -1718,9 +1767,9 @@ function _setup() * * - First run of encrypt() / decrypt() * - * @see setKey() - * @see setIV() - * @see disableContinuousBuffer() + * @see self::setKey() + * @see self::setIV() + * @see self::disableContinuousBuffer() * @access private * @internal Could, but not must, extend by the child Crypt_* class */ @@ -1748,7 +1797,6 @@ function _setupMcrypt() if ($this->mode == self::MODE_CFB) { $this->ecb = mcrypt_module_open($this->cipher_name_mcrypt, '', MCRYPT_MODE_ECB, ''); } - } // else should mcrypt_generic_deinit be called? if ($this->mode == self::MODE_CFB) { @@ -1766,10 +1814,10 @@ function _setupMcrypt() * If padding is disabled and $text is not a multiple of the blocksize, the string will be padded regardless * and padding will, hence forth, be enabled. * - * @see \phpseclib\Crypt\Base::_unpad() - * @param String $text + * @see self::_unpad() + * @param string $text * @access private - * @return String + * @return string */ function _pad($text) { @@ -1795,10 +1843,10 @@ function _pad($text) * If padding is enabled and the reported padding length is invalid the encryption key will be assumed to be wrong * and false will be returned. * - * @see \phpseclib\Crypt\Base::_pad() - * @param String $text + * @see self::_pad() + * @param string $text * @access private - * @return String + * @return string */ function _unpad($text) { @@ -1832,6 +1880,10 @@ function _clearBuffers() // mcrypt's handling of invalid's $iv: // $this->encryptIV = $this->decryptIV = strlen($this->iv) == $this->block_size ? $this->iv : str_repeat("\0", $this->block_size); $this->encryptIV = $this->decryptIV = str_pad(substr($this->iv, 0, $this->block_size), $this->block_size, "\0"); + + if (!$this->skip_key_adjustment) { + $this->key = str_pad(substr($this->key, 0, $this->key_length), $this->key_length, "\0"); + } } /** @@ -1839,10 +1891,10 @@ function _clearBuffers() * * Inspired by array_shift * - * @param String $string - * @param optional Integer $index + * @param string $string + * @param int $index * @access private - * @return String + * @return string */ function _string_shift(&$string, $index = 1) { @@ -1856,10 +1908,10 @@ function _string_shift(&$string, $index = 1) * * Inspired by array_pop * - * @param String $string - * @param optional Integer $index + * @param string $string + * @param int $index * @access private - * @return String + * @return string */ function _string_pop(&$string, $index = 1) { @@ -1871,9 +1923,9 @@ function _string_pop(&$string, $index = 1) /** * Increment the current string * - * @see \phpseclib\Crypt\Base::decrypt() - * @see \phpseclib\Crypt\Base::encrypt() - * @param String $var + * @see self::decrypt() + * @see self::encrypt() + * @param string $var * @access private */ function _increment_str(&$var) @@ -1958,10 +2010,10 @@ function _increment_str(&$var) * - The callback function should not use the 'return' statement, but en/decrypt'ing the content of $in only * * - * @see \phpseclib\Crypt\Base::_setup() - * @see \phpseclib\Crypt\Base::_createInlineCryptFunction() - * @see \phpseclib\Crypt\Base::encrypt() - * @see \phpseclib\Crypt\Base::decrypt() + * @see self::_setup() + * @see self::_createInlineCryptFunction() + * @see self::encrypt() + * @see self::decrypt() * @access private * @internal If a Crypt_* class providing inline crypting it must extend _setupInlineCrypt() */ @@ -2080,12 +2132,12 @@ function _setupInlineCrypt() * ); * * - * @see \phpseclib\Crypt\Base::_setupInlineCrypt() - * @see \phpseclib\Crypt\Base::encrypt() - * @see \phpseclib\Crypt\Base::decrypt() - * @param Array $cipher_code + * @see self::_setupInlineCrypt() + * @see self::encrypt() + * @see self::decrypt() + * @param array $cipher_code * @access private - * @return String (the name of the created callback function) + * @return string (the name of the created callback function) */ function _createInlineCryptFunction($cipher_code) { @@ -2452,7 +2504,7 @@ function _createInlineCryptFunction($cipher_code) * for which $mode the lambda function was created. * * @access private - * @return Array &$functions + * @return array &$functions */ function &_getLambdaFunctions() { @@ -2463,10 +2515,10 @@ function &_getLambdaFunctions() /** * Generates a digest from $bytes * - * @see _setupInlineCrypt() + * @see self::_setupInlineCrypt() * @access private * @param $bytes - * @return String + * @return string */ function _hashInlineCryptFunction($bytes) { diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/phpseclib/Crypt/Random.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/phpseclib/Crypt/Random.php similarity index 90% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/phpseclib/Crypt/Random.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/phpseclib/Crypt/Random.php index 9fb1d15b..586bd6c4 100644 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/phpseclib/Crypt/Random.php +++ b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/phpseclib/Crypt/Random.php @@ -48,15 +48,28 @@ class Random * microoptimizations because this function has the potential of being called a huge number of times. * eg. for RSA key generation. * - * @param Integer $length - * @return String + * @param int $length + * @return string */ - public static function string($length) + static function string($length) { + if (version_compare(PHP_VERSION, '7.0.0', '>=')) { + try { + return \random_bytes($length); + } catch (\Throwable $e) { + // If a sufficient source of randomness is unavailable, random_bytes() will throw an + // object that implements the Throwable interface (Exception, TypeError, Error). + // We don't actually need to do anything here. The string() method should just continue + // as normal. Note, however, that if we don't have a sufficient source of randomness for + // random_bytes(), most of the other calls here will fail too, so we'll end up using + // the PHP implementation. + } + } + if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { // method 1. prior to PHP 5.3 this would call rand() on windows hence the function_exists('class_alias') call. // ie. class_alias is a function that was introduced in PHP 5.3 - if (function_exists('mcrypt_create_iv') && function_exists('class_alias')) { + if (extension_loaded('mcrypt') && function_exists('class_alias')) { return mcrypt_create_iv($length); } // method 2. openssl_random_pseudo_bytes was introduced in PHP 5.3.0 but prior to PHP 5.3.4 there was, @@ -72,12 +85,12 @@ public static function string($length) // https://github.com/php/php-src/blob/7014a0eb6d1611151a286c0ff4f2238f92c120d6/win32/winutil.c#L80 // // we're calling it, all the same, in the off chance that the mcrypt extension is not available - if (function_exists('openssl_random_pseudo_bytes') && version_compare(PHP_VERSION, '5.3.4', '>=')) { + if (extension_loaded('openssl') && version_compare(PHP_VERSION, '5.3.4', '>=')) { return openssl_random_pseudo_bytes($length); } } else { // method 1. the fastest - if (function_exists('openssl_random_pseudo_bytes')) { + if (extension_loaded('openssl')) { return openssl_random_pseudo_bytes($length); } // method 2 @@ -95,7 +108,7 @@ public static function string($length) // surprisingly slower than method 2. maybe that's because mcrypt_create_iv does a bunch of error checking that we're // not doing. regardless, this'll only be called if this PHP script couldn't open /dev/urandom due to open_basedir // restrictions or some such - if (function_exists('mcrypt_create_iv')) { + if (extension_loaded('mcrypt')) { return mcrypt_create_iv($length, MCRYPT_DEV_URANDOM); } } diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/phpseclib/Crypt/Rijndael.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/phpseclib/Crypt/Rijndael.php similarity index 87% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/phpseclib/Crypt/Rijndael.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/phpseclib/Crypt/Rijndael.php index 90c75d83..05bfc982 100644 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/phpseclib/Crypt/Rijndael.php +++ b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/phpseclib/Crypt/Rijndael.php @@ -7,11 +7,11 @@ * * PHP version 5 * - * If {@link \phpseclib\Crypt\Rijndael::setBlockLength() setBlockLength()} isn't called, it'll be assumed to be 128 bits. If - * {@link \phpseclib\Crypt\Rijndael::setKeyLength() setKeyLength()} isn't called, it'll be calculated from - * {@link \phpseclib\Crypt\Rijndael::setKey() setKey()}. ie. if the key is 128-bits, the key length will be 128-bits. If it's + * If {@link self::setBlockLength() setBlockLength()} isn't called, it'll be assumed to be 128 bits. If + * {@link self::setKeyLength() setKeyLength()} isn't called, it'll be calculated from + * {@link self::setKey() setKey()}. ie. if the key is 128-bits, the key length will be 128-bits. If it's * 136-bits it'll be null-padded to 192-bits and 192 bits will be the key length until - * {@link \phpseclib\Crypt\Rijndael::setKey() setKey()} is called, again, at which point, it'll be recalculated. + * {@link self::setKey() setKey()} is called, again, at which point, it'll be recalculated. * * Not all Rijndael implementations may support 160-bits or 224-bits as the block length / key length. mcrypt, for example, * does not. AES, itself, only supports block lengths of 128 and key lengths of 128, 192, and 256. @@ -51,9 +51,12 @@ * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link http://phpseclib.sourceforge.net */ - namespace phpseclib\Crypt; +if (! defined('PHPMYADMIN')) { + exit; +} + use phpseclib\Crypt\Base; /** @@ -65,28 +68,18 @@ */ class Rijndael extends Base { - /** - * The default password key_size used by setPassword() - * - * @see \phpseclib\Crypt\Base::password_key_size - * @see \phpseclib\Crypt\Base::setPassword() - * @var Integer - * @access private - */ - var $password_key_size = 16; - /** * The mcrypt specific name of the cipher * - * Mcrypt is useable for 128/192/256-bit $block_size/$key_size. For 160/224 not. + * Mcrypt is useable for 128/192/256-bit $block_size/$key_length. For 160/224 not. * \phpseclib\Crypt\Rijndael determines automatically whether mcrypt is useable - * or not for the current $block_size/$key_size. + * or not for the current $block_size/$key_length. * In case of, $cipher_name_mcrypt will be set dynamically at run time accordingly. * * @see \phpseclib\Crypt\Base::cipher_name_mcrypt * @see \phpseclib\Crypt\Base::engine - * @see isValidEngine() - * @var String + * @see self::isValidEngine() + * @var string * @access private */ var $cipher_name_mcrypt = 'rijndael-128'; @@ -96,25 +89,16 @@ class Rijndael extends Base * * @see \phpseclib\Crypt\Base::password_default_salt * @see \phpseclib\Crypt\Base::setPassword() - * @var String + * @var string * @access private */ var $password_default_salt = 'phpseclib'; - /** - * Has the key length explicitly been set or should it be derived from the key, itself? - * - * @see setKeyLength() - * @var Boolean - * @access private - */ - var $explicit_key_length = false; - /** * The Key Schedule * - * @see _setup() - * @var Array + * @see self::_setup() + * @var array * @access private */ var $w; @@ -122,8 +106,8 @@ class Rijndael extends Base /** * The Inverse Key Schedule * - * @see _setup() - * @var Array + * @see self::_setup() + * @var array * @access private */ var $dw; @@ -131,8 +115,8 @@ class Rijndael extends Base /** * The Block Length divided by 32 * - * @see setBlockLength() - * @var Integer + * @see self::setBlockLength() + * @var int * @access private * @internal The max value is 256 / 32 = 8, the min value is 128 / 32 = 4. Exists in conjunction with $block_size * because the encryption / decryption / key schedule creation requires this number and not $block_size. We could @@ -142,23 +126,23 @@ class Rijndael extends Base var $Nb = 4; /** - * The Key Length + * The Key Length (in bytes) * - * @see setKeyLength() - * @var Integer + * @see self::setKeyLength() + * @var int * @access private * @internal The max value is 256 / 8 = 32, the min value is 128 / 8 = 16. Exists in conjunction with $Nk - * because the encryption / decryption / key schedule creation requires this number and not $key_size. We could - * derive this from $key_size or vice versa, but that'd mean we'd have to do multiple shift operations, so in lieu + * because the encryption / decryption / key schedule creation requires this number and not $key_length. We could + * derive this from $key_length or vice versa, but that'd mean we'd have to do multiple shift operations, so in lieu * of that, we'll just precompute it once. */ - var $key_size = 16; + var $key_length = 16; /** * The Key Length divided by 32 * - * @see setKeyLength() - * @var Integer + * @see self::setKeyLength() + * @var int * @access private * @internal The max value is 256 / 32 = 8, the min value is 128 / 32 = 4 */ @@ -167,7 +151,7 @@ class Rijndael extends Base /** * The Number of Rounds * - * @var Integer + * @var int * @access private * @internal The max value is 14, the min value is 10. */ @@ -176,7 +160,7 @@ class Rijndael extends Base /** * Shift offsets * - * @var Array + * @var array * @access private */ var $c; @@ -184,77 +168,13 @@ class Rijndael extends Base /** * Holds the last used key- and block_size information * - * @var Array + * @var array * @access private */ var $kl; /** - * Default Constructor. - * - * Determines whether or not the mcrypt extension should be used. - * - * $mode could be: - * - * - \phpseclib\Crypt\Base::MODE_ECB - * - * - \phpseclib\Crypt\Base::MODE_CBC - * - * - \phpseclib\Crypt\Base::MODE_CTR - * - * - \phpseclib\Crypt\Base::MODE_CFB - * - * - \phpseclib\Crypt\Base::MODE_OFB - * - * If not explictly set, \phpseclib\Crypt\Base::MODE_CBC will be used. - * - * @see \phpseclib\Crypt\Base::Crypt_Base() - * @param optional Integer $mode - * @access public - - /** - * Sets the key. - * - * Keys can be of any length. Rijndael, itself, requires the use of a key that's between 128-bits and 256-bits long and - * whose length is a multiple of 32. If the key is less than 256-bits and the key length isn't set, we round the length - * up to the closest valid key length, padding $key with null bytes. If the key is more than 256-bits, we trim the - * excess bits. - * - * If the key is not explicitly set, it'll be assumed to be all null bytes. - * - * Note: 160/224-bit keys must explicitly set by setKeyLength(), otherwise they will be round/pad up to 192/256 bits. - * - * @see \phpseclib\Crypt\Base:setKey() - * @see setKeyLength() - * @access public - * @param String $key - */ - function setKey($key) - { - if (!$this->explicit_key_length) { - $length = strlen($key); - switch (true) { - case $length <= 16: - $this->key_size = 16; - break; - case $length <= 20: - $this->key_size = 20; - break; - case $length <= 24: - $this->key_size = 24; - break; - case $length <= 28: - $this->key_size = 28; - break; - default: - $this->key_size = 32; - } - } - parent::setKey($key); - } - - /** - * Sets the key length + * Sets the key length. * * Valid key lengths are 128, 160, 192, 224, and 256. If the length is less than 128, it will be rounded up to * 128. If the length is greater than 128 and invalid, it will be rounded down to the closest valid amount. @@ -271,30 +191,28 @@ function setKey($key) * This results then in slower encryption. * * @access public - * @param Integer $length + * @param int $length */ function setKeyLength($length) { switch (true) { - case $length == 160: - $this->key_size = 20; - break; - case $length == 224: - $this->key_size = 28; - break; case $length <= 128: - $this->key_size = 16; + $this->key_length = 16; + break; + case $length <= 160: + $this->key_length = 20; break; case $length <= 192: - $this->key_size = 24; + $this->key_length = 24; + break; + case $length <= 224: + $this->key_length = 28; break; default: - $this->key_size = 32; + $this->key_length = 32; } - $this->explicit_key_length = true; - $this->changed = true; - $this->_setEngine(); + parent::setKeyLength($length); } /** @@ -304,7 +222,7 @@ function setKeyLength($length) * 128. If the length is greater than 128 and invalid, it will be rounded down to the closest valid amount. * * @access public - * @param Integer $length + * @param int $length */ function setBlockLength($length) { @@ -325,10 +243,10 @@ function setBlockLength($length) * * This is mainly just a wrapper to set things up for \phpseclib\Crypt\Base::isValidEngine() * - * @see \phpseclib\Crypt\Base::Crypt_Base() - * @param Integer $engine + * @see \phpseclib\Crypt\Base::__construct() + * @param int $engine * @access public - * @return Boolean + * @return bool */ function isValidEngine($engine) { @@ -337,12 +255,12 @@ function isValidEngine($engine) if ($this->block_size != 16) { return false; } - $this->cipher_name_openssl_ecb = 'aes-' . ($this->key_size << 3) . '-ecb'; - $this->cipher_name_openssl = 'aes-' . ($this->key_size << 3) . '-' . $this->_openssl_translate_mode(); + $this->cipher_name_openssl_ecb = 'aes-' . ($this->key_length << 3) . '-ecb'; + $this->cipher_name_openssl = 'aes-' . ($this->key_length << 3) . '-' . $this->_openssl_translate_mode(); break; case self::ENGINE_MCRYPT: $this->cipher_name_mcrypt = 'rijndael-' . ($this->block_size << 3); - if ($this->key_size % 8) { // is it a 160/224-bit key? + if ($this->key_length % 8) { // is it a 160/224-bit key? // mcrypt is not usable for them, only for 128/192/256-bit keys return false; } @@ -351,24 +269,12 @@ function isValidEngine($engine) return parent::isValidEngine($engine); } - /** - * Setup the \phpseclib\Crypt\Base::ENGINE_MCRYPT $engine - * - * @see \phpseclib\Crypt\Base::_setupMcrypt() - * @access private - */ - function _setupMcrypt() - { - $this->key = str_pad(substr($this->key, 0, $this->key_size), $this->key_size, "\0"); - parent::_setupMcrypt(); - } - /** * Encrypts a block * * @access private - * @param String $in - * @return String + * @param string $in + * @return string */ function _encryptBlock($in) { @@ -468,8 +374,8 @@ function _encryptBlock($in) * Decrypts a block * * @access private - * @param String $in - * @return String + * @param string $in + * @return string */ function _decryptBlock($in) { @@ -573,15 +479,13 @@ function _setupKey() 0x7D000000, 0xFA000000, 0xEF000000, 0xC5000000, 0x91000000 ); - $this->key = str_pad(substr($this->key, 0, $this->key_size), $this->key_size, "\0"); - - if (isset($this->kl['key']) && $this->key === $this->kl['key'] && $this->key_size === $this->kl['key_size'] && $this->block_size === $this->kl['block_size']) { + if (isset($this->kl['key']) && $this->key === $this->kl['key'] && $this->key_length === $this->kl['key_length'] && $this->block_size === $this->kl['block_size']) { // already expanded return; } - $this->kl = array('key' => $this->key, 'key_size' => $this->key_size, 'block_size' => $this->block_size); + $this->kl = array('key' => $this->key, 'key_length' => $this->key_length, 'block_size' => $this->block_size); - $this->Nk = $this->key_size >> 2; + $this->Nk = $this->key_length >> 2; // see Rijndael-ammended.pdf#page=44 $this->Nr = max($this->Nk, $this->Nb) + 6; @@ -673,13 +577,13 @@ function _setupKey() * Performs S-Box substitutions * * @access private - * @param Integer $word + * @param int $word */ function _subWord($word) { static $sbox; if (empty($sbox)) { - list(,,,, $sbox) = $this->_getTables(); + list(, , , , $sbox) = $this->_getTables(); } return $sbox[$word & 0x000000FF] | @@ -691,11 +595,11 @@ function _subWord($word) /** * Provides the mixColumns and sboxes tables * - * @see Crypt_Rijndael:_encryptBlock() - * @see Crypt_Rijndael:_setupInlineCrypt() - * @see Crypt_Rijndael:_subWord() + * @see self::_encryptBlock() + * @see self::_setupInlineCrypt() + * @see self::_subWord() * @access private - * @return Array &$tables + * @return array &$tables */ function &_getTables() { @@ -780,11 +684,11 @@ function &_getTables() /** * Provides the inverse mixColumns and inverse sboxes tables * - * @see Crypt_Rijndael:_decryptBlock() - * @see Crypt_Rijndael:_setupInlineCrypt() - * @see Crypt_Rijndael:_setupKey() + * @see self::_decryptBlock() + * @see self::_setupInlineCrypt() + * @see self::_setupKey() * @access private - * @return Array &$tables + * @return array &$tables */ function &_getInvTables() { @@ -878,7 +782,7 @@ function _setupInlineCrypt() // We create max. 10 hi-optimized code for memory reason. Means: For each $key one ultra fast inline-crypt function. // (Currently, for Crypt_Rijndael/AES, one generated $lambda_function cost on php5.5@32bit ~80kb unfreeable mem and ~130kb on php5.5@64bit) // After that, we'll still create very fast optimized code but not the hi-ultimative code, for each $mode one. - $gen_hi_opt_code = (bool)( count($lambda_functions) < 10 ); + $gen_hi_opt_code = (bool)(count($lambda_functions) < 10); // Generation of a uniqe hash for our generated code $code_hash = "Crypt_Rijndael, {$this->mode}, {$this->Nr}, {$this->Nb}"; diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/phpseclib/LICENSE b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/phpseclib/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/phpseclib/LICENSE rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/phpseclib/LICENSE diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugin_interface.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugin_interface.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugin_interface.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugin_interface.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/AuthenticationPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/AuthenticationPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/AuthenticationPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/AuthenticationPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/ExportPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/ExportPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/ExportPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/ExportPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/IOTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/IOTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/IOTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/IOTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/ImportPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/ImportPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/ImportPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/ImportPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/SchemaPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/SchemaPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/SchemaPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/SchemaPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/TransformationsInterface.int.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/TransformationsInterface.int.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/TransformationsInterface.int.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/TransformationsInterface.int.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/TransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/TransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/TransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/TransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/UploadInterface.int.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/UploadInterface.int.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/UploadInterface.int.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/UploadInterface.int.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/AuthenticationConfig.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/AuthenticationConfig.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/AuthenticationConfig.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/AuthenticationConfig.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/AuthenticationCookie.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/AuthenticationCookie.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/AuthenticationCookie.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/AuthenticationCookie.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/AuthenticationHttp.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/AuthenticationHttp.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/AuthenticationHttp.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/AuthenticationHttp.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/AuthenticationSignon.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/AuthenticationSignon.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/AuthenticationSignon.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/AuthenticationSignon.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/LICENSE b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/LICENSE rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/LICENSE diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/ReCaptcha.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/ReCaptcha.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/ReCaptcha.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/ReCaptcha.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod/Post.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod/Post.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod/Post.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod/Post.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod/Socket.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod/Socket.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod/Socket.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod/Socket.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod/SocketPost.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod/SocketPost.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod/SocketPost.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestMethod/SocketPost.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestParameters.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestParameters.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestParameters.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/RequestParameters.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/Response.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/Response.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/Response.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/ReCaptcha/Response.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/autoload.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/autoload.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/recaptcha/autoload.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/recaptcha/autoload.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/swekey/authentication.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/swekey/authentication.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/swekey/authentication.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/swekey/authentication.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/swekey/musbe-ca.crt b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/swekey/musbe-ca.crt similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/swekey/musbe-ca.crt rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/swekey/musbe-ca.crt diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/swekey/swekey.auth.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/swekey/swekey.auth.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/swekey/swekey.auth.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/swekey/swekey.auth.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/swekey/swekey.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/swekey/swekey.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/auth/swekey/swekey.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/auth/swekey/swekey.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportCodegen.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportCodegen.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportCodegen.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportCodegen.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportCsv.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportCsv.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportCsv.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportCsv.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportExcel.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportExcel.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportExcel.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportExcel.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportHtmlword.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportHtmlword.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportHtmlword.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportHtmlword.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportJson.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportJson.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportJson.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportJson.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportLatex.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportLatex.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportLatex.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportLatex.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportMediawiki.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportMediawiki.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportMediawiki.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportMediawiki.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportOds.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportOds.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportOds.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportOds.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportOdt.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportOdt.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportOdt.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportOdt.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportPdf.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportPdf.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportPdf.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportPdf.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportPhparray.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportPhparray.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportPhparray.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportPhparray.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportSql.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportSql.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportSql.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportSql.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportTexytext.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportTexytext.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportTexytext.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportTexytext.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportXml.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportXml.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportXml.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportXml.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportYaml.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportYaml.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/ExportYaml.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/ExportYaml.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/PMA_ExportPdf.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/PMA_ExportPdf.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/PMA_ExportPdf.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/PMA_ExportPdf.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/README b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/README similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/README rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/README diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/TableProperty.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/TableProperty.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/export/TableProperty.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/export/TableProperty.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/AbstractImportCsv.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/AbstractImportCsv.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/AbstractImportCsv.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/AbstractImportCsv.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ImportCsv.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ImportCsv.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ImportCsv.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ImportCsv.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ImportLdi.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ImportLdi.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ImportLdi.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ImportLdi.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ImportMediawiki.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ImportMediawiki.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ImportMediawiki.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ImportMediawiki.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ImportOds.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ImportOds.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ImportOds.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ImportOds.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ImportShp.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ImportShp.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ImportShp.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ImportShp.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ImportSql.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ImportSql.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ImportSql.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ImportSql.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ImportXml.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ImportXml.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ImportXml.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ImportXml.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/README b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/README similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/README rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/README diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ShapeFile.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ShapeFile.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ShapeFile.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ShapeFile.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ShapeRecord.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ShapeRecord.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/ShapeRecord.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/ShapeRecord.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/upload/UploadApc.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/upload/UploadApc.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/upload/UploadApc.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/upload/UploadApc.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/upload/UploadNoplugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/upload/UploadNoplugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/upload/UploadNoplugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/upload/UploadNoplugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/upload/UploadProgress.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/upload/UploadProgress.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/upload/UploadProgress.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/upload/UploadProgress.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/upload/UploadSession.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/upload/UploadSession.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/import/upload/UploadSession.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/import/upload/UploadSession.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/Export_Relation_Schema.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/Export_Relation_Schema.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/Export_Relation_Schema.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/Export_Relation_Schema.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/RelationStats.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/RelationStats.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/RelationStats.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/RelationStats.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/SchemaDia.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/SchemaDia.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/SchemaDia.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/SchemaDia.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/SchemaEps.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/SchemaEps.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/SchemaEps.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/SchemaEps.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/SchemaPdf.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/SchemaPdf.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/SchemaPdf.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/SchemaPdf.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/SchemaSvg.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/SchemaSvg.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/SchemaSvg.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/SchemaSvg.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/TableStats.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/TableStats.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/TableStats.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/TableStats.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/dia/Dia_Relation_Schema.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/dia/Dia_Relation_Schema.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/dia/Dia_Relation_Schema.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/dia/Dia_Relation_Schema.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/dia/RelationStatsDia.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/dia/RelationStatsDia.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/dia/RelationStatsDia.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/dia/RelationStatsDia.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/dia/TableStatsDia.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/dia/TableStatsDia.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/dia/TableStatsDia.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/dia/TableStatsDia.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/eps/Eps_Relation_Schema.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/eps/Eps_Relation_Schema.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/eps/Eps_Relation_Schema.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/eps/Eps_Relation_Schema.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/eps/RelationStatsEps.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/eps/RelationStatsEps.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/eps/RelationStatsEps.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/eps/RelationStatsEps.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/eps/TableStatsEps.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/eps/TableStatsEps.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/eps/TableStatsEps.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/eps/TableStatsEps.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/pdf/RelationStatsPdf.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/pdf/RelationStatsPdf.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/pdf/RelationStatsPdf.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/pdf/RelationStatsPdf.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/pdf/TableStatsPdf.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/pdf/TableStatsPdf.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/pdf/TableStatsPdf.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/pdf/TableStatsPdf.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/svg/RelationStatsSvg.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/svg/RelationStatsSvg.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/svg/RelationStatsSvg.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/svg/RelationStatsSvg.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/svg/Svg_Relation_Schema.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/svg/Svg_Relation_Schema.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/svg/Svg_Relation_Schema.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/svg/Svg_Relation_Schema.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/svg/TableStatsSvg.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/svg/TableStatsSvg.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/schema/svg/TableStatsSvg.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/schema/svg/TableStatsSvg.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/README b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/README similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/README rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/README diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/TEMPLATE b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/TEMPLATE similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/TEMPLATE rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/TEMPLATE diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/TEMPLATE_ABSTRACT b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/TEMPLATE_ABSTRACT similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/TEMPLATE_ABSTRACT rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/TEMPLATE_ABSTRACT diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/Text_Plain_Link.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/Text_Plain_Link.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/Text_Plain_Link.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/Text_Plain_Link.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/Text_Plain_Longtoipv4.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/Text_Plain_Longtoipv4.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/Text_Plain_Longtoipv4.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/Text_Plain_Longtoipv4.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/Text_Plain_Preappend.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/Text_Plain_Preappend.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/Text_Plain_Preappend.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/Text_Plain_Preappend.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/Text_Plain_Substring.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/Text_Plain_Substring.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/Text_Plain_Substring.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/Text_Plain_Substring.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/Bool2TextTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/Bool2TextTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/Bool2TextTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/Bool2TextTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/CodeMirrorEditorTransformationPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/CodeMirrorEditorTransformationPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/CodeMirrorEditorTransformationPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/CodeMirrorEditorTransformationPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/DownloadTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/DownloadTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/DownloadTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/DownloadTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/ExternalTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/ExternalTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/ExternalTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/ExternalTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/HexTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/HexTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/HexTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/HexTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/ImageLinkTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/ImageLinkTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/ImageLinkTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/ImageLinkTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/ImageUploadTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/ImageUploadTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/ImageUploadTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/ImageUploadTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/InlineTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/InlineTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/InlineTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/InlineTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/LongToIPv4TransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/LongToIPv4TransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/LongToIPv4TransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/LongToIPv4TransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/PreApPendTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/PreApPendTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/PreApPendTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/PreApPendTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/RegexValidationTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/RegexValidationTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/RegexValidationTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/RegexValidationTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/SQLTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/SQLTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/SQLTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/SQLTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/SubstringTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/SubstringTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/SubstringTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/SubstringTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/TextFileUploadTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/TextFileUploadTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/TextFileUploadTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/TextFileUploadTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/TextImageLinkTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/TextImageLinkTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/TextImageLinkTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/TextImageLinkTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/TextLinkTransformationsPlugin.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/TextLinkTransformationsPlugin.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/abstract/TextLinkTransformationsPlugin.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/abstract/TextLinkTransformationsPlugin.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/generator_main_class.sh b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/generator_main_class.sh similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/generator_main_class.sh rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/generator_main_class.sh diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/generator_plugin.sh b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/generator_plugin.sh similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/generator_plugin.sh rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/generator_plugin.sh diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/input/Image_JPEG_Upload.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/input/Image_JPEG_Upload.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/input/Image_JPEG_Upload.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/input/Image_JPEG_Upload.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/input/Text_Plain_Fileupload.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/input/Text_Plain_Fileupload.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/input/Text_Plain_Fileupload.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/input/Text_Plain_Fileupload.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/input/Text_Plain_JsonEditor.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/input/Text_Plain_JsonEditor.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/input/Text_Plain_JsonEditor.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/input/Text_Plain_JsonEditor.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/input/Text_Plain_Regexvalidation.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/input/Text_Plain_Regexvalidation.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/input/Text_Plain_Regexvalidation.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/input/Text_Plain_Regexvalidation.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/input/Text_Plain_SqlEditor.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/input/Text_Plain_SqlEditor.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/input/Text_Plain_SqlEditor.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/input/Text_Plain_SqlEditor.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/input/Text_Plain_XmlEditor.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/input/Text_Plain_XmlEditor.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/input/Text_Plain_XmlEditor.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/input/Text_Plain_XmlEditor.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Application_Octetstream_Download.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Application_Octetstream_Download.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Application_Octetstream_Download.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Application_Octetstream_Download.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Application_Octetstream_Hex.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Application_Octetstream_Hex.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Application_Octetstream_Hex.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Application_Octetstream_Hex.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Image_JPEG_Inline.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Image_JPEG_Inline.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Image_JPEG_Inline.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Image_JPEG_Inline.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Image_JPEG_Link.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Image_JPEG_Link.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Image_JPEG_Link.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Image_JPEG_Link.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Image_PNG_Inline.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Image_PNG_Inline.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Image_PNG_Inline.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Image_PNG_Inline.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Octetstream_Sql.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Octetstream_Sql.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Octetstream_Sql.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Octetstream_Sql.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_Bool2text.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_Bool2text.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_Bool2text.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_Bool2text.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_Dateformat.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_Dateformat.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_Dateformat.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_Dateformat.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_External.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_External.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_External.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_External.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_Formatted.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_Formatted.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_Formatted.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_Formatted.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_Imagelink.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_Imagelink.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_Imagelink.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_Imagelink.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_Json.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_Json.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_Json.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_Json.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_Sql.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_Sql.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_Sql.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_Sql.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_Xml.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_Xml.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/plugins/transformations/output/Text_Plain_Xml.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/plugins/transformations/output/Text_Plain_Xml.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/pmd_common.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/pmd_common.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/pmd_common.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/pmd_common.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/PropertyItem.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/PropertyItem.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/PropertyItem.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/PropertyItem.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/OptionsPropertyGroup.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/OptionsPropertyGroup.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/OptionsPropertyGroup.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/OptionsPropertyGroup.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/OptionsPropertyItem.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/OptionsPropertyItem.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/OptionsPropertyItem.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/OptionsPropertyItem.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/OptionsPropertyOneItem.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/OptionsPropertyOneItem.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/OptionsPropertyOneItem.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/OptionsPropertyOneItem.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/groups/OptionsPropertyMainGroup.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/groups/OptionsPropertyMainGroup.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/groups/OptionsPropertyMainGroup.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/groups/OptionsPropertyMainGroup.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/groups/OptionsPropertyRootGroup.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/groups/OptionsPropertyRootGroup.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/groups/OptionsPropertyRootGroup.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/groups/OptionsPropertyRootGroup.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/groups/OptionsPropertySubgroup.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/groups/OptionsPropertySubgroup.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/groups/OptionsPropertySubgroup.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/groups/OptionsPropertySubgroup.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/BoolPropertyItem.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/BoolPropertyItem.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/BoolPropertyItem.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/BoolPropertyItem.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/DocPropertyItem.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/DocPropertyItem.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/DocPropertyItem.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/DocPropertyItem.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/HiddenPropertyItem.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/HiddenPropertyItem.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/HiddenPropertyItem.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/HiddenPropertyItem.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/MessageOnlyPropertyItem.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/MessageOnlyPropertyItem.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/MessageOnlyPropertyItem.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/MessageOnlyPropertyItem.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/NumberPropertyItem.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/NumberPropertyItem.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/NumberPropertyItem.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/NumberPropertyItem.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/RadioPropertyItem.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/RadioPropertyItem.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/RadioPropertyItem.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/RadioPropertyItem.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/SelectPropertyItem.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/SelectPropertyItem.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/SelectPropertyItem.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/SelectPropertyItem.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/TextPropertyItem.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/TextPropertyItem.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/options/items/TextPropertyItem.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/options/items/TextPropertyItem.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/plugins/ExportPluginProperties.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/plugins/ExportPluginProperties.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/plugins/ExportPluginProperties.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/plugins/ExportPluginProperties.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/plugins/ImportPluginProperties.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/plugins/ImportPluginProperties.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/plugins/ImportPluginProperties.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/plugins/ImportPluginProperties.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/plugins/PluginPropertyItem.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/plugins/PluginPropertyItem.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/plugins/PluginPropertyItem.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/plugins/PluginPropertyItem.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/plugins/SchemaPluginProperties.class.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/plugins/SchemaPluginProperties.class.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/properties/plugins/SchemaPluginProperties.class.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/properties/plugins/SchemaPluginProperties.class.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/relation.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/relation.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/relation.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/relation.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/relation_cleanup.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/relation_cleanup.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/relation_cleanup.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/relation_cleanup.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/replication.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/replication.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/replication.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/replication.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/replication_gui.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/replication_gui.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/replication_gui.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/replication_gui.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_events.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_events.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_events.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_events.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_export.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_export.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_export.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_export.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_footer.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_footer.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_footer.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_footer.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_general.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_general.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_general.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_general.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_list.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_list.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_list.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_list.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_main.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_main.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_main.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_main.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_routines.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_routines.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_routines.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_routines.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_triggers.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_triggers.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_triggers.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_triggers.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_words.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_words.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/rte/rte_words.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/rte/rte_words.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sanitizing.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sanitizing.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sanitizing.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sanitizing.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/select_lang.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/select_lang.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/select_lang.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/select_lang.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/select_server.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/select_server.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/select_server.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/select_server.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_bin_log.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_bin_log.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_bin_log.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_bin_log.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_collations.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_collations.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_collations.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_collations.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_common.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_common.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_common.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_common.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_common.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_common.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_common.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_common.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_databases.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_databases.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_databases.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_databases.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_engines.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_engines.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_engines.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_engines.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_plugins.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_plugins.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_plugins.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_plugins.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_privileges.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_privileges.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_privileges.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_privileges.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_status.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_status.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_status.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_status.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_status_advisor.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_status_advisor.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_status_advisor.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_status_advisor.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_status_monitor.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_status_monitor.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_status_monitor.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_status_monitor.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_status_processes.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_status_processes.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_status_processes.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_status_processes.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_status_queries.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_status_queries.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_status_queries.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_status_queries.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_status_variables.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_status_variables.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_status_variables.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_status_variables.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_user_groups.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_user_groups.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_user_groups.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_user_groups.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_users.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_users.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_users.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_users.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_variables.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_variables.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/server_variables.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/server_variables.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/session.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/session.inc.php similarity index 95% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/session.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/session.inc.php index 22185acb..434f31a2 100644 --- a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/session.inc.php +++ b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/session.inc.php @@ -13,6 +13,8 @@ exit; } +require PHPSECLIB_INC_DIR . '/Crypt/Random.php'; + // verify if PHP supports session, die if it does not if (!@function_exists('session_name')) { @@ -106,7 +108,7 @@ * (we use "space PMA_token space" to prevent overwriting) */ if (! isset($_SESSION[' PMA_token '])) { - $_SESSION[' PMA_token '] = md5(uniqid(rand(), true)); + $_SESSION[' PMA_token '] = bin2hex(phpseclib\Crypt\Random::string(16)); } /** @@ -125,6 +127,6 @@ function PMA_secureSession() ) { session_regenerate_id(true); } - $_SESSION[' PMA_token '] = md5(uniqid(rand(), true)); + $_SESSION[' PMA_token '] = bin2hex(phpseclib\Crypt\Random::string(16)); } ?> diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/special_schema_links.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/special_schema_links.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/special_schema_links.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/special_schema_links.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sql-formatter/LICENSE.txt b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sql-formatter/LICENSE.txt similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sql-formatter/LICENSE.txt rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sql-formatter/LICENSE.txt diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sql-formatter/README.md b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sql-formatter/README.md similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sql-formatter/README.md rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sql-formatter/README.md diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sql-formatter/lib/SqlFormatter.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sql-formatter/lib/SqlFormatter.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sql-formatter/lib/SqlFormatter.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sql-formatter/lib/SqlFormatter.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sql.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sql.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sql.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sql.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sql_query_form.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sql_query_form.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sql_query_form.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sql_query_form.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sqlparser.data.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sqlparser.data.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sqlparser.data.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sqlparser.data.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sqlparser.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sqlparser.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sqlparser.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sqlparser.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/string.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/string.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/string.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/string.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/stringMb.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/stringMb.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/stringMb.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/stringMb.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/stringNative.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/stringNative.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/stringNative.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/stringNative.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/structure.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/structure.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/structure.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/structure.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sysinfo.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sysinfo.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/sysinfo.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/sysinfo.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_chart.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_chart.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_chart.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_chart.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_columns_definition_form.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_columns_definition_form.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_columns_definition_form.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_columns_definition_form.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_columns_definition_form.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_columns_definition_form.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_columns_definition_form.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_columns_definition_form.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_common.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_common.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_common.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_common.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_gis_visualization.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_gis_visualization.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_gis_visualization.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_gis_visualization.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_indexes.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_indexes.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_indexes.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_indexes.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_info.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_info.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_info.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_info.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_printview.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_printview.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_printview.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_printview.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_relation.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_relation.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_relation.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_relation.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_views.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_views.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tbl_views.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tbl_views.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/LICENSE.TXT b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/LICENSE.TXT similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/LICENSE.TXT rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/LICENSE.TXT diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/README.TXT b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/README.TXT similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/README.TXT rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/README.TXT diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/config/tcpdf_config.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/config/tcpdf_config.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/config/tcpdf_config.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/config/tcpdf_config.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/dejavu-fonts-ttf-2.34/LICENSE diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/dejavusans.ctg.z b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/dejavusans.ctg.z similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/dejavusans.ctg.z rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/dejavusans.ctg.z diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/dejavusans.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/dejavusans.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/dejavusans.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/dejavusans.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/dejavusans.z b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/dejavusans.z similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/dejavusans.z rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/dejavusans.z diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/dejavusansb.ctg.z b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/dejavusansb.ctg.z similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/dejavusansb.ctg.z rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/dejavusansb.ctg.z diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/dejavusansb.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/dejavusansb.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/dejavusansb.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/dejavusansb.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/dejavusansb.z b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/dejavusansb.z similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/dejavusansb.z rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/dejavusansb.z diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/helvetica.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/helvetica.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/fonts/helvetica.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/fonts/helvetica.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/include/sRGB.icc b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/include/sRGB.icc similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/include/sRGB.icc rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/include/sRGB.icc diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/include/tcpdf_colors.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/include/tcpdf_colors.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/include/tcpdf_colors.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/include/tcpdf_colors.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/include/tcpdf_font_data.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/include/tcpdf_font_data.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/include/tcpdf_font_data.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/include/tcpdf_font_data.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/include/tcpdf_fonts.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/include/tcpdf_fonts.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/include/tcpdf_fonts.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/include/tcpdf_fonts.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/include/tcpdf_images.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/include/tcpdf_images.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/include/tcpdf_images.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/include/tcpdf_images.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/include/tcpdf_static.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/include/tcpdf_static.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/include/tcpdf_static.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/include/tcpdf_static.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/tcpdf.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/tcpdf.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/tcpdf.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/tcpdf.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/tcpdf_autoconfig.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/tcpdf_autoconfig.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tcpdf/tcpdf_autoconfig.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tcpdf/tcpdf_autoconfig.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tracking.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tracking.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/tracking.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/tracking.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/transformations.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/transformations.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/transformations.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/transformations.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/url_generating.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/url_generating.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/url_generating.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/url_generating.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/user_preferences.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/user_preferences.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/user_preferences.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/user_preferences.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/user_preferences.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/user_preferences.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/user_preferences.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/user_preferences.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/vendor_config.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/vendor_config.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/vendor_config.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/vendor_config.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/zip.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/zip.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/zip.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/zip.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/zip_extension.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/zip_extension.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/libraries/zip_extension.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/libraries/zip_extension.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/license.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/license.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/license.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/license.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/az/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/az/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/az/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/az/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/bg/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/bg/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/bg/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/bg/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ca/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/ca/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ca/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/ca/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/cs/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/cs/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/cs/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/cs/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/da/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/da/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/da/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/da/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/de/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/de/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/de/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/de/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/es/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/es/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/es/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/es/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/fi/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/fi/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/fi/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/fi/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/fr/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/fr/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/fr/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/fr/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/gl/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/gl/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/gl/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/gl/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/hi/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/hi/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/hi/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/hi/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/it/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/it/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/it/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/it/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ja/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/ja/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/ja/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/ja/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/lt/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/lt/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/lt/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/lt/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/nb/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/nb/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/nb/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/nb/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/nl/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/nl/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/nl/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/nl/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/pl/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/pl/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/pl/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/pl/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/pt/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/pt/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/pt/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/pt/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/si/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/si/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/si/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/si/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/uk/LC_MESSAGES/phpmyadmin.mo b/Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/uk/LC_MESSAGES/phpmyadmin.mo similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/locale/uk/LC_MESSAGES/phpmyadmin.mo rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/locale/uk/LC_MESSAGES/phpmyadmin.mo diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/navigation.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/navigation.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/navigation.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/navigation.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/normalization.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/normalization.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/normalization.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/normalization.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/phpinfo.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/phpinfo.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/phpinfo.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/phpinfo.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/phpmyadmin.css.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/phpmyadmin.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/phpmyadmin.css.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/phpmyadmin.css.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/phpunit.xml.hhvm b/Vendor/phpMyAdmin-4.4.15.3-all-languages/phpunit.xml.hhvm similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/phpunit.xml.hhvm rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/phpunit.xml.hhvm diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/phpunit.xml.nocoverage b/Vendor/phpMyAdmin-4.4.15.3-all-languages/phpunit.xml.nocoverage similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/phpunit.xml.nocoverage rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/phpunit.xml.nocoverage diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/prefs_forms.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/prefs_forms.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/prefs_forms.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/prefs_forms.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/prefs_manage.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/prefs_manage.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/prefs_manage.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/prefs_manage.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/print.css b/Vendor/phpMyAdmin-4.4.15.3-all-languages/print.css similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/print.css rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/print.css diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/robots.txt b/Vendor/phpMyAdmin-4.4.15.3-all-languages/robots.txt similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/robots.txt rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/robots.txt diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/schema_export.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/schema_export.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/schema_export.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/schema_export.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_binlog.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_binlog.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_binlog.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_binlog.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_collations.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_collations.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_collations.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_collations.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_databases.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_databases.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_databases.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_databases.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_engines.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_engines.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_engines.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_engines.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_export.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_export.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_export.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_export.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_import.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_import.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_import.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_import.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_plugins.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_plugins.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_plugins.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_plugins.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_privileges.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_privileges.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_privileges.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_privileges.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_replication.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_replication.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_replication.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_replication.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_sql.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_sql.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_sql.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_sql.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_status.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_status.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_status.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_status.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_status_advisor.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_status_advisor.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_status_advisor.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_status_advisor.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_status_monitor.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_status_monitor.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_status_monitor.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_status_monitor.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_status_processes.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_status_processes.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_status_processes.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_status_processes.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_status_queries.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_status_queries.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_status_queries.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_status_queries.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_status_variables.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_status_variables.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_status_variables.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_status_variables.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_user_groups.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_user_groups.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_user_groups.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_user_groups.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/server_variables.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/server_variables.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/server_variables.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/server_variables.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/show_config_errors.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/show_config_errors.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/show_config_errors.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/show_config_errors.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/sql.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/sql.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/sql.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/sql.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/sql/create_tables.sql b/Vendor/phpMyAdmin-4.4.15.3-all-languages/sql/create_tables.sql similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/sql/create_tables.sql rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/sql/create_tables.sql diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/sql/create_tables_drizzle.sql b/Vendor/phpMyAdmin-4.4.15.3-all-languages/sql/create_tables_drizzle.sql similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/sql/create_tables_drizzle.sql rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/sql/create_tables_drizzle.sql diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/sql/upgrade_column_info_4_3_0+.sql b/Vendor/phpMyAdmin-4.4.15.3-all-languages/sql/upgrade_column_info_4_3_0+.sql similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/sql/upgrade_column_info_4_3_0+.sql rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/sql/upgrade_column_info_4_3_0+.sql diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/sql/upgrade_tables_mysql_4_1_2+.sql b/Vendor/phpMyAdmin-4.4.15.3-all-languages/sql/upgrade_tables_mysql_4_1_2+.sql similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/sql/upgrade_tables_mysql_4_1_2+.sql rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/sql/upgrade_tables_mysql_4_1_2+.sql diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_addfield.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_addfield.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_addfield.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_addfield.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_change.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_change.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_change.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_change.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_chart.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_chart.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_chart.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_chart.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_create.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_create.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_create.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_create.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_export.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_export.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_export.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_export.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_find_replace.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_find_replace.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_find_replace.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_find_replace.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_get_field.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_get_field.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_get_field.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_get_field.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_gis_visualization.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_gis_visualization.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_gis_visualization.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_gis_visualization.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_import.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_import.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_import.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_import.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_indexes.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_indexes.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_indexes.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_indexes.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_operations.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_operations.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_operations.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_operations.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_printview.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_printview.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_printview.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_printview.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_recent_favorite.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_recent_favorite.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_recent_favorite.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_recent_favorite.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_relation.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_relation.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_relation.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_relation.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_replace.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_replace.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_replace.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_replace.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_row_action.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_row_action.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_row_action.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_row_action.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_select.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_select.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_select.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_select.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_sql.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_sql.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_sql.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_sql.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_structure.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_structure.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_structure.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_structure.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_tracking.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_tracking.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_tracking.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_tracking.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_triggers.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_triggers.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_triggers.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_triggers.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_zoom_select.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_zoom_select.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/tbl_zoom_select.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/tbl_zoom_select.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/dot.gif b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/dot.gif similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/dot.gif rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/dot.gif diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/codemirror.css.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/codemirror.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/codemirror.css.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/codemirror.css.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/common.css.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/common.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/common.css.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/common.css.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/enum_editor.css.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/enum_editor.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/enum_editor.css.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/enum_editor.css.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/gis.css.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/gis.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/gis.css.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/gis.css.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/jqplot.css.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/jqplot.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/jqplot.css.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/jqplot.css.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/navigation.css.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/navigation.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/navigation.css.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/navigation.css.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/pmd.css.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/pmd.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/pmd.css.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/pmd.css.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/resizable-menu.css.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/resizable-menu.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/resizable-menu.css.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/resizable-menu.css.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/rte.css.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/rte.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/css/rte.css.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/css/rte.css.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/ajax_clock_small.gif b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/ajax_clock_small.gif similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/ajax_clock_small.gif rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/ajax_clock_small.gif diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/arrow_ltr.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/arrow_ltr.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/arrow_ltr.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/arrow_ltr.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/arrow_rtl.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/arrow_rtl.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/arrow_rtl.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/arrow_rtl.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/asc_order.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/asc_order.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/asc_order.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/asc_order.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_bookmark.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_bookmark.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_bookmark.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_bookmark.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_browse.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_browse.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_browse.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_browse.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_calendar.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_calendar.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_calendar.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_calendar.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_chart.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_chart.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_chart.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_chart.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_close.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_close.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_close.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_close.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_column_add.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_column_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_column_add.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_column_add.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_comment.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_comment.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_comment.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_comment.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_dbstatistics.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_dbstatistics.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_dbstatistics.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_dbstatistics.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_deltbl.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_deltbl.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_deltbl.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_deltbl.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_docs.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_docs.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_docs.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_docs.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_docsql.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_docsql.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_docsql.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_docsql.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_drop.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_drop.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_drop.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_drop.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_edit.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_edit.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_edit.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_edit.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_empty.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_empty.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_empty.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_empty.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_engine.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_engine.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_engine.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_engine.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_event_add.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_event_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_event_add.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_event_add.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_events.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_events.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_events.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_events.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_export.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_export.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_export.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_export.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_favorite.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_favorite.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_favorite.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_favorite.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_find_replace.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_find_replace.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_find_replace.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_find_replace.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_firstpage.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_firstpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_firstpage.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_firstpage.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_ftext.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_ftext.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_ftext.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_ftext.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_globe.gif b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_globe.gif similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_globe.gif rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_globe.gif diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_group.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_group.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_group.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_group.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_help.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_help.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_help.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_help.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_home.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_home.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_home.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_home.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_import.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_import.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_import.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_import.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_index.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_index.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_index.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_index.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_index_add.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_index_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_index_add.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_index_add.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_info.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_info.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_info.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_info.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_inline_edit.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_inline_edit.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_inline_edit.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_inline_edit.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_insrow.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_insrow.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_insrow.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_insrow.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_lastpage.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_lastpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_lastpage.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_lastpage.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_minus.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_minus.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_minus.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_minus.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_more.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_more.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_more.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_more.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_move.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_move.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_move.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_move.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_newdb.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_newdb.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_newdb.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_newdb.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_newtbl.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_newtbl.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_newtbl.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_newtbl.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_nextpage.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_nextpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_nextpage.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_nextpage.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_no_favorite.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_no_favorite.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_no_favorite.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_no_favorite.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_pdfdoc.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_pdfdoc.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_pdfdoc.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_pdfdoc.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_plus.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_plus.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_plus.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_plus.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_prevpage.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_prevpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_prevpage.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_prevpage.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_primary.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_primary.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_primary.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_primary.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_print.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_print.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_print.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_print.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_props.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_props.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_props.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_props.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_relations.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_relations.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_relations.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_relations.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_report.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_report.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_report.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_report.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_routine_add.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_routine_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_routine_add.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_routine_add.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_routines.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_routines.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_routines.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_routines.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_save.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_save.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_save.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_save.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_saveimage.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_saveimage.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_saveimage.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_saveimage.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_sbrowse.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_sbrowse.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_sbrowse.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_sbrowse.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_sdb.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_sdb.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_sdb.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_sdb.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_search.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_search.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_search.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_search.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_selboard.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_selboard.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_selboard.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_selboard.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_select.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_select.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_select.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_select.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_snewtbl.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_snewtbl.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_snewtbl.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_snewtbl.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_spatial.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_spatial.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_spatial.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_spatial.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_sql.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_sql.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_sql.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_sql.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_sqldoc.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_sqldoc.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_sqldoc.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_sqldoc.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_sqlhelp.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_sqlhelp.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_sqlhelp.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_sqlhelp.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_table_add.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_table_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_table_add.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_table_add.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tblanalyse.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_tblanalyse.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tblanalyse.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_tblanalyse.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_tblexport.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_tblexport.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_tblexport.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_tblexport.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_tblimport.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_tblimport.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_tblimport.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_tblimport.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_tblops.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_tblops.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_tblops.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_tblops.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tbloptimize.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_tbloptimize.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_tbloptimize.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_tbloptimize.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_tipp.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_tipp.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_tipp.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_tipp.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_trigger_add.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_trigger_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_trigger_add.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_trigger_add.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_triggers.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_triggers.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_triggers.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_triggers.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_undo.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_undo.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_undo.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_undo.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_unique.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_unique.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_unique.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_unique.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_usradd.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_usradd.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_usradd.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_usradd.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_usrcheck.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_usrcheck.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_usrcheck.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_usrcheck.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_usrdrop.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_usrdrop.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_usrdrop.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_usrdrop.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_usredit.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_usredit.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_usredit.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_usredit.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_usrlist.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_usrlist.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_usrlist.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_usrlist.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_versions.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_versions.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_versions.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_versions.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_view.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_view.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/b_view.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_view.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_view_add.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_view_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_view_add.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_view_add.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_views.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_views.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/b_views.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/b_views.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_browse.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_browse.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_browse.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_browse.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_deltbl.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_deltbl.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_deltbl.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_deltbl.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_drop.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_drop.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_drop.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_drop.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_edit.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_edit.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_edit.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_edit.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_empty.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_empty.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_empty.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_empty.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_export.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_export.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_export.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_export.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_firstpage.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_firstpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_firstpage.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_firstpage.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_ftext.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_ftext.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_ftext.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_ftext.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_index.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_index.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_index.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_index.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_insrow.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_insrow.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_insrow.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_insrow.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_lastpage.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_lastpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_lastpage.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_lastpage.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_nextpage.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_nextpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_nextpage.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_nextpage.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_prevpage.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_prevpage.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_prevpage.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_prevpage.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_primary.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_primary.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_primary.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_primary.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_routine_add.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_routine_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/bd_routine_add.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_routine_add.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_sbrowse.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_sbrowse.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_sbrowse.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_sbrowse.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_select.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_select.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_select.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_select.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_spatial.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_spatial.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_spatial.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_spatial.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_unique.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_unique.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/bd_unique.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/bd_unique.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/centralColumns.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/centralColumns.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/centralColumns.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/centralColumns.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/centralColumns_add.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/centralColumns_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/centralColumns_add.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/centralColumns_add.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/centralColumns_delete.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/centralColumns_delete.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/centralColumns_delete.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/centralColumns_delete.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/col_drop.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/col_drop.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/col_drop.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/col_drop.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/col_pointer.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/col_pointer.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/col_pointer.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/col_pointer.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/col_pointer_ver.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/col_pointer_ver.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/col_pointer_ver.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/col_pointer_ver.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/console.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/console.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/console.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/console.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/database.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/database.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/database.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/database.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/east-mini.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/east-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/east-mini.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/east-mini.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/error.ico b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/error.ico similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/error.ico rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/error.ico diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/eye.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/eye.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/eye.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/eye.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/eye_grey.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/eye_grey.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/eye_grey.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/eye_grey.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/item.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/item.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/item.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/item.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/left_nav_bg.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/left_nav_bg.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/left_nav_bg.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/left_nav_bg.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/lightbulb.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/lightbulb.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/lightbulb.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/lightbulb.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/lightbulb_off.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/lightbulb_off.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/lightbulb_off.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/lightbulb_off.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/logo_left.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/logo_left.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/logo_left.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/logo_left.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/logo_right.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/logo_right.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/logo_right.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/logo_right.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/more.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/more.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/more.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/more.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_data.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_data.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_data.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_data.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_data_hovered.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_data_hovered.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_data_hovered.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_data_hovered.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_data_selected.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_data_selected.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_data_selected.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_data_selected.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_data_selected_hovered.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_data_selected_hovered.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_data_selected_hovered.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_data_selected_hovered.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_struct.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_struct.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_struct.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_struct.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_struct_hovered.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_struct_hovered.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_struct_hovered.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_struct_hovered.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_struct_selected.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_struct_selected.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_struct_selected.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_struct_selected.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_struct_selected_hovered.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_struct_selected_hovered.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/new_struct_selected_hovered.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/new_struct_selected_hovered.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/normalize.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/normalize.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/normalize.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/normalize.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/north-mini.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/north-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/north-mini.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/north-mini.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/pause.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pause.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/pause.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pause.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/php_sym.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/php_sym.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/php_sym.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/php_sym.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/play.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/play.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/play.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/play.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pma_logo2.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pma_logo2.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pma_logo2.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pma_logo2.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/1.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/1.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/1.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/1.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/2.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/2.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/2.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/2.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/2leftarrow.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/2leftarrow.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/2leftarrow.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/2leftarrow.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/2leftarrow_m.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/2leftarrow_m.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/2leftarrow_m.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/2leftarrow_m.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/2rightarrow.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/2rightarrow.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/2rightarrow.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/2rightarrow.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/2rightarrow_m.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/2rightarrow_m.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/2rightarrow_m.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/2rightarrow_m.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/3.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/3.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/3.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/3.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/4.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/4.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/4.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/4.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/5.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/5.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/5.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/5.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/6.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/6.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/6.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/6.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/7.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/7.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/7.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/7.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/8.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/8.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/8.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/8.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/FieldKey_small.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/FieldKey_small.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/FieldKey_small.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/FieldKey_small.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/Field_small.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/Field_small.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/Field_small.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/Field_small.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/Field_small_char.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/Field_small_char.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/Field_small_char.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/Field_small_char.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/Field_small_date.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/Field_small_date.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/Field_small_date.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/Field_small_date.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/Field_small_int.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/Field_small_int.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/Field_small_int.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/Field_small_int.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/Header.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/Header.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/Header.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/Header.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/Header_Linked.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/Header_Linked.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/Header_Linked.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/Header_Linked.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/anchor.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/anchor.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/anchor.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/anchor.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/and_icon.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/and_icon.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/and_icon.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/and_icon.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/ang_direct.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/ang_direct.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/ang_direct.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/ang_direct.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/bord.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/bord.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/bord.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/bord.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/bottom.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/bottom.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/bottom.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/bottom.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/def.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/def.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/def.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/def.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/display_field.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/display_field.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/display_field.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/display_field.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/downarrow1.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/downarrow1.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/downarrow1.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/downarrow1.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/downarrow2.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/downarrow2.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/downarrow2.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/downarrow2.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/downarrow2_m.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/downarrow2_m.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/downarrow2_m.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/downarrow2_m.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/exec.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/exec.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/exec.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/exec.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/exec_small.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/exec_small.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/exec_small.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/exec_small.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/exitFullscreen.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/exitFullscreen.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/exitFullscreen.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/exitFullscreen.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/export.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/export.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/export.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/export.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/favicon.ico b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/favicon.ico similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/favicon.ico rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/favicon.ico diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/grid.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/grid.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/grid.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/grid.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/help.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/help.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/help.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/help.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/help_relation.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/help_relation.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/help_relation.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/help_relation.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/left_panel_butt.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/left_panel_butt.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/left_panel_butt.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/left_panel_butt.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/left_panel_tab.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/left_panel_tab.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/left_panel_tab.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/left_panel_tab.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/minus.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/minus.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/minus.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/minus.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/or_icon.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/or_icon.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/or_icon.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/or_icon.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/page_add.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/page_add.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/page_add.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/page_add.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/page_delete.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/page_delete.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/page_delete.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/page_delete.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/page_edit.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/page_edit.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/page_edit.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/page_edit.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/pdf.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/pdf.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/pdf.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/pdf.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/plus.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/plus.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/plus.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/plus.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/query_builder.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/query_builder.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/query_builder.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/query_builder.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/relation.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/relation.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/relation.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/relation.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/reload.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/reload.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/reload.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/reload.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/resize.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/resize.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/resize.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/resize.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/resizeright.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/resizeright.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/resizeright.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/resizeright.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/rightarrow1.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/rightarrow1.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/rightarrow1.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/rightarrow1.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/rightarrow2.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/rightarrow2.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/rightarrow2.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/rightarrow2.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/save.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/save.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/save.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/save.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/save_as.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/save_as.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/save_as.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/save_as.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/small_tab.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/small_tab.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/small_tab.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/small_tab.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/table.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/table.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/table.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/table.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/toggle_lines.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/toggle_lines.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/toggle_lines.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/toggle_lines.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/top_panel.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/top_panel.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/top_panel.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/top_panel.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/uparrow2_m.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/uparrow2_m.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/uparrow2_m.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/uparrow2_m.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/viewInFullscreen.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/viewInFullscreen.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/pmd/viewInFullscreen.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/pmd/viewInFullscreen.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_asc.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_asc.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_asc.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_asc.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_asci.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_asci.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_asci.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_asci.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_attention.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_attention.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_attention.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_attention.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_cancel.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_cancel.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_cancel.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_cancel.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_cancel2.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_cancel2.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_cancel2.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_cancel2.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_cog.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_cog.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_cog.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_cog.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_collapseall.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_collapseall.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_collapseall.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_collapseall.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_db.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_db.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_db.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_db.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_desc.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_desc.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_desc.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_desc.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_error.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_error.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_error.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_error.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_error2.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_error2.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_error2.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_error2.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_fulltext.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_fulltext.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_fulltext.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_fulltext.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_host.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_host.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_host.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_host.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_info.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_info.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_info.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_info.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_lang.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_lang.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_lang.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_lang.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_link.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_link.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_link.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_link.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_lock.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_lock.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_lock.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_lock.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_loggoff.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_loggoff.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_loggoff.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_loggoff.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_notice.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_notice.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_notice.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_notice.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_okay.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_okay.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_okay.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_okay.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_partialtext.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_partialtext.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_partialtext.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_partialtext.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_passwd.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_passwd.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_passwd.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_passwd.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_process.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_process.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_process.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_process.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_really.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_really.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_really.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_really.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_reload.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_reload.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_reload.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_reload.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_replication.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_replication.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_replication.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_replication.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_rights.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_rights.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_rights.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_rights.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_sortable.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_sortable.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_sortable.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_sortable.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_status.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_status.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_status.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_status.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_success.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_success.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_success.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_success.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_sync.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_sync.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_sync.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_sync.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_tbl.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_tbl.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_tbl.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_tbl.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_theme.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_theme.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_theme.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_theme.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_top.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_top.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_top.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_top.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_unlink.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_unlink.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/s_unlink.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_unlink.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_vars.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_vars.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_vars.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_vars.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_views.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_views.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/s_views.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/s_views.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/select_bg.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/select_bg.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/select_bg.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/select_bg.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/south-mini.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/south-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/south-mini.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/south-mini.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/spacer.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/spacer.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/spacer.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/spacer.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/sprites.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/sprites.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/sprites.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/sprites.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/toggle-ltr.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/toggle-ltr.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/toggle-ltr.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/toggle-ltr.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/toggle-rtl.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/toggle-rtl.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/img/toggle-rtl.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/toggle-rtl.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/vertical_line.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/vertical_line.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/vertical_line.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/vertical_line.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/west-mini.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/west-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/west-mini.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/west-mini.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/window-new.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/window-new.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/window-new.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/window-new.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/zoom-minus-mini.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/zoom-minus-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/zoom-minus-mini.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/zoom-minus-mini.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/zoom-plus-mini.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/zoom-plus-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/zoom-plus-mini.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/zoom-plus-mini.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/zoom-world-mini.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/zoom-world-mini.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/img/zoom-world-mini.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/img/zoom-world-mini.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/info.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/info.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/info.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/info.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_flat_75_ffffff_40x100.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_flat_75_ffffff_40x100.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-icons_222222_256x240.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-icons_222222_256x240.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-icons_2e83ff_256x240.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-icons_2e83ff_256x240.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-icons_454545_256x240.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-icons_454545_256x240.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-icons_888888_256x240.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-icons_888888_256x240.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-icons_cd0a0a_256x240.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/images/ui-icons_cd0a0a_256x240.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/jquery-ui-1.11.2.css b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/jquery-ui-1.11.2.css similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/original/jquery/jquery-ui-1.11.2.css rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/jquery/jquery-ui-1.11.2.css diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/layout.inc.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/layout.inc.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/layout.inc.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/layout.inc.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/screen.png b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/screen.png similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/screen.png rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/screen.png diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/sprites.lib.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/sprites.lib.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/pmahomme/sprites.lib.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/pmahomme/sprites.lib.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/sprites.css.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/sprites.css.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/sprites.css.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/sprites.css.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/svg_gradient.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/svg_gradient.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/themes/svg_gradient.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/themes/svg_gradient.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/transformation_overview.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/transformation_overview.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/transformation_overview.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/transformation_overview.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/transformation_wrapper.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/transformation_wrapper.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/transformation_wrapper.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/transformation_wrapper.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/url.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/url.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/url.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/url.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/user_password.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/user_password.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/user_password.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/user_password.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/version_check.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/version_check.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/version_check.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/version_check.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/view_create.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/view_create.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/view_create.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/view_create.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/view_operations.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/view_operations.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/view_operations.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/view_operations.php diff --git a/Vendor/phpMyAdmin-4.4.15.1-all-languages/webapp.php b/Vendor/phpMyAdmin-4.4.15.3-all-languages/webapp.php similarity index 100% rename from Vendor/phpMyAdmin-4.4.15.1-all-languages/webapp.php rename to Vendor/phpMyAdmin-4.4.15.3-all-languages/webapp.php diff --git a/composer.json b/composer.json index 4441deae..814c3e2b 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "", "homepage": "http://typo3.org", "license": ["GPL-2.0+"], - "version": "5.1.4", + "version": "5.1.5", "require": { "typo3/cms-core": ">=6.2.0,<8.0" }, diff --git a/ext_emconf.php b/ext_emconf.php index d937094c..ff5b4a1a 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -15,7 +15,7 @@ 'description' => 'Third party \'phpMyAdmin\' administration module. Access to admin-users only.', 'category' => 'module', 'shy' => 0, - 'version' => '5.1.4', + 'version' => '5.1.5', 'dependencies' => '', 'conflicts' => '', 'priority' => '', diff --git a/ext_tables.php b/ext_tables.php index cf5b9f44..26c3bf83 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -39,4 +39,4 @@ } // The subdirectory where the pMA source is located (used for cookie removal and script inclusion) -$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['phpmyadmin']['pmaDirname'] = 'phpMyAdmin-4.4.15.1-all-languages'; \ No newline at end of file +$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['phpmyadmin']['pmaDirname'] = 'phpMyAdmin-4.4.15.3-all-languages'; \ No newline at end of file