'filesync.sqlite', //'server', 'host' => '', //'localhost', 'user' => '', 'pass' => '' ]; return isset($database[$key]) ? $database[$key] : null; } //Table Config function table($key='', $link=''){ $table=[ 'FILE_TABLE'=>'filesync' ]; return isset($table[$key]) ? $table[$key] : null; } ?>