tbrehm
2013-07-31 615a0a96618fa99e7e452523145d6c0f238d4473
interface/web/sites/database_phpmyadmin.php
@@ -69,9 +69,9 @@
} else {
   isset($_SERVER['HTTPS'])? $http = 'https' : $http = 'http';
   if($web_config['server_type'] == 'nginx') {
      header('location:' . $http . '://' . $serverData['server_name'] . ':8081/phpmyadmin');
      header('Location: http://' . $serverData['server_name'] . ':8081/phpmyadmin');
   } else {
      header('location:' . $http . '://' . $serverData['server_name'] . '/phpmyadmin');
      header('Location: ' . $http . '://' . $serverData['server_name'] . '/phpmyadmin');
   }
}
exit;