MediaWiki master
generateLocalAutoload.php
Go to the documentation of this file.
1<?php
2
3// The generateLocalAutoload script was renamed to generateAutoload in MW 1.41.
4// This stub exists for backwards compatibility.
5require_once __DIR__ . '/generateAutoload.php';