phpMyAdmin affiché de travers
bonjour,
mon httpd-conf:
Code:
1 2 3 4 5 6 7 8 9
| #<Directory "C:/xampp/htdocs">... j'ai tout commenté dans ce bloc
<VirtualHost *:80>
DocumentRoot "C:/sportg/htdocs"
ServerName sportg.local
ServerAlias *.sportg.local
</VirtualHost> |
mon fichier hosts:
Code:
1 2 3 4 5
| # localhost name resolution is handled within DNS itself.
127.0.0.1 localhost
::1 localhost
127.0.0.1 sportg.local zzz.sportg.local |
[affichage] ce que j'obtient en cliquant sur le bouton Admin de mon xampp panel , ou en tapant localhost/phpmyadmin , ou http://zzz.sportg.local/phpmyadmin/:
Code:
1 2
| addJSON( 'list', PMA_RecentFavoriteTable::getInstance('recent')->getHtmlList() ); exit; } if ($GLOBALS['PMA_Config']->isGitRevision()) { if (isset($_REQUEST['git_revision']) && $GLOBALS['is_ajax_request'] == true) { PMA_printGitRevision(); exit; } echo '
'; } // Handles some variables that may have been sent by the calling script $GLOBALS['db'] = ''; $GLOBALS['table'] = ''; $show_query = '1'; // Any message to display? if (! empty($message)) { echo ... |
Comment regagner l'affichage normal?
Merci.