xref: /plugin/doi/conf/default.php (revision 307c69801b7d8b027f4d0b7119b53e92e2931cb6)
1*307c6980SAndreas Gohr<?php
2*307c6980SAndreas Gohr/**
3*307c6980SAndreas Gohr * Default settings for the doi plugin
4*307c6980SAndreas Gohr *
5*307c6980SAndreas Gohr * @author Andreas Gohr <gohr@cosmocode.de>
6*307c6980SAndreas Gohr */
7*307c6980SAndreas Gohr
8*307c6980SAndreas Gohr$conf['isbnresolver']    = 'GoogleBooks';
9*307c6980SAndreas Gohr
10