Index: trunk/extensions/wikihiero/index.php |
— | — | @@ -24,6 +24,9 @@ |
25 | 25 | // |
26 | 26 | ////////////////////////////////////////////////////////////////////////// |
27 | 27 | |
| 28 | +echo "This script is insecure and shouldn't be used on a public wiki.\n"; |
| 29 | +exit( 1 ); |
| 30 | + |
28 | 31 | $IP = getenv( 'MW_INSTALL_PATH' ); |
29 | 32 | if ( $IP === false ) { |
30 | 33 | $IP = dirname( __FILE__ ) .'/../..'; |
Index: trunk/extensions/wikihiero/wh_generate.php |
— | — | @@ -24,6 +24,10 @@ |
25 | 25 | // |
26 | 26 | ////////////////////////////////////////////////////////////////////////// |
27 | 27 | |
| 28 | +echo "This script is insecure and shouldn't be used on a public wiki.\n"; |
| 29 | +exit( 1 ); |
| 30 | + |
| 31 | + |
28 | 32 | include "wh_main.php"; |
29 | 33 | |
30 | 34 | if(array_key_exists("lang", $_GET)) { |