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