testing for push
This commit is contained in:
parent
699ca1d390
commit
aac58fd425
@ -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
|
||||
|
||||
@ -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";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user