X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=skins%2FMySkin.deps.php;h=b589cc520f04f1d3421af54fe6992cf192b984d5;hb=71295426a40fbb573cf1a49e80e028f1ae4a3dad;hp=ba00558b107190fb2006ddbbe525c30fa3b8f065;hpb=90759fa8a1a5187d881763ea89f9ca2f0a5f8a4a;p=lhc%2Fweb%2Fwiklou.git diff --git a/skins/MySkin.deps.php b/skins/MySkin.deps.php index ba00558b10..b589cc520f 100644 --- a/skins/MySkin.deps.php +++ b/skins/MySkin.deps.php @@ -3,11 +3,11 @@ // MySkin.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://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html +// see http://lists.wikimedia.org/pipermail/wikitech-l/2006-January/021311.html if ( ! defined( 'MEDIAWIKI' ) ) die( 1 ); -require_once('includes/SkinTemplate.php'); -require_once('MonoBook.php'); -?> +require_once( dirname( dirname( __FILE__ ) ) . '/includes/SkinTemplate.php'); +require_once( dirname(__FILE__) . '/MonoBook.php' ); +