tbrehm
2009-10-17 bccb874a45a1bccaeecd2b5bd7f3249e073116f0
interface/web/sites/database_phpmyadmin.php
@@ -60,5 +60,4 @@
isset($_SERVER['HTTPS'])? $http = 'https' : $http = 'http';
header('location:' . $http . '://' . $serverData['server_name'] . '/phpmyadmin');
exit;
?>