diff options
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' ); |