Project

General

Profile

« Previous | Next » 

Revision 547

Added by Matthias over 16 years ago

Reintroduced changes from changeset [520] and [540] wich where overwritten by changeset [546]

Revoked changeset [541] end removed all PAGE_EXTENSION variables and the related option in WB settings as this function only works on Apache Servers together with .htaccess and mod_rewrite

Added keywords to file menu_link/uninstall.php

View differences:

index.php
70 70
			$res=$query_link->fetchRow();
71 71
			$target_page_link = $res['link'];
72 72
			// redirect
73
			header('Location: '.WB_URL.PAGES_DIRECTORY.$target_page_link.PAGE_EXTENSION);
73
			header('Location: '.WB_URL.PAGES_DIRECTORY.$target_page_link.'.php');
74 74
			exit;
75 75
		}
76 76
	}

Also available in: Unified diff