wiki.techinc.nl/includes/UpdateClasses.php

11 lines
247 B
PHP
Raw Normal View History

2003-04-14 23:10:40 +00:00
<?
# See deferred.doc
2003-11-17 03:00:18 +00:00
include_once( "UserUpdate.php" );
include_once( "ViewCountUpdate.php" );
include_once( "SiteStatsUpdate.php" );
include_once( "LinksUpdate.php" );
include_once( "SearchUpdate.php" );
include_once( "UserTalkUpdate.php" );
2003-04-14 23:10:40 +00:00
?>