From 34b07a729d0a2deb662e992328f6ced69f7a5b35 Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 23 Aug 2022 21:38:13 +0200 Subject: add archive.ph (#4530) --- app/shares.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/shares.php') 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~', -- cgit v1.2.3