aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/doc/html/_sources/settings.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/settings.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/settings.txt')
-rw-r--r--srcs/phpmyadmin/doc/html/_sources/settings.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/srcs/phpmyadmin/doc/html/_sources/settings.txt b/srcs/phpmyadmin/doc/html/_sources/settings.txt
deleted file mode 100644
index be36b80..0000000
--- a/srcs/phpmyadmin/doc/html/_sources/settings.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Configuring phpMyAdmin
-----------------------
-
-There are many configuration settings that can be used to customize the
-interface. Those settings are described in
-:ref:`config`. There are several layers of the configuration.
-
-The global settings can be configured in :file:`config.inc.php` as described in
-:ref:`config`. This is only way to configure connections to databases and other
-system wide settings.
-
-On top of this there are user settings which can be persistently stored in
-:ref:`linked-tables`, possibly automatically configured through
-:ref:`zeroconf`. If the :ref:`linked-tables` are not configured, the settings
-are temporarily stored in the session data; these are valid only until you
-logout.
-
-You can also save the user configuration for further use, either download them
-as a file or to the browser local storage. You can find both those options in
-the :guilabel:`Settings` tab. The settings stored in browser local storage will
-be automatically offered for loading upon your login to phpMyAdmin.