mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-18 00:56:42 +01:00
why not extend this freaky 4chan api a bit?
This commit is contained in:
parent
ab6fb96336
commit
47bcb092f8
@ -43,7 +43,9 @@ class Api {
|
||||
|
||||
$this->threadsPageFields = array(
|
||||
'id' => 'no',
|
||||
'bump' => 'last_modified'
|
||||
'bump' => 'last_modified',
|
||||
'replies' => 'replies',
|
||||
'images' => 'images',
|
||||
);
|
||||
|
||||
if (isset($config['api']['extra_fields']) && gettype($config['api']['extra_fields']) == 'array'){
|
||||
|
Loading…
x
Reference in New Issue
Block a user