cops/config.php

12 lines
300 B
PHP
Raw Normal View History

2012-05-28 08:01:33 +03:00
<?php
/**
* COPS (Calibre OPDS PHP Server) class file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Sébastien Lucas <sebastien@slucas.fr>
*/
require_once 'config_default.php';
if (file_exists('config_local.php'))
require_once 'config_local.php';
?>