1) Исправления в связи со сменой API MySQL
[openlib.git] / www / config.php
1 <?php
2 /**
3  * COPS (Calibre OPDS PHP Server) class file
4  *
5  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6  * @author     Sébastien Lucas <sebastien@slucas.fr>
7  */
8
9     require_once 'config_default.php';
10     if (file_exists('config_local.php'))
11         require_once 'config_local.php';