moglia
2009-09-22 81541100da4989dfd1d8dd0c670faa2397f9eb8e
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;
?>