diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-19 00:16:28 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-19 00:16:28 +0200 |
commit | 14ffe3143e36d79ef7054b293e51f3fb4b658224 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /skins/Chick.deps.php | |
parent | c2653bf8ea6048088ea2ed708f8b3602f41a01cd (diff) | |
download | mediawiki-14ffe3143e36d79ef7054b293e51f3fb4b658224.tar mediawiki-14ffe3143e36d79ef7054b293e51f3fb4b658224.tar.gz mediawiki-14ffe3143e36d79ef7054b293e51f3fb4b658224.tar.bz2 mediawiki-14ffe3143e36d79ef7054b293e51f3fb4b658224.tar.xz mediawiki-14ffe3143e36d79ef7054b293e51f3fb4b658224.zip |
Remove all to rebase on new mw
Diffstat (limited to 'skins/Chick.deps.php')
-rw-r--r-- | skins/Chick.deps.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/skins/Chick.deps.php b/skins/Chick.deps.php deleted file mode 100644 index 5626982..0000000 --- a/skins/Chick.deps.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -// This file exists to ensure that base classes are preloaded before -// Chick.php is compiled, working around a bug in the APC opcode -// cache on PHP 5, where cached code can break if the include order -// changed on a subsequent page view. -// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html - -if ( ! defined( 'MEDIAWIKI' ) ) - die( 1 ); - -$preIP = '/usr/share/mediawiki'; -require_once( $preIP . '/includes/SkinTemplate.php'); -require_once( dirname(__FILE__) . '/MonoBook.php' ); - |