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