Fix merge conflicts

This commit is contained in:
Marc Delisle 2013-07-11 14:18:21 -04:00
parent 0fea53b7b8
commit 45d3f4326c
5 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*
* @package PhpMyAdmin
*/
if (! defined('PHPMYADMIN')) {
exit;
}

View File

@ -5,6 +5,7 @@
*
* @package PhpMyAdmin
*/
if (! defined('PHPMYADMIN')) {
exit;
}

View File

@ -7,6 +7,10 @@
*
*/
if (! defined('PHPMYADMIN')) {
exit;
}
/**
* Database listing.
*/

View File

@ -4,6 +4,7 @@
*
* @package PhpMyAdmin
*/
if (! defined('PHPMYADMIN')) {
exit;
}

View File

@ -5,6 +5,7 @@
*
* @package PhpMyAdmin
*/
if (! defined('PHPMYADMIN')) {
exit;
}