testing for push

This commit is contained in:
root 2011-05-18 22:40:33 +05:30
parent 699ca1d390
commit aac58fd425
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -55,6 +55,8 @@ require_once './libraries/db_structure.lib.php';
$titles = PMA_buildActionTitles();
// 1. No tables
echo "Testing";
if ($num_tables == 0) {
echo '<p>' . __('No tables found in database') . '</p>' . "\n";