Go to file
Mo Sureerat b7bb08ddaa Improve code
Signed-off-by: Mo Sureerat <sureemo@gmail.com>
2022-10-11 02:09:56 +07:00
.github Remove non needed yarn install on build release step 2022-09-29 14:03:29 +02:00
doc Update FAQ 1.44 2022-09-29 13:47:36 +02:00
examples
js
libraries Improve code 2022-10-11 02:09:56 +07:00
po Translated using Weblate (Portuguese (Brazil)) 2022-09-30 20:54:21 +02:00
scripts Fix CI version to have a valid composer.json 2022-09-29 13:59:06 +02:00
setup
sql
templates
test Add unit test 2022-10-11 01:56:44 +07:00
themes
.browserslistrc
.editorconfig
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.jshintrc
.rtlcssrc.json
.scrutinizer.yml
.stylelintrc.json
.weblate
babel.config.json
build.xml
ChangeLog Add a ChangeLog entry for #16418 2022-09-30 22:28:42 +02:00
CODE_OF_CONDUCT.md
codecov.yml
composer.json Remove tcpdf autoloaded files 2022-09-29 13:47:26 +02:00
config.sample.inc.php Document how to generate a string of random bytes 2022-09-26 17:34:18 -03:00
CONTRIBUTING.md
DCO
favicon.ico
index.php
infection.json.dist
jest.config.js
LICENSE
package.json
phpcs.xml.dist
phpstan-baseline.neon
phpstan.neon.dist
phpunit.xml.dist
psalm-baseline.xml Allow longer cookie encryption keys to be used 2022-09-26 17:34:18 -03:00
psalm.xml
README
README.rst
robots.txt
show_config_errors.php
url.php
yarn.lock

phpMyAdmin - Readme
===================

Version 5.2.1-dev

A web interface for MySQL and MariaDB.

https://www.phpmyadmin.net/

Summary
-------

phpMyAdmin is intended to handle the administration of MySQL over the web.
For a summary of features, list of requirements, and installation instructions,
please see the documentation in the ./doc/ folder or at https://docs.phpmyadmin.net/

Copyright
---------

Copyright © 1998 onwards -- the phpMyAdmin team

Certain libraries are copyrighted by their respective authors;
see the full copyright list for details.

For full copyright information, please see ./doc/copyright.rst

License
-------

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 <https://www.gnu.org/licenses/>.

Licensing of current contributions
----------------------------------

Beginning on 2013-12-01, new contributions to this codebase are all licensed
under terms compatible with GPLv2-or-later.  phpMyAdmin is currently
transitioning older code to GPLv2-or-later, but work is not yet complete.

Enjoy!
------

The phpMyAdmin team