ClearFoundation Tracker - ClearOS
View Issue Details
0000128ClearOSapp-mysql - MySQL Databasepublic2010-08-23 22:182013-02-01 15:10
jbower 
 
normaltweakalways
closedfixed 
5.2 
6.2.0 
0000128: The link to phpMyadmin is not relative to URL
If the user links to the admin interface in any other way other then accessing on port 81 the link will not work ( Found then using mod_proxy to redirect to sub-domain )

to fix

line 129 of mysql.php

old:

WebDialogInfo(WEB_LANG_PHPMYADMIN_BLURB . " -- <a target='_blank' href='https://" [^] . getenv("SERVER_ADDR") . ":81/mysql/'>" . LOCALE_LANG_GO . "</a>");

new:

WebDialogInfo(WEB_LANG_PHPMYADMIN_BLURB . " -- <a target='_blank' href='../mysql/'>" . LOCALE_LANG_GO . "</a>");
No tags attached.
Issue History
2010-08-23 22:18jbowerNew Issue
2010-08-24 18:44user2Statusnew => confirmed
2013-02-01 15:09user2Statusconfirmed => resolved
2013-02-01 15:09user2Fixed in Version => 6.2.0
2013-02-01 15:09user2Resolutionopen => fixed
2013-02-01 15:09user2Assigned To => user2
2013-02-01 15:10user2Statusresolved => closed
2013-02-01 15:10user2Assigned Touser2 =>

There are no notes attached to this issue.