clarification

This commit is contained in:
Marc Delisle
2002-04-17 01:50:44 +00:00
parent 83d966d488
commit f29ef12111
2 changed files with 6 additions and 1 deletions

View File

@@ -380,7 +380,9 @@
Sets here the complete url (with full path) to your phpMyAdmin version.
E.g. <tt>http://www.your_web.net/path_to_your_phpMyAdmin_directory/</tt>.
<br />
Don't forget the slash at the end of your url.
Don't forget the slash at the end of your url. The url must contain
characters that are valid for a url, and on some servers, the path
is case-sensitive.
<br /><br />
This setting can be dynamically completed. For example, you can try to
use such a kind of code:

View File

@@ -29,6 +29,9 @@
*
* Complete the variable below with the full url ie
* http://www.your_web.net/path_to_your_phpMyAdmin_directory/
*
* It must contain characters that are valid for a URL, and the path is
* case sensitive on some Web servers, for example Unix-based servers.
*/
$cfgPmaAbsoluteUri = '';