aboutsummaryrefslogtreecommitdiff
path: root/app/shares.php
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-08-23 21:38:13 +0200
committerGravatar GitHub <noreply@github.com> 2022-08-23 21:38:13 +0200
commit34b07a729d0a2deb662e992328f6ced69f7a5b35 (patch)
treedc8dead217c54494a508e005e24ae30a3868cd72 /app/shares.php
parente866fead6c223dcdce5bac34fed9a7c5a42e473e (diff)
add archive.ph (#4530)
Diffstat (limited to 'app/shares.php')
-rw-r--r--app/shares.php7
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~',