wiki.techinc.nl/includes/UpdateClasses.php
Ævar Arnfjörð Bjarmason 76bb2dbc40 * Some clown with CVS access deleted our MS Word files and replaced them with
textfiles, changing all references to them.
2005-04-12 02:07:16 +00:00

17 lines
No EOL
220 B
PHP

<?php
/**
* See deferred.txt
*
* @package MediaWiki
*/
/**
*
*/
require_once( 'SiteStatsUpdate.php' );
require_once( 'LinksUpdate.php' );
require_once( 'SearchUpdate.php' );
require_once( 'SquidUpdate.php' );
?>