| 1 | <?php |
||
| 31 | class Maintainer { |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Keeps track of the "allow links" config setting |
||
| 35 | * and removes all link shares if the config option is set to "no" |
||
| 36 | * |
||
| 37 | * @param array $params array with app, key, value as named values |
||
| 38 | */ |
||
| 39 | static public function configChangeHook($params) { |
||
| 44 | |||
| 45 | } |
||
| 46 |