tbrehm
2009-10-27 5734aa4561e8b6027bdecabdc795432fb3cc024e
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;
?>