Skip to content
Snippets Groups Projects
Commit 0bdf6b8e authored by moglia's avatar moglia
Browse files

Back to original content of 710 revision. Use phpmyadmin at the same host of...

Back to original content of 710 revision. Use phpmyadmin at the same host of ispconfig can be compromise server if have any bugs on phpmyadmin. Reported by till on forum.
parent 6509647f
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,6 @@ $serverData = $app->db->queryOneRecord( ...@@ -58,7 +58,6 @@ $serverData = $app->db->queryOneRecord(
* We only redirect to the login-form, so there is no need, to check any rights * We only redirect to the login-form, so there is no need, to check any rights
*/ */
isset($_SERVER['HTTPS'])? $http = 'https' : $http = 'http'; isset($_SERVER['HTTPS'])? $http = 'https' : $http = 'http';
($_SERVER["SERVER_PORT"] != '80' and $http == 'https')? $serverPort = ':'.$_SERVER["SERVER_PORT"] : $serverPort = ''; header('location:' . $http . '://' . $serverData['server_name'] . '/phpmyadmin');
header('location:'.$http.'://'.$serverData['server_name'].$serverPort.'/phpmyadmin');
exit; exit;
?> ?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment