diff --git a/config.sample.inc.php b/config.sample.inc.php index 0ea16d5f76..2cf344dcaf 100644 --- a/config.sample.inc.php +++ b/config.sample.inc.php @@ -14,7 +14,7 @@ * This is needed for cookie based authentication to encrypt password in * cookie */ -$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ +$cfg['blowfish_secret'] = 'a8b7c6d'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */ /* * Servers configuration diff --git a/db_structure.php b/db_structure.php index d81af5d536..b594fcb9f2 100644 --- a/db_structure.php +++ b/db_structure.php @@ -55,6 +55,8 @@ require_once './libraries/db_structure.lib.php'; $titles = PMA_buildActionTitles(); // 1. No tables +echo "Testing"; + if ($num_tables == 0) { echo '

' . __('No tables found in database') . '

' . "\n";