Vergleich archive/global.php - 1.2.4 - 1.2.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 3Zeile 3
 * MyBB 1.2
* Copyright © 2006 MyBB Group, All Rights Reserved
*

 * MyBB 1.2
* Copyright © 2006 MyBB Group, All Rights Reserved
*

 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html

 *

 *

 * $Id: global.php 2517 2006-12-13 04:46:38Z chris $

 * $Id: global.php 3167 2007-06-28 05:34:18Z chris $

 */

// If archive mode deos not work, uncomment the line below and try again

 */

// If archive mode deos not work, uncomment the line below and try again

Zeile 50Zeile 50
// Otherwise, we're using 100% friendly URLs
else
{

// Otherwise, we're using 100% friendly URLs
else
{

	if($_SERVER['REDIRECT_URL'])





	if($_SERVER['REQUEST_URI'])
{
$url = $_SERVER['REQUEST_URI'];
}
elseif($_SERVER['REDIRECT_URL'])

	{
$url = $_SERVER['REDIRECT_URL'];
}

	{
$url = $_SERVER['REDIRECT_URL'];
}

Zeile 193Zeile 197
{
archive_error_no_permission();
}

{
archive_error_no_permission();
}

 


?>

?>