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:
authorMichal Čihař <mcihar@suse.cz>2012-09-05 17:16:41 +0400
committerMichal Čihař <mcihar@suse.cz>2012-09-05 17:19:13 +0400
commit371d420c216854b5e67cb38a9a52273e5ddc5a96 (patch)
tree38c66378141e6c87208c7bf2034300ec04db31ff /main.php
parent44433cc88893bae0f63ee0495fceea0fd48a2bfd (diff)
Simplify linking to documentation
Now documentation can be simply linked using [doc@anchor]..[/doc]
Diffstat (limited to 'main.php')
-rw-r--r--main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.php b/main.php
index a58a938b09..b351d94fec 100644
--- a/main.php
+++ b/main.php
@@ -489,8 +489,8 @@ if ($cfg['SuhosinDisableWarning'] == false
trigger_error(
sprintf(
__('Server running with Suhosin. Please refer to %sdocumentation%s for possible issues.'),
- '[a@./Documentation.html#faq1_38@_blank]',
- '[/a]'
+ '[doc@faq1_38]',
+ '[/doc]'
),
E_USER_WARNING
);