mirror of
https://github.com/php/web-wiki.git
synced 2025-08-03 16:09:44 +00:00
21 lines
571 B
PHP
Executable File
21 lines
571 B
PHP
Executable File
<?php
|
|
/*
|
|
* Local plugin enable/disable settings
|
|
* Auto-generated through plugin/extension manager
|
|
*
|
|
* NOTE: Plugins will not be added to this file unless there is a need to override a default setting. Plugins are
|
|
* enabled by default, unless having a 'disabled' file in their plugin folder.
|
|
*/
|
|
/*
|
|
$plugins['authad'] = 0;
|
|
$plugins['authldap'] = 0;
|
|
$plugins['authmysql'] = 0;
|
|
$plugins['authpgsql'] = 0;
|
|
$plugins['authplain'] = 0;
|
|
$plugins['comment'] = 0;
|
|
$plugins['hcalendar'] = 0;
|
|
$plugins['include'] = 0;
|
|
$plugins['recaptcha'] = 0;
|
|
$plugins['vcard'] = 0;
|
|
*/
|