aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/doc/html/_sources/vendors.txt
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-07-27 10:05:23 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-07-27 10:05:23 +0200
commit5bf66662a9bdd62c5bccab15e607cd95cfb8fcab (patch)
tree39a1a4629749056191c05dfd899f931701b7acf3 /srcs/phpmyadmin/doc/html/_sources/vendors.txt
parent5afd237bbd22028b85532b8c0b3fcead49a00764 (diff)
downloadft_server-5bf66662a9bdd62c5bccab15e607cd95cfb8fcab.tar.gz
ft_server-5bf66662a9bdd62c5bccab15e607cd95cfb8fcab.tar.bz2
ft_server-5bf66662a9bdd62c5bccab15e607cd95cfb8fcab.zip
Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my famillyHEADmaster
Diffstat (limited to 'srcs/phpmyadmin/doc/html/_sources/vendors.txt')
-rw-r--r--srcs/phpmyadmin/doc/html/_sources/vendors.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/srcs/phpmyadmin/doc/html/_sources/vendors.txt b/srcs/phpmyadmin/doc/html/_sources/vendors.txt
deleted file mode 100644
index dfbff01..0000000
--- a/srcs/phpmyadmin/doc/html/_sources/vendors.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-Distributing and packaging phpMyAdmin
-=====================================
-
-This document is intended to give pieces of advice to people who want to
-redistribute phpMyAdmin inside other software packages 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 a 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 the 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.
-
-vendor/
- The download kit includes various Composer packages as
- dependencies.