diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-04-20 16:29:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-04-20 16:29:07 (GMT) |
commit | 92892f13357188a5b4c81b5f2c35a3a740924d67 (patch) | |
tree | 26e5bb275c2171802f3bf477eb2a1aa0f20ec4df /Toha.php |
First commit.
Diffstat (limited to 'Toha.php')
-rw-r--r-- | Toha.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Toha.php b/Toha.php new file mode 100644 index 0000000..ac5508b --- /dev/null +++ b/Toha.php @@ -0,0 +1,10 @@ +<?php +/** + * This PHP entry point is deprecated. Please use wfLoadSkin() and the skin.json file + * instead. See https://www.mediawiki.org/wiki/Manual:Extension_registration for more details. + */ +if ( !function_exists( 'wfLoadSkin' ) ) { + die( 'The Example skin requires MediaWiki 1.25 or newer.' ); +} + +wfLoadSkin( 'Toha' ); |