diff options
Diffstat (limited to 'app/shares.php')
| -rw-r--r-- | app/shares.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/shares.php b/app/shares.php index 8e0134663..0d2b358bb 100644 --- a/app/shares.php +++ b/app/shares.php @@ -26,6 +26,13 @@ */ return array( + 'archivePH' => array( + 'url' => 'https://archive.ph/submit/?url=~LINK~', + 'transform' => array(), + 'help' => 'https://archive.ph/', + 'form' => 'simple', + 'method' => 'GET', + ), 'blogotext' => array( 'deprecated' => true, 'url' => '~URL~/admin/links.php?url=~LINK~', |
