diff --git a/INSTALL b/INSTALL index 600ffb0b..c925963e 100644 --- a/INSTALL +++ b/INSTALL @@ -28,4 +28,4 @@ Once you have downloaded the code, place the ''Nuke'' directory within your Medi 'extensions' directory. Then add the following code to your [[Manual:LocalSettings.php|LocalSettings.php]] file: # Nuke -require_once( "$IP/extensions/Nuke/Nuke.php" ); +wfLoadExtension( 'Nuke' ); diff --git a/SpecialNuke.php b/SpecialNuke.php deleted file mode 100644 index a618a33a..00000000 --- a/SpecialNuke.php +++ /dev/null @@ -1,2 +0,0 @@ -