Cleanup after remove of PHP entry point

a symlink left over and fixed the docs

Follow-Up: I281047026e805c11d0f34e435f86fbd146559525
Change-Id: I5a49f7455e472b643775e6cdec96911253917d8f
This commit is contained in:
Umherirrender 2021-03-10 22:57:30 +01:00
parent d60ebce7f3
commit 04374f84c6
2 changed files with 1 additions and 3 deletions

View file

@ -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: 'extensions' directory. Then add the following code to your [[Manual:LocalSettings.php|LocalSettings.php]] file:
# Nuke # Nuke
require_once( "$IP/extensions/Nuke/Nuke.php" ); wfLoadExtension( 'Nuke' );

View file

@ -1,2 +0,0 @@
<?php
require_once __DIR__ . '/Nuke.php';