improved calling parameter and explanation
This commit is contained in:
@@ -539,7 +539,7 @@ if ($_SESSION['PMA_Config']->get('ForceSSL')
|
|||||||
PMA_sendHeaderLocation(
|
PMA_sendHeaderLocation(
|
||||||
preg_replace('/^http/', 'https',
|
preg_replace('/^http/', 'https',
|
||||||
$_SESSION['PMA_Config']->get('PmaAbsoluteUri'))
|
$_SESSION['PMA_Config']->get('PmaAbsoluteUri'))
|
||||||
. PMA_generate_common_url($_GET, '&'));
|
. PMA_generate_common_url($_GET, 'text'));
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -183,13 +183,17 @@ function PMA_getHiddenFields($values, $pre = '')
|
|||||||
* @uses implode()
|
* @uses implode()
|
||||||
* @param mixed assoc. array with url params or optional string with database name
|
* @param mixed assoc. array with url params or optional string with database name
|
||||||
* if first param is an array there is also an ? prefixed to the url
|
* if first param is an array there is also an ? prefixed to the url
|
||||||
* @param string if first param is array: optional character to use
|
*
|
||||||
* instead of '&' for dividing URL parameters
|
* @param string - if first param is array: 'html' to use htmlspecialchars()
|
||||||
* else, optional table name
|
* on the resulting URL (for a normal URL displayed in HTML)
|
||||||
* @param string if first param is array: optional character to
|
* or something else to avoid using htmlspecialchars() (for
|
||||||
|
* a URL sent via a header); if not set,'html' is assumed
|
||||||
|
* - if first param is not array: optional table name
|
||||||
|
*
|
||||||
|
* @param string - if first param is array: optional character to
|
||||||
* use instead of '?'
|
* use instead of '?'
|
||||||
* else, optional character to use instead of '&'
|
* - if first param is not array: optional character to use
|
||||||
* for dividing URL parameters
|
* instead of '&' for dividing URL parameters
|
||||||
* @return string string with URL parameters
|
* @return string string with URL parameters
|
||||||
* @access public
|
* @access public
|
||||||
* @author nijel
|
* @author nijel
|
||||||
|
Reference in New Issue
Block a user