Go to file
Domen cd15c26e1f
Translated using Weblate (Slovenian)
Currently translated at 100.0% (3430 of 3430 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2022-10-04 22:23:21 +02:00
.github Remove Sodium polyfill 2022-10-03 22:23:22 -03:00
doc Merge branch 'origin/QA_5_2' 2022-09-30 22:32:37 +02:00
examples
js Extract /console/bookmark/add action from ImportController 2022-09-21 00:06:14 -03:00
libraries Merge branch 'QA_5_2' 2022-10-03 21:00:20 -03:00
po Translated using Weblate (Slovenian) 2022-10-04 22:23:21 +02:00
scripts Remove Sodium polyfill 2022-10-03 22:23:22 -03:00
setup Send Content-Security-Policy headers in setup/ app (#17751) 2022-10-03 19:47:31 -03:00
sql
templates Remove trigger_error calls from HomeController 2022-09-26 17:33:38 -03:00
test Merge branch 'QA_5_2' 2022-10-03 21:00:20 -03:00
themes Merge branch 'QA_5_2' 2022-05-15 17:27:03 -03:00
.browserslistrc
.editorconfig
.eslintignore Use JS module to import jQuery 2022-07-03 19:08:27 -03:00
.eslintrc.json Use JS module to import jQuery 2022-07-03 19:08:27 -03:00
.gitattributes
.gitignore
.jshintrc
.scrutinizer.yml
.stylelintrc.json
.weblate
build.xml
ChangeLog Merge branch 'QA_5_2' 2022-10-03 21:00:20 -03:00
CODE_OF_CONDUCT.md
codecov.yml
composer.json Remove Sodium polyfill 2022-10-03 22:23:22 -03: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 Reduce usage of the containerBuilder global variable 2022-09-29 22:36:46 -03:00
infection.json.dist Add basic test for Table\ColumnsDefinition class 2022-05-25 14:21:04 -03:00
jest.config.cjs Use JS module to import jQuery 2022-07-03 19:08:27 -03:00
LICENSE
package.json Merge branch 'QA_5_2' 2022-07-19 15:08:04 -03:00
phpcs.xml.dist
phpstan-baseline.neon Merge branch 'QA_5_2' 2022-09-29 00:45:10 -03:00
phpstan.neon.dist Replace $analyzedSqlResults array with StatementInfo object 2022-05-24 21:35:30 -03:00
phpunit.xml.dist
psalm-baseline.xml Remove the containerBuilder global var from the Template class 2022-09-29 20:06:34 -03:00
psalm.xml Merge branch 'QA_5_2' 2022-09-29 00:45:10 -03:00
README Prepare for version 5.2.1-dev 2022-05-11 01:43:41 -04:00
README.rst
robots.txt
show_config_errors.php
tsconfig.json Add more type definitions to JavaScript 2022-06-13 16:45:26 -03:00
webpack.config.cjs Change doclinks.js to use JS modules 2022-07-05 15:47:12 -03:00
yarn.lock Merge branch 'QA_5_2' 2022-07-19 15:08:04 -03:00

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

Version 5.3.0-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