Vergleich archive/global.php - 1.2.7 - 1.2.13

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html
*

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

 * $Id: global.php 2932 2007-03-10 05:48:55Z 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();
}

 


?>

?>