mirror of
https://github.com/friendica/friendica
synced 2025-04-25 22:30:10 +00:00
Add storage options form in admin/site page
This commit is contained in:
parent
f7b6fef197
commit
fdc6608af8
6 changed files with 169 additions and 16 deletions
|
@ -51,4 +51,8 @@ class Database implements IStorage
|
|||
{
|
||||
return DBA::delete('storage', ['id' => $ref]);
|
||||
}
|
||||
}
|
||||
|
||||
public static function getOptions() { return []; }
|
||||
|
||||
public static function saveOptions($data) { return []; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue