From aac58fd425e4ee4064fa5dbbe666304c5e2b6f2c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 18 May 2011 22:40:33 +0530 Subject: [PATCH] testing for push --- config.sample.inc.php | 2 +- db_structure.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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";