File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 4242 $status = 'active';
4343 $spnd_action = 'suspend' ;
4444 }
45+ if ($data[$key]['HOST'] != 'localhost' ) $http_host = $data[$key]['HOST'];
4546 if ($data[$key]['TYPE'] == 'mysql') $db_admin = "phpMyAdmin";
4647 if ($data[$key]['TYPE'] == 'mysql') $db_admin_link = "http://".$http_host."/phpMyAdmin/";
4748 if ($data[$key]['TYPE'] == 'pgsql') $db_admin = "phpPgAdmin";
Original file line number Diff line number Diff line change 4040 $status = 'active';
4141 $spnd_action = 'suspend' ;
4242 }
43+ if ($data[$key]['HOST'] != 'localhost' ) $http_host = $data[$key]['HOST'];
4344 if ($data[$key]['TYPE'] == 'mysql') $db_admin = "phpMyAdmin";
4445 if ($data[$key]['TYPE'] == 'mysql') $db_admin_link = "http://".$http_host."/phpMyAdmin/";
4546 if ($data[$key]['TYPE'] == 'pgsql') $db_admin = "phpPgAdmin";
You can’t perform that action at this time.
0 commit comments