File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7171 }
7272 if ((!empty ($ v_db_email )) && ($ return_var == 0 )) {
7373 list ($ http_host , $ port ) = explode (': ' , $ _SERVER ["HTTP_HOST " ]);
74- if ($ _POST ['v_type ' ] == 'mysql ' ) $ db_admin_link = "http:// " .$ http_host ."/phpMyAdmin / " ;
75- if ($ _POST ['v_type ' ] == 'pgsql ' ) $ db_admin_link = "http:// " .$ http_host ."/phpPgAdmin / " ;
74+ if ($ _POST ['v_type ' ] == 'mysql ' ) $ db_admin_link = "http:// " .$ http_host ."/phpmyadmin / " ;
75+ if ($ _POST ['v_type ' ] == 'pgsql ' ) $ db_admin_link = "http:// " .$ http_host ."/phppgadmin / " ;
7676 $ to = $ v_db_email ;
7777 $ subject = __ ("Database Credentials " );
7878 $ hostname = exec ('hostname ' );
Original file line number Diff line number Diff line change 4545 }
4646 if ($data[$key]['HOST'] != 'localhost' ) $http_host = $data[$key]['HOST'];
4747 if ($data[$key]['TYPE'] == 'mysql') $db_admin = "phpMyAdmin";
48- if ($data[$key]['TYPE'] == 'mysql') $db_admin_link = "http://".$http_host."/phpMyAdmin /";
48+ if ($data[$key]['TYPE'] == 'mysql') $db_admin_link = "http://".$http_host."/phpmyadmin /";
4949 if ($data[$key]['TYPE'] == 'pgsql') $db_admin = "phpPgAdmin";
50- if ($data[$key]['TYPE'] == 'pgsql') $db_admin_link = "http://".$http_host."/phpPgAdmin /";
50+ if ($data[$key]['TYPE'] == 'pgsql') $db_admin_link = "http://".$http_host."/phppgadmin /";
5151 ?>
5252 < tr class ="data-row ">
5353 < td class ="data-dotted " width ="150 ">
Original file line number Diff line number Diff line change 4141 }
4242 if ($data[$key]['HOST'] != 'localhost' ) $http_host = $data[$key]['HOST'];
4343 if ($data[$key]['TYPE'] == 'mysql') $db_admin = "phpMyAdmin";
44- if ($data[$key]['TYPE'] == 'mysql') $db_admin_link = "http://".$http_host."/phpMyAdmin /";
44+ if ($data[$key]['TYPE'] == 'mysql') $db_admin_link = "http://".$http_host."/phpmyadmin /";
4545 if ($data[$key]['TYPE'] == 'pgsql') $db_admin = "phpPgAdmin";
46- if ($data[$key]['TYPE'] == 'pgsql') $db_admin_link = "http://".$http_host."/phpPgAdmin /";
46+ if ($data[$key]['TYPE'] == 'pgsql') $db_admin_link = "http://".$http_host."/phppgadmin /";
4747 ?>
4848 < tr class ="data-row ">
4949 < td class ="data-dotted " width ="150 ">
You can’t perform that action at this time.
0 commit comments