Fix for redirect.php
This commit is contained in:
parent
5304b306de
commit
a316d7ae9b
1 changed files with 9 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue