4
0

config.php 234 B

12345678910
  1. <?php
  2. /*
  3. * Always include PLUGINNAME-enabled
  4. * Along with all your other settings from plugin.php
  5. */
  6. return array(
  7. 'PLEXLIBRARIES-enabled' => false,
  8. 'PLEXLIBRARIES-librariesToInclude' => '',
  9. 'PLEXLIBRARIES-pluginAuth' => '1'
  10. );