mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Nuke
synced 2024-11-23 15:57:03 +00:00
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:
parent
d60ebce7f3
commit
04374f84c6
2
INSTALL
2
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' );
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
<?php
|
||||
require_once __DIR__ . '/Nuke.php';
|
Loading…
Reference in a new issue