forked from GithubBackups/vichan
soyjak upstream for api changes
This commit is contained in:
parent
4cfb1ec576
commit
4674f44327
@ -21,6 +21,7 @@ class Api {
|
||||
'thread' => 'resto',
|
||||
'subject' => 'sub',
|
||||
'body' => 'com',
|
||||
'body_nomarkup' => '___body_nomarkup',
|
||||
'email' => 'email',
|
||||
'name' => 'name',
|
||||
'trip' => 'trip',
|
||||
@ -48,6 +49,8 @@ class Api {
|
||||
'height' => 'h',
|
||||
'width' => 'w',
|
||||
'size' => 'fsize',
|
||||
'thumb' => 'thumb',
|
||||
'filename' => 'filename',
|
||||
);
|
||||
|
||||
if (isset($config['api']['extra_fields']) && gettype($config['api']['extra_fields']) == 'array'){
|
||||
|
Loading…
x
Reference in New Issue
Block a user