X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fshowplugins.php;h=8b950eb0aa8e2d02e28da63f42ae4cbe9f35b3db;hb=261ccfac8699534ff584a2f93d5dcd384529d855;hp=e79b4e72242888f4661eedba444473e27caf6101;hpb=220b51d8be61e9bd316567f3ad03fffdbc4b7526;p=quix0rs-gnu-social.git diff --git a/scripts/showplugins.php b/scripts/showplugins.php index e79b4e7224..8b950eb0aa 100755 --- a/scripts/showplugins.php +++ b/scripts/showplugins.php @@ -20,7 +20,7 @@ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); -require_once INSTALLDIR.'/scripts/commandline.inc'; +require_once INSTALLDIR.'/scripts/commandline.inc.php'; foreach (StatusNet::getActivePlugins() as $plugin=>$args) { echo "$plugin: ";