remove debug code
This commit is contained in:
@@ -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).
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user