Vergleich admin/inc/class_page.php - 1.8.30 - 1.8.39

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 63Zeile 63
	 * @var string Show a post verify error
*/
public $show_post_verify_error = '';

	 * @var string Show a post verify error
*/
public $show_post_verify_error = '';

 

/**
* @var string
*/
public $_menu;


/**
* Output the page header.


/**
* Output the page header.

Zeile 417Zeile 422
		}
// Make query string nice and pretty so that user can go to his/her preferred destination
$query_string = '';

		}
// Make query string nice and pretty so that user can go to his/her preferred destination
$query_string = '';

		if($_SERVER['QUERY_STRING'])

		if(isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING'] != '')

		{
$query_string = '?'.preg_replace('#adminsid=(.{32})#i', '', $_SERVER['QUERY_STRING']);
$query_string = preg_replace('#my_post_key=(.{32})#i', '', $query_string);

		{
$query_string = '?'.preg_replace('#adminsid=(.{32})#i', '', $_SERVER['QUERY_STRING']);
$query_string = preg_replace('#my_post_key=(.{32})#i', '', $query_string);