clarification
This commit is contained in:
@@ -380,7 +380,9 @@
|
|||||||
Sets here the complete url (with full path) to your phpMyAdmin version.
|
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>.
|
E.g. <tt>http://www.your_web.net/path_to_your_phpMyAdmin_directory/</tt>.
|
||||||
<br />
|
<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 />
|
<br /><br />
|
||||||
This setting can be dynamically completed. For example, you can try to
|
This setting can be dynamically completed. For example, you can try to
|
||||||
use such a kind of code:
|
use such a kind of code:
|
||||||
|
@@ -29,6 +29,9 @@
|
|||||||
*
|
*
|
||||||
* Complete the variable below with the full url ie
|
* Complete the variable below with the full url ie
|
||||||
* http://www.your_web.net/path_to_your_phpMyAdmin_directory/
|
* 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 = '';
|
$cfgPmaAbsoluteUri = '';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user