remove debug code

This commit is contained in:
Marc Delisle
2006-06-28 11:58:07 +00:00
parent ce9a34f690
commit 02f86bfb95
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
$Id$
$Source$
2006-06-28 Marc Delisle <lem9@users.sourceforge.net>
* libraries/Config.class.php: remove debug code
2006-06-27 Michal Čihař <michal@cihar.com>
* libraries/import/csv.php: Fix special case of Excel export with ; at the
end (bug #1511046).

View File

@@ -515,7 +515,6 @@ class PMA_Config
|| ($is_https && substr($pma_absolute_uri, 0, 6) != 'https:')
|| (!$is_https && substr($pma_absolute_uri, 0, 5) != 'http:')
) {
echo "recheck";
$url = array();
// At first we try to parse REQUEST_URI, it might contain full URL