From 04374f84c615cfb2d0f707234a5dd4e476374d85 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Wed, 10 Mar 2021 22:57:30 +0100 Subject: [PATCH] Cleanup after remove of PHP entry point a symlink left over and fixed the docs Follow-Up: I281047026e805c11d0f34e435f86fbd146559525 Change-Id: I5a49f7455e472b643775e6cdec96911253917d8f --- INSTALL | 2 +- SpecialNuke.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 SpecialNuke.php 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 @@ -