Disable the unsafe redirect default on Article::getContent(). A couple
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 30 Apr 2004 08:19:59 +0000 (08:19 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 30 Apr 2004 08:19:59 +0000 (08:19 +0000)
commitdac6cd91112991f2a965875480b0af40a17232a3
tree18c6749ae4fdfca179118645e94bb6522dc180d5
parent6cb377bba2f1758badb57ee670db4e045da6f99b
Disable the unsafe redirect default on Article::getContent(). A couple
tweaks seem to fix editing of redirects problem.

Also split up some instances of "?>" in regexp strings. PHP itself doesn't
seem to break off the code there, but it's not really recommended (and
it confuses the hell out of my editor, breaking syntax highlighting
and jumping to functions).
includes/Article.php
includes/EditPage.php