3  * COPS (Calibre OPDS PHP Server) class file
 
   5  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 
   6  * @author     Sébastien Lucas <sebastien@slucas.fr>
 
   9     require_once 'config_default.php';
 
  10     if (file_exists('config_local.php'))
 
  11         require_once 'config_local.php';