Hallo,
is there a methode to check the querystring.
I would like to crate a global array in which i place the exceptions!
If part of the query_string is in the exception, the should be a redrect to another page.
Example:
http://localhost/wiki/index.php?title=Category:Images&action=edit
$wgWIzardExtensions["Category:"]
if the value is part of the url, then redirect
regards mic
On 26/09/2007, Trallala Info@hafenvolleyballer.de wrote:
Hallo,
is there a methode to check the querystring.
Use the WebRequest class; a global instance of which exists as $wgRequest.
Rob Church
Rob Church schrieb:
On 26/09/2007, Trallala Info@hafenvolleyballer.de wrote:
Hallo,
is there a methode to check the querystring.
Use the WebRequest class; a global instance of which exists as $wgRequest.
Rob Church
Sure,
thanks mic
mediawiki-l@lists.wikimedia.org