Browse Source

Show currently configured plugins, for debugging

Michael Procter 10 years ago
parent
commit
f22966a280
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugins/check/index.php

+ 2 - 1
plugins/check/index.php

@@ -115,5 +115,6 @@ echo('Imagick:         ' . $imagick . PHP_EOL);
 echo('Imagick Active:  ' . $settings['imagick'] . PHP_EOL);
 echo('Imagick Version: ' . $imagickVersion . PHP_EOL);
 echo('GD Version:      ' . $gdVersion['GD Version'] . PHP_EOL);
+echo('Plugins:         ' . $settings['plugins'] . PHP_EOL);
 
-?>
+?>