summaryrefslogtreecommitdiffstats
path: root/skins/Vector.deps.php
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-19 00:16:28 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-19 00:16:28 +0200
commit14ffe3143e36d79ef7054b293e51f3fb4b658224 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /skins/Vector.deps.php
parentc2653bf8ea6048088ea2ed708f8b3602f41a01cd (diff)
downloadmediawiki-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/Vector.deps.php')
-rw-r--r--skins/Vector.deps.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/skins/Vector.deps.php b/skins/Vector.deps.php
deleted file mode 100644
index ed33b11..0000000
--- a/skins/Vector.deps.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-// This file exists to ensure that base classes are preloaded before
-// MonoBook.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');