repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* (bug 5432) Fix inconsistencies in cookie names when using table prefixes
[mediawiki.git]
/
includes
/
UpdateClasses.php
blob
e6da731db3fb8e6dbc1105259f04aca76994342d
1
<
?php
2
/**
3
* See deferred.txt
4
*
5
* @package MediaWiki
6
*/
7
8
/**
9
*
10
*/
11
12
require_once
(
'SiteStatsUpdate.php'
);
13
require_once
(
'LinksUpdate.php'
);
14
require_once
(
'SearchUpdate.php'
);
15
require_once
(
'SquidUpdate.php'
);
16
17
?
>