Remove all traces of AudioBook, clean up some warnings

This commit is contained in:
Gilles Crettenand
2015-06-03 14:22:20 +02:00
parent eeaa6aa01f
commit de7864de4c
8 changed files with 101 additions and 266 deletions

View File

@@ -61,6 +61,7 @@ class Configuration {
$this->values['session']['save_path'] = session_save_path();
if(file_exists($this->custom_config)) {
/** @noinspection PhpIncludeInspection */
require_once($this->custom_config);
if(! isset($configuration) || ! is_array($configuration)) {