Remove all traces of AudioBook, clean up some warnings
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user