Fix for redirect.php

This commit is contained in:
Tim Starling 2006-10-04 04:13:08 +00:00
parent 5304b306de
commit a316d7ae9b

View file

@ -34,6 +34,15 @@
*
* @package MediaWiki
*/
/**
* Some entry points may use this file without first enabling the
* autoloader.
*/
if ( !function_exists( '__autoload' ) ) {
require_once( dirname(__FILE__) . '/normal/UtfNormal.php' );
}
class WebRequest {
function WebRequest() {
$this->checkMagicQuotes();