Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Bennetch <bennetch@gmail.com>2020-03-20 05:34:35 +0300
committerIsaac Bennetch <bennetch@gmail.com>2020-03-20 05:34:35 +0300
commit1a1f00bad4221b333bd73b8e59c2ec68b16ce10f (patch)
tree26644c797c4fb6bd1fb8c890f54084326f5e7455 /libraries
parent799ce5e3a6802acc4a8c892cd1fdee62233d0569 (diff)
Corrected documentation for External Transformation
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php b/libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php
index f29f373254..49dafad7ca 100644
--- a/libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php
+++ b/libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php
@@ -29,10 +29,10 @@ abstract class ExternalTransformationsPlugin extends TransformationsPlugin
. ' data via standard input. Returns the standard output of the'
. ' application. The default is Tidy, to pretty-print HTML code.'
. ' For security reasons, you have to manually edit the file'
- . ' libraries/classes/Plugins/Transformations/Output/Text_Plain_External'
- . '.php and list the tools you want to make available.'
+ . ' libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php'
+ . ' and list the tools you want to make available.'
. ' The first option is then the number of the program you want to'
- . ' use and the second option is the parameters for the program.'
+ . ' use. The second option should be blank for historical reasons.'
. ' The third option, if set to 1, will convert the output using'
. ' htmlspecialchars() (Default 1). The fourth option, if set to 1,'
. ' will prevent wrapping and ensure that the output appears all on'